projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a667ba5
)
add a route6 example to the dummy network config
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 18 Jun 2012 21:41:31 +0000
(23:41 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 18 Jun 2012 21:41:31 +0000
(23:41 +0200)
config/network
patch
|
blob
|
history
diff --git
a/config/network
b/config/network
index 3e269671d8b554036e9974c309fd31f6f1efe8e2..b2985d37bb90e1bdb9771d30edd3d266af264120 100644
(file)
--- 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