diff --git a/doc/networking-guide/source/config-service-subnets.rst b/doc/networking-guide/source/config-service-subnets.rst index f7889caf10..11da69d9d1 100644 --- a/doc/networking-guide/source/config-service-subnets.rst +++ b/doc/networking-guide/source/config-service-subnets.rst @@ -32,6 +32,12 @@ uses the following selection process: * ``network:floatingip_agent_gateway`` * ``None`` +.. note:: + + Ports with the device owner ``network:dhcp`` are exempt from the above IPAM + logic for subnets with ``dhcp_enabled`` set to ``True``. This preserves the + existing automatic DHCP port creation behaviour for DHCP-enabled subnets. + Creating or updating a port with a specific subnet skips this selection process and explicitly uses the given subnet.