From: Stefan Berger Date: Sat, 19 Nov 2011 12:26:56 +0000 (-0500) Subject: Add documentation for VLAN filtering support X-Git-Tag: v0.9.8-rc1~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83ac18937e0cd651378a547b6ba2dafd0760eceb;p=thirdparty%2Flibvirt.git Add documentation for VLAN filtering support Add documentation for the VLAN filtering support. Describe the XML attributes that are supported. Signed-off-by: Stefan Berger --- diff --git a/docs/formatnwfilter.html.in b/docs/formatnwfilter.html.in index ad754c1bd9..d21fac579f 100644 --- a/docs/formatnwfilter.html.in +++ b/docs/formatnwfilter.html.in @@ -548,6 +548,61 @@ [...] +
VLAN (802.1Q) + (Since 0.9.8) +
+

+ Protocol ID: vlan +
+ Note: Rules of this type should go either into the root or + vlan chain. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Attribute Datatype Semantics
srcmacaddrMAC_ADDRMAC address of sender
srcmacmaskMAC_MASKMask applied to MAC address of sender
dstmacaddrMAC_ADDRMAC address of destination
dstmacmaskMAC_MASKMask applied to MAC address of destination
vlan-idUINT16 (0x0-0xfff, 0 - 4095)VLAN ID
encap-protocolUINT16 (0x03c-0xfff), StringEncapsulated layer 3 protocol ID
comment STRINGtext with max. 256 characters
+

+ Valid Strings for encap-protocol are: arp, ipv4, ipv6 +

+
ARP/RARP

Protocol ID: arp or rarp