mirror of https://gitee.com/openkylin/libvirt.git
nwfilter: Extend docs with info about the state attribute
I am adding a row with information about the newly supported state attribute to each of the tables describing supported attributes of protocols.
This commit is contained in:
parent
ec59a85d30
commit
3d112d3642
|
@ -748,6 +748,11 @@
|
|||
<td>STRING</td>
|
||||
<td>text with max. 256 characters</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>state <span class="since">(Since 0.8.5)</span></td>
|
||||
<td>STRING</td>
|
||||
<td>comma separated list of NEW,ESTABLISHED,RELATED,INVALID or NONE</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
<br><br>
|
||||
|
@ -843,6 +848,11 @@
|
|||
<td>STRING</td>
|
||||
<td>text with max. 256 characters</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>state <span class="since">(Since 0.8.5)</span></td>
|
||||
<td>STRING</td>
|
||||
<td>comma separated list of NEW,ESTABLISHED,RELATED,INVALID or NONE</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
<br><br>
|
||||
|
@ -927,6 +937,11 @@
|
|||
<td>STRING</td>
|
||||
<td>text with max. 256 characters</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>state <span class="since">(Since 0.8.5)</span></td>
|
||||
<td>STRING</td>
|
||||
<td>comma separated list of NEW,ESTABLISHED,RELATED,INVALID or NONE</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
<br><br>
|
||||
|
@ -1018,6 +1033,11 @@
|
|||
<td>STRING</td>
|
||||
<td>text with max. 256 characters</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>state <span class="since">(Since 0.8.5)</span></td>
|
||||
<td>STRING</td>
|
||||
<td>comma separated list of NEW,ESTABLISHED,RELATED,INVALID or NONE</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
<br><br>
|
||||
|
@ -1099,6 +1119,11 @@
|
|||
<td>STRING</td>
|
||||
<td>text with max. 256 characters</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>state <span class="since">(Since 0.8.5)</span></td>
|
||||
<td>STRING</td>
|
||||
<td>comma separated list of NEW,ESTABLISHED,RELATED,INVALID or NONE</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
<br><br>
|
||||
|
@ -1168,6 +1193,11 @@
|
|||
<td>STRING</td>
|
||||
<td>text with max. 256 characters</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>state <span class="since">(Since 0.8.5)</span></td>
|
||||
<td>STRING</td>
|
||||
<td>comma separated list of NEW,ESTABLISHED,RELATED,INVALID or NONE</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
<br><br>
|
||||
|
|
Loading…
Reference in New Issue