diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-11-16 07:27:59 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-11-16 07:27:59 +0000 |
commit | db937a2c6c73c7818011f07ae53fc9f68713232c (patch) | |
tree | b0c782ad01d576eaaa99260eaf4e0cc2c68a75e5 /docs | |
parent | 750d5aff11daad0aa56b548675400a58c8af7836 (diff) | |
download | master-187ad058-db937a2c6c73c7818011f07ae53fc9f68713232c.tar.gz master-187ad058-db937a2c6c73c7818011f07ae53fc9f68713232c.tar.bz2 master-187ad058-db937a2c6c73c7818011f07ae53fc9f68713232c.zip |
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.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/network.tex b/docs/network.tex index 2c65dd2958..783db464dd 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} |