<div dir="ltr"><div><div><div>Hi,<br><br></div>We are running Liberty, with provider networks. We use the Neutron DHCP agent to configure IPv4 and IPv6 addresses for instances. This is all working great, however we sometimes need to put multiple subnets on one VLAN interface (for legacy reasons). This is in fact also working, however it configures some unwanted routes.<br><br></div><div>For example, the following subnets exist in a Neutron network:<br><br><a href="http://192.168.10.0/24">192.168.10.0/24</a><br><a href="http://192.168.11.0/24">192.168.11.0/24</a><br><a href="http://192.168.12.0/24">192.168.12.0/24</a><br></div><div><br></div>I.e. if the IP address obtained is <a href="http://192.168.10.8/24">192.168.10.8/24</a>, the following routes are inserted:<br><br></div><div><a href="http://192.168.10.0/24">192.168.10.0/24</a> with gateway 0.0.0.0<br></div><div><a href="http://192.168.11.0/24">192.168.11.0/24</a> with gateway 0.0.0.0<br></div><div><a href="http://192.168.12.0/24">192.168.12.0/24</a> with gateway 0.0.0.0<br><br></div><div>The first route is obviously not an issue, as this route is directly connected, but the other routes are plain wrong and stop traffic from being routed to the default gateway.<br><br></div><div>Does anyone know how to disable this behavior? I only want a default gateway obtained from DHCP and I do not need any further routes.<br><br></div><div>Thanks,<br></div><div>Remco<br></div></div>