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).
Differences from v3: removed support for multiple IP addresses. This version,
like this existing code, allows only one IP address per interface.
I hope that this code will be able to support multiple IP addresses once
my patches have gone in.
Stefan