← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1943485] Re: dhcp server with custom gateway won't set static route to interface automatically

 

[Expired for neutron because there has been no activity for 60 days.]

** Changed in: neutron
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1943485

Title:
  dhcp server with custom gateway won't set static route to interface
  automatically

Status in neutron:
  Expired

Bug description:
  When i create a subnet e.g. 10.0.0.0/24 with gw 192.168.1.1, it
  doesn't set these routes in clients (nova instances):

  ```
  sudo ip r add 192.168.1.1 dev eth0
  sudo ip r add default gw via 192.168.1.1 dev eth0
  ```

  These are no bugs but my lack of knowledge:
  -i couldn't find how i can set IANA dhcp-options for the subnet.
  -i couldn't find how to prevent self using first ip by the subnet network.
  -i couldn't find how i can shut-down neutron's dhcp server and use an external one.

  Regards.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1943485/+subscriptions



References