mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-16 18:57:31 +02:00
[docs] update VLAN tag example
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33732 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
783d565154
commit
f4c5e720c8
@ -22,11 +22,13 @@ of interfaces and add:
|
||||
\end{Verbatim}
|
||||
|
||||
It is possible to use VLAN tagging on an interface simply by adding the VLAN IDs
|
||||
to it, e.g. \texttt{eth0.1}. These can be nested as well. See the switch section for
|
||||
to it, e.g. \texttt{eth0.15}. These can be nested as well. See the switch section for
|
||||
this.
|
||||
|
||||
\begin{Verbatim}
|
||||
config inter
|
||||
config interface
|
||||
option ifname "eth0.15"
|
||||
option proto "none"
|
||||
\end{Verbatim}
|
||||
|
||||
This sets up a simple static configuration for \texttt{eth0}. \texttt{proto} specifies the
|
||||
|
Loading…
Reference in New Issue
Block a user