diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-17 12:42:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-17 12:42:05 +0000 |
commit | 95f5d95c62748f62a0d3c9c487a979fc1fa2b6cf (patch) | |
tree | 2d20a46253f39dcaa63ebfe098c3dfc4a3e69304 /package | |
parent | 90e78ad475503e028345492d7225cbed5a0ad36c (diff) | |
download | upstream-95f5d95c62748f62a0d3c9c487a979fc1fa2b6cf.tar.gz upstream-95f5d95c62748f62a0d3c9c487a979fc1fa2b6cf.tar.bz2 upstream-95f5d95c62748f62a0d3c9c487a979fc1fa2b6cf.zip |
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')
-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 5cbdce79ab..c9f97bd778 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})) |