Merge "[DHCP agent] Fix route to OVN metadata port for non-isolated networks" into stable/wallaby
This commit is contained in:
@@ -1213,7 +1213,7 @@ class Dnsmasq(DhcpLocalProcess):
|
||||
if subnet_dhcp_ip:
|
||||
metadata_route_ip = subnet_dhcp_ip
|
||||
|
||||
if not isolated_subnets[subnet.id] and gateway:
|
||||
elif not isolated_subnets[subnet.id] and gateway:
|
||||
metadata_route_ip = gateway
|
||||
|
||||
if metadata_route_ip:
|
||||
|
||||
Reference in New Issue
Block a user