Remove hardcoded test interface
In the attempt to provide the ability to utilize a separate network_interface for testing, the hard-coded interface must be removed. Since we already define the interface elsewhere when testing, this should be perfectly safe. Change-Id: I089eab01f070a3383ab47194cc837f32da555a58
This commit is contained in:
parent
c4e6afae2c
commit
9e4e97fc4d
@ -17,11 +17,7 @@ port=53
|
|||||||
# specified interfaces (and the loopback) give the name of the
|
# specified interfaces (and the loopback) give the name of the
|
||||||
# interface (eg eth0) here.
|
# interface (eg eth0) here.
|
||||||
# Repeat the line for more than one interface.
|
# Repeat the line for more than one interface.
|
||||||
{% if testing | bool == true %}
|
|
||||||
interface=virbr0
|
|
||||||
{% else %}
|
|
||||||
interface={{ network_interface }}
|
interface={{ network_interface }}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# On systems which support it, dnsmasq binds the wildcard address,
|
# On systems which support it, dnsmasq binds the wildcard address,
|
||||||
# even when it is listening on only some interfaces. It then discards
|
# even when it is listening on only some interfaces. It then discards
|
||||||
|
Loading…
x
Reference in New Issue
Block a user