diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-05 11:17:49 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-05 11:17:49 +0000 |
commit | 254b492ff52430cb1b8b3d26e17a0363688a2742 (patch) | |
tree | f7877ef3eed09683339be2f7af36faa63cb441bd /docs/network.tex | |
parent | dafcdcd5696e8a7ecf610a15165948eb5be6d19e (diff) | |
download | upstream-254b492ff52430cb1b8b3d26e17a0363688a2742.tar.gz upstream-254b492ff52430cb1b8b3d26e17a0363688a2742.tar.bz2 upstream-254b492ff52430cb1b8b3d26e17a0363688a2742.zip |
configure the IPv6 from /etc/config/network and remove 6scripts's prefix option to set an IPv6 address on the LAN (#5450)
SVN-Revision: 16683
Diffstat (limited to 'docs/network.tex')
-rw-r--r-- | docs/network.tex | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/network.tex b/docs/network.tex index c7e80c68f1..793a398228 100644 --- a/docs/network.tex +++ b/docs/network.tex @@ -169,7 +169,6 @@ config 6tunnel option remoteip4 '1.0.0.1' option localip4 '1.0.0.2' option localip6 '2001::DEAD::BEEF::1' - option prefix '/64' \end{Verbatim} \begin{itemize} @@ -184,8 +183,6 @@ config 6tunnel \item{\texttt{'localip6'}:} IPv6 address to setup on your tunnel side This address is given by the tunnel broker - \item{\texttt{'prefix'}:} - IPv6 prefix to setup on the LAN. \end{itemize} Using the same package you can also setup an IPv6 bridged connection : |