1
0
Fork 0
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:
Ycarus 2018-03-12 10:37:12 +01:00
parent 2b5ac2fa37
commit 116dae3c40

View file

@ -54,8 +54,8 @@ if [ "$(uci -q show network | grep wan)" = "" ]; then
add_list firewall.@zone[1].network=wan2
commit firewall
add network route6
set network.@route6[-1].interface='eth0'
set network.@route6[-1].target='2000::/3'
set network.@route6[-1].interface='lan'
set network.@route6[-1].target='::/0'
commit network
EOF
_setup_macvlan wan1