summaryrefslogtreecommitdiffstats
path: root/docs/network.tex
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-03 09:31:47 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-03 09:31:47 +0000
commit8aab380dded91464d39d1ad1221b75d8a50ed539 (patch)
treeeb53626bc4f07a21a52eb3823aac21b94021faa3 /docs/network.tex
parent97d63645377eae3e2ca246a440f593f04018c0e4 (diff)
Add some more documentation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8330 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs/network.tex')
-rw-r--r--docs/network.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/network.tex b/docs/network.tex
index 7d811ba7f..16e5571ae 100644
--- a/docs/network.tex
+++ b/docs/network.tex
@@ -102,3 +102,13 @@ As value it takes a list of ports with these optional suffixes:
The CPU port defaults to tagged, all other ports to untagged.
On Broadcom hardware the CPU port is always 5. The other ports may vary with
different hardware.
+
+For instance, if you wish to have 3 vlans, like one 3-port switch, 1 port in a
+DMZ, and another one as your WAN interface, use the following configuration :
+
+\begin{Verbatim}
+config switch "eth0"
+ option vlan0 "1 2 3 5*"
+ option vlan1 "0 5"
+ option vlan2 "4 5"
+\end{Verbatim}