Skip to content
Snippets Groups Projects
Commit 6f21471e authored by Luka Perkov's avatar Luka Perkov
Browse files

update VLAN tag example

SVN-Revision: 33732
parent 8bf6f0d5
No related branches found
No related tags found
No related merge requests found
...@@ -22,11 +22,13 @@ of interfaces and add: ...@@ -22,11 +22,13 @@ of interfaces and add:
\end{Verbatim} \end{Verbatim}
It is possible to use VLAN tagging on an interface simply by adding the VLAN IDs 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. this.
\begin{Verbatim} \begin{Verbatim}
config inter config interface
option ifname "eth0.15"
option proto "none"
\end{Verbatim} \end{Verbatim}
This sets up a simple static configuration for \texttt{eth0}. \texttt{proto} specifies the This sets up a simple static configuration for \texttt{eth0}. \texttt{proto} specifies the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment