Re: [Netstack] [openstack-dev] [Quantum]NEC OpenFlow Plugin: Agent and Packet Filter

2012-08-13 Thread Isaku Yamahata
On Sun, Aug 12, 2012 at 03:31:10PM -0700, Dan Wendlandt wrote: > [Agent or VIFDriver] > This plugin has an agent that corrects only port information. Another > solution is plugin-specific VIFDriver/InterfaceDriver that > plugs interface, gets port information and sends it to Quantu

Re: [Netstack] [openstack-dev] [Openstack] [Quantum] Multi-host implementation

2012-08-13 Thread Aaron Rosen
The dhcp agent now is able to use network namespaces so there is no longer ip conflicts. Perhaps in the future the dhcp agent could implement some kind of DHCP reply (ip helper) service . Though currently it allocates an ip address in each subnet that you want dhcp enabled on. Aaron On Mon, Aug 1

Re: [Netstack] [Openstack] [openstack-dev] [Quantum] Multi-host implementation

2012-08-13 Thread Hua ZZ Zhang
hi, I have a question about the ip address consumed by the dhcp services. is it necessary to assign an individual ip for each dhcp daemon? can we reserve only one ip address for all dhcp deamons subject to one subnet since they won't run on the same host? since the dhcp service only need to commu