Displaying 4 results from an estimated 4 matches for "dstmacaddr".
2018 Jun 28
4
East-west traffic network filter
...lt;mac match='yes' srcmacaddr='$GATEWAY_MAC'
srcmacmask='$GATEWAY_MAC_MASK' />
</rule>
<!-- allow traffic only to specified MAC address -->
<rule action='accept' direction='out'>
<mac match='yes' dstmacaddr='$GATEWAY_MAC'
dstmacmask='$GATEWAY_MAC_MASK' />
</rule>
<!-- preventing any other traffic than between specified MACs
and ARP -->
<filterref filter='no-other-l2-traffic'/>
<!-- allow qemu to send a self-announce upon migration end -->
&...
2018 Jul 02
1
Re: East-west traffic network filter
...ATEWAY_MAC'
>> srcmacmask='$GATEWAY_MAC_MASK' />
>> </rule>
>> <!-- allow traffic only to specified MAC address -->
>> <rule action='accept' direction='out'>
>> <mac match='yes' dstmacaddr='$GATEWAY_MAC'
>> dstmacmask='$GATEWAY_MAC_MASK' />
>> </rule>
>> <!-- preventing any other traffic than between specified MACs
>> and ARP -->
>> <filterref filter='no-other-l2-traffic'/>
>>
>> <!--...
2018 Jun 28
0
Re: East-west traffic network filter
...; srcmacaddr='$GATEWAY_MAC'
> srcmacmask='$GATEWAY_MAC_MASK' />
> </rule>
> <!-- allow traffic only to specified MAC address -->
> <rule action='accept' direction='out'>
> <mac match='yes' dstmacaddr='$GATEWAY_MAC'
> dstmacmask='$GATEWAY_MAC_MASK' />
> </rule>
> <!-- preventing any other traffic than between specified MACs
> and ARP -->
> <filterref filter='no-other-l2-traffic'/>
>
> <!-- allow qemu to send a self-a...
2018 Jun 29
0
Re: East-west traffic network filter
...; srcmacaddr='$GATEWAY_MAC'
> srcmacmask='$GATEWAY_MAC_MASK' />
> </rule>
> <!-- allow traffic only to specified MAC address -->
> <rule action='accept' direction='out'>
> <mac match='yes' dstmacaddr='$GATEWAY_MAC'
> dstmacmask='$GATEWAY_MAC_MASK' />
> </rule>
> <!-- preventing any other traffic than between specified MACs
> and ARP -->
> <filterref filter='no-other-l2-traffic'/>
>
> <!-- allow qemu to send a self-an...