On 10/25/2011 02:01 PM, David Stevens wrote:
Stefan,
Thanks for reviewing.
Stefan Berger wrote on 10/25/2011 04:59:16
AM:
I hope that this code will be able to support multiple IP addresses once
my patches have gone in.
I labelled in the code with comments the places that n
Stefan,
Thanks for reviewing.
Stefan Berger wrote on 10/25/2011 04:59:16
AM:
> I hope that this code will be able to support multiple IP addresses once
> my patches have gone in.
I labelled in the code with comments the places that need to be
revised (3, I believe) for multip
On 10/24/2011 07:12 PM, David L Stevens wrote:
These patches add DHCP snooping support to libvirt. The learning method for
IP addresses is specified by setting the "ip_learning" variable to one of
"any" [default] (existing IP learning code), "none" (static only addresses)
or "dhcp" (DHCP snooping
These patches add DHCP snooping support to libvirt. The learning method for
IP addresses is specified by setting the "ip_learning" variable to one of
"any" [default] (existing IP learning code), "none" (static only addresses)
or "dhcp" (DHCP snooping).
Differences from v3: removed support for mult