
5 Aug
2014
5 Aug
'14
4 a.m.
On 08/05/2014 07:25 AM, Jianwei Hu wrote:
[root@localhost ~]# virsh nwfilter-dumpxml myself <filter name='myself' chain='root'> <uuid>7192ef51-cd50-4f14-ad7b-fa5c69ea19e3</uuid> <rule action='accept' direction='in' priority='500'> <vlan dstmacaddr='00:11:22:33:44:55' vlanid='44'/> </rule> </filter>
[root@localhost ~]# ebtables -t nat -L Bridge table: nat
... -p 802_1Q -d 0:11:22:33:44:55 --vlan-id 44 -j ACCEPT --- docs/formatnwfilter.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
ACK I've added the bug link to the commit message and pushed the patch. Jan