
Eric Blake <eblake@redhat.com> wrote on 09/27/2010 05:13:47 PM:
libvir-list
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 ofprotocols.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
--- 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.
I'll add it to 'comment'. Stefan