[libvirt] [PATCH[ nwfilter: Discard class D and E IP addresses when sniffing

2010-08-13 Thread Stefan Berger
When sniffing the network traffic, discard class D and E IP addresses when sniffing traffic. This was a reason why filters were not correctly rebuilt on VMs on the local 192.* network when libvirt was restarted and those VMs did not use a DHCP request to get its IP address. Signed-off-by:

Re: [libvirt] [PATCH[ nwfilter: Discard class D and E IP addresses when sniffing

2010-08-13 Thread Eric Blake
On 08/13/2010 12:38 PM, Stefan Berger wrote: When sniffing the network traffic, discard class D and E IP addresses when sniffing traffic. This was a reason why filters were not correctly rebuilt on VMs on the local 192.* network when libvirt was restarted and those VMs did not use a DHCP

Re: [libvirt] [PATCH[ nwfilter: Discard class D and E IP addresses when sniffing

2010-08-13 Thread Eric Blake
On 08/13/2010 01:45 PM, Stefan Berger wrote: -// skip eth. bcast and mcast addresses, +// skip eth. bcast and mcast addresses (224.0.0.0 - +// 239.255.255.255), class E (255.*) // and zero address in DHCP

Re: [libvirt] [PATCH[ nwfilter: Discard class D and E IP addresses when sniffing

2010-08-13 Thread Stefan Berger
Eric Blake ebl...@redhat.com wrote on 08/13/2010 03:56:12 PM: [image removed] On 08/13/2010 01:45 PM, Stefan Berger wrote: -// skip eth. bcast and mcast addresses, +// skip eth. bcast and mcast addresses (224.0.0.0 - +//