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 <stefanb(a)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>
</table>
<p>
Valid Strings for <code>protocolid</code> are: arp, rarp, ipv4, ipv6
@@ -466,6 +471,11 @@
<td>IP_ADDR</td>
<td>Destination IP address in ARP/RARP packet</td>
</tr>
+ <tr>
+ <td>comment</td>
+ <td>STRING</td>
+ <td>text with max. 256 characters</td>
+ </tr>
</table>
<p>
Valid strings for the <code>Opcode</code> field are:
@@ -551,6 +561,11 @@
<td>UINT16</td>
<td>End of range of valid destination ports; requires
<code>protocol</code></td>
</tr>
+ <tr>
+ <td>comment</td>
+ <td>STRING</td>
+ <td>text with max. 256 characters</td>
+ </tr>
</table>
<p>
Valid strings for <code>protocol</code> are:
@@ -636,6 +651,11 @@
<td>UINT16</td>
<td>End of range of valid destination ports; requires
<code>protocol</code></td>
</tr>
+ <tr>
+ <td>comment</td>
+ <td>STRING</td>
+ <td>text with max. 256 characters</td>
+ </tr>
</table>
<p>
Valid strings for <code>protocol</code> are:
@@ -723,6 +743,11 @@
<td>UINT16</td>
<td>End of range of valid destination ports</td>
</tr>
+ <tr>
+ <td>comment</td>
+ <td>STRING</td>
+ <td>text with max. 256 characters</td>
+ </tr>
</table>
<p>
<br><br>
@@ -813,6 +838,11 @@
<td>UINT16</td>
<td>ICMP code</td>
</tr>
+ <tr>
+ <td>comment</td>
+ <td>STRING</td>
+ <td>text with max. 256 characters</td>
+ </tr>
</table>
<p>
<br><br>
@@ -892,6 +922,11 @@
<td>IP_ADDR</td>
<td>End of range of destination IP address</td>
</tr>
+ <tr>
+ <td>comment</td>
+ <td>STRING</td>
+ <td>text with max. 256 characters</td>
+ </tr>
</table>
<p>
<br><br>
@@ -978,6 +1013,11 @@
<td>UINT16</td>
<td>End of range of valid destination ports</td>
</tr>
+ <tr>
+ <td>comment</td>
+ <td>STRING</td>
+ <td>text with max. 256 characters</td>
+ </tr>
</table>
<p>
<br><br>
@@ -1054,6 +1094,11 @@
<td>UINT16</td>
<td>ICMPv6 code</td>
</tr>
+ <tr>
+ <td>comment</td>
+ <td>STRING</td>
+ <td>text with max. 256 characters</td>
+ </tr>
</table>
<p>
<br><br>
@@ -1118,7 +1163,11 @@
<td>IPV6_ADDR</td>
<td>End of range of destination IP address</td>
</tr>
-
+ <tr>
+ <td>comment</td>
+ <td>STRING</td>
+ <td>text with max. 256 characters</td>
+ </tr>
</table>
<p>
<br><br>