[libvirt] [PATCH] nwfilter: fix typing error in filter

2012-01-11 Thread Stefan Berger
Fix a typing error in the no-ip-spoofing filter. Return DHCP request packets passing through this filter. Have the user use another filter to actually allow DHCP requests to be sent (action='accept'). --- examples/xml/nwfilter/no-ip-spoofing.xml |6 +++--- 1 file changed, 3 insertions(+), 3

Re: [libvirt] [PATCH] nwfilter: fix typing error in filter

2012-01-11 Thread Eric Blake
On 01/11/2012 12:42 PM, Stefan Berger wrote: Fix a typing error in the no-ip-spoofing filter. Return DHCP request packets passing through this filter. Have the user use another filter to actually allow DHCP requests to be sent (action='accept'). ---

Re: [libvirt] [PATCH] nwfilter: fix typing error in filter

2012-01-11 Thread Stefan Berger
On 01/11/2012 02:57 PM, Eric Blake wrote: On 01/11/2012 12:42 PM, Stefan Berger wrote: Fix a typing error in the no-ip-spoofing filter. Return DHCP request packets passing through this filter. Have the user use another filter to actually allow DHCP requests to be sent (action='accept'). ---