mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
6to4: load the network config to fix radvd announce (#11467)
SVN-Revision: 31770
This commit is contained in:
parent
57d3b4b47d
commit
c8dc123892
1 changed files with 1 additions and 0 deletions
|
|
@ -179,6 +179,7 @@ proto_6to4_setup() {
|
|||
|
||||
uci_revert_state radvd
|
||||
config_load radvd
|
||||
config_load network
|
||||
|
||||
adv_subnet=$((0x${adv_subnet:-1}))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue