From: Felix Fietkau Date: Mon, 18 Jun 2012 21:41:31 +0000 (+0200) Subject: add a route6 example to the dummy network config X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=commitdiff_plain;h=0e9c6efa192418a02e182a4401da87cd51f4ac76 add a route6 example to the dummy network config --- diff --git a/config/network b/config/network index 3e26967..b2985d3 100644 --- a/config/network +++ b/config/network @@ -46,9 +46,15 @@ config alias wan1 option proto static option interface wan option ipaddr 192.168.99.1 + option ip6addr 2a01:4f8:131:30e2::2/59 option netmask 255.255.255.0 option gateway 192.168.99.3 +config route6 + option interface wan1 + option target ::0/0 + option gateway 2a01:4f8:131:30e2::1 + config interface wlan option proto static option ipaddr 192.168.2.1