forked from uncloud/uncloud
Do not background dnsmasq
This commit is contained in:
parent
7e36b0c067
commit
1b08a49aef
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class DNSRA(object):
|
||||||
|
|
||||||
|
|
||||||
# Command to start dnsmasq
|
# Command to start dnsmasq
|
||||||
cmd_start_dnsmasq="{sudo}dnsmasq --interface={bridgedev} --bind-interfaces --dhcp-range={route},ra-only,infinite --enable-ra"
|
cmd_start_dnsmasq="{sudo}dnsmasq --interface={bridgedev} --bind-interfaces --dhcp-range={route},ra-only,infinite --enable-ra --no-daemon"
|
||||||
|
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
vni,
|
vni,
|
||||||
|
|
Loading…
Reference in a new issue