neutron/neutron/agent/dhcp
Slawek Kaplonski e4bbeee206 Don't configure dnsmasq entries for "network" ports
Ports with device_owner like:
* floating_ip,
* DHCP,
* some types of router ports, like: HA interface interface,
* distributed ports,
don't need to be configured in the dnsmasq file.
So there is no need to reload dnsmasq every time when such port is
added/updated to the network.

This patch adds skip in such case which should improve load on the
Neutron DHCP agent.

Closes-Bug: #1913269
Change-Id: I63221507713b941c261cdf88781133149da8ab8d
2021-02-18 13:18:12 +01:00
..
__init__.py DHCP agent restructuring 2015-01-17 01:03:09 -08:00
agent.py Don't configure dnsmasq entries for "network" ports 2021-02-18 13:18:12 +01:00