Bases: object
Boolean representing the running state of the DHCP server.
Execute version checks on DHCP server.
Disable dhcp for this network.
Enables DHCP for this network.
Return a list of existing networks ids (ones we have configs for)
Force the DHCP server to reload the assignment database.
Restart the dhcp service for the network.
Bases: quantum.agent.linux.dhcp.DhcpBase
Disable DHCP for this network by killing the local process.
Enables DHCP for this network by spawning a local process.
Returns the file name for a given kind of config file.
Last known pid for the DHCP process spawned for this network.
Bases: quantum.agent.linux.dhcp.DhcpLocalProcess
Return a list of existing networks ids (ones we have configs for)
Rebuild the dnsmasq config and signal the dnsmasq to reload.
Spawns a Dnsmasq process for the network.