mirror of
https://github.com/openwrt/luci.git
synced 2026-08-29 08:31:46 +04:00
contrib/freifunkpolicyrouting: Also remove olsrd rttables when the wan interface is not up at boot
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=60
|
||||
|
||||
. /lib/functions/network.sh
|
||||
boot()
|
||||
{
|
||||
prenabled=$(uci get freifunk-policyrouting.pr.enable)
|
||||
if [ ! "$prenabled" = "1" ]; then
|
||||
if [ ! "$prenabled" = "1" ] || ! network_is_up wan; then
|
||||
uci -q delete olsrd.@olsrd[0].RtTable
|
||||
uci -q delete olsrd.@olsrd[0].RtTableDefault
|
||||
uci commit olsrd
|
||||
|
||||
Reference in New Issue
Block a user