mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-23 11:52:20 +00:00
example: fix typo and formatting
Signed-off-by: Aleksandr Alekseev <alexander.alekseev@virtuozzo.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
b356d81b89
commit
113ccac237
@ -1,7 +1,7 @@
|
|||||||
<filter name='allow-dhcp-server' chain='ipv4'>
|
<filter name='allow-dhcp-server' chain='ipv4'>
|
||||||
|
|
||||||
<!-- accept outgoing DHCP requests -->
|
<!-- accept outgoing DHCP requests
|
||||||
<!-- note, this rule must be evaluated before general MAC broadcast
|
note, this rule must be evaluated before general MAC broadcast
|
||||||
traffic is discarded since DHCP requests use MAC broadcast -->
|
traffic is discarded since DHCP requests use MAC broadcast -->
|
||||||
<rule action='accept' direction='out' priority='100'>
|
<rule action='accept' direction='out' priority='100'>
|
||||||
<ip srcipaddr='0.0.0.0'
|
<ip srcipaddr='0.0.0.0'
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<filter name='allow-dhcp' chain='ipv4'>
|
<filter name='allow-dhcp' chain='ipv4'>
|
||||||
|
|
||||||
<!-- accept outgoing DHCP requests -->
|
<!-- accept outgoing DHCP requests
|
||||||
<!-- not, this rule must be evaluated before general MAC broadcast
|
note, this rule must be evaluated before general MAC broadcast
|
||||||
traffic is discarded since DHCP requests use MAC broadcast -->
|
traffic is discarded since DHCP requests use MAC broadcast -->
|
||||||
<rule action='accept' direction='out' priority='100'>
|
<rule action='accept' direction='out' priority='100'>
|
||||||
<ip srcipaddr='0.0.0.0'
|
<ip srcipaddr='0.0.0.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user