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 | c8dc12389294ceb4d15200b191f3dbf78172f1b6 (patch) | |
tree | a7aa69774ba5bf0bbd5f84608bd7d3ce4064345e | |
parent | 57d3b4b47de22a1d1f134463322ed50fb0fbcb68 (diff) | |
download | upstream-c8dc12389294ceb4d15200b191f3dbf78172f1b6.tar.gz upstream-c8dc12389294ceb4d15200b191f3dbf78172f1b6.tar.bz2 upstream-c8dc12389294ceb4d15200b191f3dbf78172f1b6.zip |
6to4: load the network config to fix radvd announce (#11467)
SVN-Revision: 31770
-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})) |