mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
9db01465e5
I am extending the schema with the recently added connlimit-above attribute and adding a test case for it to the test suite.
13 lines
368 B
XML
13 lines
368 B
XML
<filter name='testcase' chain='root'>
|
|
<uuid>0a5288ea-612c-834a-6bbf-82a03a1a3244</uuid>
|
|
<rule action='drop' direction='out' priority='500'>
|
|
<icmp connlimit-above='1'/>
|
|
</rule>
|
|
<rule action='drop' direction='out' priority='500'>
|
|
<tcp connlimit-above='2'/>
|
|
</rule>
|
|
<rule action='accept' direction='out' priority='500'>
|
|
<all/>
|
|
</rule>
|
|
</filter>
|