Re: [libvirt] [PATCH] Fix typo error attribute name vlan-id should be vlanid in docs

2014-08-05 Thread Ján Tomko
On 08/05/2014 07:25 AM, Jianwei Hu wrote: > [root@localhost ~]# virsh nwfilter-dumpxml myself > > 7192ef51-cd50-4f14-ad7b-fa5c69ea19e3 > > > > > > [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

[libvirt] [PATCH] Fix typo error attribute name vlan-id should be vlanid in docs

2014-08-04 Thread Jianwei Hu
[root@localhost ~]# virsh nwfilter-dumpxml myself 7192ef51-cd50-4f14-ad7b-fa5c69ea19e3 [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 deleti