Re: [libvirt] [PATCH V1 7/9] Add documentation for STP filtering support

2011-11-21 Thread Eric Blake
On 10/26/2011 09:12 AM, Stefan Berger wrote:
 Add documentation for the STP filtering support. Describe the XML attributes
 that are supported.
 
 Signed-off-by: Stefan Berger stef...@linux.vnet.ibm.com
 
 ---
  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 codeencap-protocol/code are: arp, ipv4, ipv6
  /p
  
 +h5a name=nwfelemsRulesProtoSTPSTP (Spanning Tree Protocol)/a
 +  span class=since(Since 0.9.7)/span

0.9.8, now.

 +/h5
 +p
 +  Protocol ID: codestp/code
 +  br/
 +  Note: Rules of this type should go eitherinto the coderoot/code or

s/eitherinto/either into/

ACK with those nits fixed.

-- 
Eric Blake   ebl...@redhat.com+1-919-301-3266
Libvirt virtualization library http://libvirt.org



signature.asc
Description: OpenPGP digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH V1 7/9] Add documentation for STP filtering support

2011-10-26 Thread Stefan Berger
Add documentation for the STP filtering support. Describe the XML attributes
that are supported.

Signed-off-by: Stefan Berger stef...@linux.vnet.ibm.com

---
 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 codeencap-protocol/code are: arp, ipv4, ipv6
 /p
 
+h5a name=nwfelemsRulesProtoSTPSTP (Spanning Tree Protocol)/a
+  span class=since(Since 0.9.7)/span
+/h5
+p
+  Protocol ID: codestp/code
+  br/
+  Note: Rules of this type should go eitherinto the coderoot/code or
+  codestp/code chain.
+/p
+  table class=top_table
+   tr
+ th Attribute /th
+ th Datatype /th
+ th Semantics /th
+   /tr
+   tr
+ tdsrcmacaddr/td
+ tdMAC_ADDR/td
+ tdMAC address of sender/td
+   /tr
+   tr
+ tdsrcmacmask/td
+ tdMAC_MASK/td
+ tdMask applied to MAC address of sender/td
+   /tr
+   tr
+ tdtype/td
+ tdUINT8/td
+ tdBridge Protcol Data Unit (BPDU) type/td
+   /tr
+   tr
+ tdflags/td
+ tdUINT8/td
+ tdBPDU flag/td
+   /tr
+   tr
+ tdroot-priority/td
+ tdUINT16/td
+ tdRoot priority (range start)/td
+   /tr
+   tr
+ tdroot-priority-hi/td
+ tdUINT16/td
+ tdRoot priority range end/td
+   /tr
+   tr
+ tdroot-address/td
+ tdMAC_ADDRESS/td
+ tdRoot MAC address/td
+   /tr
+   tr
+ tdroot-address-mask/td
+ tdMAC_MASK/td
+ tdRoot MAC address mask/td
+   /tr
+   tr
+ tdroot-cost/td
+ tdUINT32/td
+ tdRoot path cost (range start)/td
+   /tr
+   tr
+ tdroot-cost-hi/td
+ tdUINT32/td
+ tdRoot path cost range end/td
+   /tr
+   tr
+ tdsender-priority/td
+ tdUINT16/td
+ tdSender priority (range start)/td
+   /tr
+   tr
+ tdsender-priority-hi/td
+ tdUINT16/td
+ tdSender priority range end/td
+   /tr
+   tr
+ tdsender-address/td
+ tdMAC_ADDRESS/td
+ tdBPDU sender MAC address/td
+   /tr
+   tr
+ tdsender-address-mask/td
+ tdMAC_MASK/td
+ tdBPDU sender MAC address mask/td
+   /tr
+   tr
+ tdport/td
+ tdUINT16/td
+ tdPort identifier (range start)/td
+   /tr
+   tr
+ tdport_hi/td
+ tdUINT16/td
+ tdPort identifier range end/td
+   /tr
+   tr
+ tdmsg-age/td
+ tdUINT16/td
+ tdMessage age timer (range start)/td
+   /tr
+   tr
+ tdmsg-age-hi/td
+ tdUINT16/td
+ tdMessage age timer range end/td
+   /tr
+   tr
+ tdmax-age/td
+ tdUINT16/td
+ tdMaximum age timer (range start)/td
+   /tr
+   tr
+ tdmax-age-hi/td
+ tdUINT16/td
+ tdMaximum age timer range end/td
+   /tr
+   tr
+ tdhello-time/td
+ tdUINT16/td
+ tdHello time timer (range start)/td
+   /tr
+   tr
+ tdhello-time-hi/td
+ tdUINT16/td
+ tdHello time timer range end/td
+   /tr
+   tr
+ tdforward-delay/td
+ tdUINT16/td
+ tdForward delay (range start)/td
+   /tr
+   tr
+ tdforward-delay-hi/td
+ tdUINT16/td
+ tdForward delay range end/td
+   /tr
+   tr
+ tdcomment/td
+ tdSTRING/td
+ tdtext with max. 256 characters/td
+   /tr
+  /table
+
 h5a name=nwfelemsRulesProtoARPARP/RARP/a/h5
 p
   Protocol ID: codearp/code or coderarp/code

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list