Add documentation for the STP filtering support. Describe the XML attributes that are supported. Signed-off-by: Stefan Berger --- docs/formatnwfilter.html.in | 142 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) Index: libvirt-acl/docs/formatnwfilter.html.in =================================================================== --- libvirt-acl.orig/docs/formatnwfilter.html.in +++ libvirt-acl/docs/formatnwfilter.html.in @@ -467,6 +467,148 @@ Valid Strings for encap-protocol are: arp, ipv4, ipv6

+
STP (Spanning Tree Protocol) + (Since 0.9.7) +
+

+ Protocol ID: stp +
+ Note: Rules of this type should go eitherinto the root or + stp chain. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Attribute Datatype Semantics
srcmacaddrMAC_ADDRMAC address of sender
srcmacmaskMAC_MASKMask applied to MAC address of sender
typeUINT8Bridge Protcol Data Unit (BPDU) type
flagsUINT8BPDU flag
root-priorityUINT16Root priority (range start)
root-priority-hiUINT16Root priority range end
root-addressMAC_ADDRESSRoot MAC address
root-address-maskMAC_MASKRoot MAC address mask
root-costUINT32Root path cost (range start)
root-cost-hiUINT32Root path cost range end
sender-priorityUINT16Sender priority (range start)
sender-priority-hiUINT16Sender priority range end
sender-addressMAC_ADDRESSBPDU sender MAC address
sender-address-maskMAC_MASKBPDU sender MAC address mask
portUINT16Port identifier (range start)
port_hiUINT16Port identifier range end
msg-ageUINT16Message age timer (range start)
msg-age-hiUINT16Message age timer range end
max-ageUINT16Maximum age timer (range start)
max-age-hiUINT16Maximum age timer range end
hello-timeUINT16Hello time timer (range start)
hello-time-hiUINT16Hello time timer range end
forward-delayUINT16Forward delay (range start)
forward-delay-hiUINT16Forward delay range end
commentSTRINGtext with max. 256 characters
+
ARP/RARP

Protocol ID: arp or rarp