Comment 6 for bug 2059897

Revision history for this message
Brian Haley (brian-haley) wrote :

> Is it possible for dhcp agents to communicate multiple subnets without going through the router in an ML2/ovs environment?

From my reading of the code I think it does this, see neutron/agent/linux/dhcp.py:_generate_opts_per_subnet(), but I could be wrong.

> I need a way to connect for local communication without adding a router within the same ovn switch.

Ok, so multiple subnets on the same network, but without a router?

> Is there any technical analysis potential for this?
>
> https://review.opendev.org/c/openstack/ovsdbapp/+/896793

Sorry, I don't know much about that patch, you could maybe ping Terry Wilson (otherwiseguy) on irc to see if he can add anything as I don't see neutron consuming it.