<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    Can anyone help elaborate why the following line of code in devstack
    which is trying to add a route for VM private network via router
    gateway IP on network node is <b>NOT</b> taken care by neutron but
    devstack? The reason to ask is that every time a router external
    gateway IP changed or a new router is added, we have to manually
    change this route or add a new one on network node. <br>
    <br>
    sudo route add -net $FIXED_RANGE gw $ROUTER_GW_IP<br>
    <br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="https://github.com/openstack-dev/devstack/blob/stable/icehouse/lib/neutron#L428">https://github.com/openstack-dev/devstack/blob/stable/icehouse/lib/neutron#L428</a><br>
    <br>
    Thanks!<br>
    Xu Han<br>
  </body>
</html>