Add documentation for the VLAN filtering support. Describe the XML attributes that are supported. Signed-off-by: Stefan Berger --- docs/formatnwfilter.html.in | 55 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) Index: libvirt-acl/docs/formatnwfilter.html.in =================================================================== --- libvirt-acl.orig/docs/formatnwfilter.html.in +++ libvirt-acl/docs/formatnwfilter.html.in @@ -412,6 +412,61 @@ [...] +
VLAN (802.1Q) + (Since 0.9.7) +
+

+ Protocol ID: vlan +
+ Note: Rules of this type should go eitherinto 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