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
This commit is contained in:
Florian Fainelli 2009-07-05 11:17:49 +00:00
parent dafcdcd569
commit 254b492ff5

View file

@ -169,7 +169,6 @@ config 6tunnel
option remoteip4 '1.0.0.1' option remoteip4 '1.0.0.1'
option localip4 '1.0.0.2' option localip4 '1.0.0.2'
option localip6 '2001::DEAD::BEEF::1' option localip6 '2001::DEAD::BEEF::1'
option prefix '/64'
\end{Verbatim} \end{Verbatim}
\begin{itemize} \begin{itemize}
@ -184,8 +183,6 @@ config 6tunnel
\item{\texttt{'localip6'}:} \item{\texttt{'localip6'}:}
IPv6 address to setup on your tunnel side IPv6 address to setup on your tunnel side
This address is given by the tunnel broker This address is given by the tunnel broker
\item{\texttt{'prefix'}:}
IPv6 prefix to setup on the LAN.
\end{itemize} \end{itemize}
Using the same package you can also setup an IPv6 bridged connection : Using the same package you can also setup an IPv6 bridged connection :