projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d3b4b
)
6to4: load the network config to fix radvd announce (#11467)
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 17 May 2012 12:42:05 +0000
(12:42 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 17 May 2012 12:42:05 +0000
(12:42 +0000)
SVN-Revision: 31770
package/6to4/files/6to4.sh
patch
|
blob
|
history
diff --git
a/package/6to4/files/6to4.sh
b/package/6to4/files/6to4.sh
index 5cbdce79ab1e47366bd04301a92a7931c9d3be2f..c9f97bd778bcc09e861fd49643c463212521e4e1 100755
(executable)
--- 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}))