X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/61646d6b090ff730f3ccbb3cb3180c9ab6d213f8..4e5d6449f66eb7b5a253be36c7d5f0e974e15613:/docs/network.tex diff --git a/docs/network.tex b/docs/network.tex index c7e80c68f..e4efd8df9 100644 --- a/docs/network.tex +++ b/docs/network.tex @@ -1,4 +1,4 @@ -The network configuration in Kamikaze is stored in \texttt{/etc/config/network} +The network configuration is stored in \texttt{/etc/config/network} and is divided into interface configurations. Each interface configuration either refers directly to an ethernet/wifi interface (\texttt{eth0}, \texttt{wl0}, ..) or to a bridge containing multiple interfaces. @@ -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 :