diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-17 12:42:05 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-17 12:42:05 +0000 |
commit | 3a72299e5b54000d2351a71ac5cd75425e7faffb (patch) | |
tree | 2d20a46253f39dcaa63ebfe098c3dfc4a3e69304 /package/6to4 | |
parent | 6dc4a58e1e049111313cfe03e0f5437b3957ed7e (diff) |
6to4: load the network config to fix radvd announce (#11467)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31770 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/6to4')
-rwxr-xr-x | package/6to4/files/6to4.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/6to4/files/6to4.sh b/package/6to4/files/6to4.sh index 5cbdce79a..c9f97bd77 100755 --- a/package/6to4/files/6to4.sh +++ b/package/6to4/files/6to4.sh @@ -179,6 +179,7 @@ proto_6to4_setup() { uci_revert_state radvd config_load radvd + config_load network adv_subnet=$((0x${adv_subnet:-1})) |