mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Fix default ipb6 route
This commit is contained in:
parent
2b5ac2fa37
commit
116dae3c40
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ if [ "$(uci -q show network | grep wan)" = "" ]; then
|
||||||
add_list firewall.@zone[1].network=wan2
|
add_list firewall.@zone[1].network=wan2
|
||||||
commit firewall
|
commit firewall
|
||||||
add network route6
|
add network route6
|
||||||
set network.@route6[-1].interface='eth0'
|
set network.@route6[-1].interface='lan'
|
||||||
set network.@route6[-1].target='2000::/3'
|
set network.@route6[-1].target='::/0'
|
||||||
commit network
|
commit network
|
||||||
EOF
|
EOF
|
||||||
_setup_macvlan wan1
|
_setup_macvlan wan1
|
||||||
|
|
Loading…
Reference in a new issue