Re: [libvirt] [libvirt PATCHv3 08/10] add DHCP snooping

2011-10-17 Thread Stefan Berger
On 10/12/2011 03:50 PM, David L Stevens wrote: + +#includeconfig.h + +#ifdef HAVE_LIBPCAP +#includepcap.h +#endif HAVE_LIBPCAP also has to be handled in the parts that actually call the pcap library API and provide a way of failing if libpcap is not available. -- libvir-list mailing list

Re: [libvirt] [libvirt PATCHv3 08/10] add DHCP snooping

2011-10-14 Thread Stefan Berger
On 10/12/2011 03:50 PM, David L Stevens wrote: This patch adds DHCP Snooping support to libvirt. Signed-off-by: David L Stevensdlstev...@us.ibm.com --- examples/xml/nwfilter/no-ip-spoofing.xml |5 + src/Makefile.am |2 + src/nwfilter/nwfilter_dhcpsnoop.c

[libvirt] [libvirt PATCHv3 08/10] add DHCP snooping

2011-10-12 Thread David L Stevens
This patch adds DHCP Snooping support to libvirt. Signed-off-by: David L Stevens dlstev...@us.ibm.com --- examples/xml/nwfilter/no-ip-spoofing.xml |5 + src/Makefile.am |2 + src/nwfilter/nwfilter_dhcpsnoop.c| 602 ++