summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-11-16 07:27:59 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-11-16 07:27:59 +0000
commitbc2b4b018be23ac9bf58eefb73a7397219b991f8 (patch)
treeb0c782ad01d576eaaa99260eaf4e0cc2c68a75e5 /docs
parentd41785f952ae44e3be76180ca4ba839187492c87 (diff)
Allow specifying static IPv6 gateways (#2710)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9569 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r--docs/network.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/network.tex b/docs/network.tex
index 2c65dd295..783db464d 100644
--- a/docs/network.tex
+++ b/docs/network.tex
@@ -159,4 +159,5 @@ config interface "lan"
option ifname "eth0"
option proto "static"
option ip6addr "fe80::200:ff:fe00:0/64"
+ option ip6gw "2001::DEAF:BEE:1"
\end{Verbatim}