On 09/27/2010 12:40 PM, Stefan Berger wrote:
I am adding a row with information about the newly supported comment
attribute to each of the tables describing supported attributes of protocols.

Signed-off-by: Stefan Berger <[email protected]>

---
 docs/formatnwfilter.html.in |   51 +++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 50 insertions(+), 1 deletion(-)

Index: libvirt-acl/docs/formatnwfilter.html.in
===================================================================
--- libvirt-acl.orig/docs/formatnwfilter.html.in
+++ libvirt-acl/docs/formatnwfilter.html.in
@@ -388,6 +388,11 @@
          <td>UINT16 (0x600-0xffff), STRING</td>
          <td>Layer 3 protocol ID</td>
        </tr>
+       <tr>
+         <td>comment</td>
+         <td>STRING</td>
+         <td>text with max. 256 characters</td>
+       </tr>

We be using <span class="since">Since 0.8.5</span> on all of these, to distinguish when this element was added to the XML.

--
Eric Blake   [email protected]    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to