diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-29 18:28:12 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-29 18:28:12 +0100 |
commit | 796d52eae6977fab8d8d527b2c675149dfa36c9b (patch) | |
tree | 2af95464548560fb73737ce3d2ac99d77dfe5776 /src/conf_mode | |
parent | b6086681007ce61ecbc9a2f5a514dbcfb956f49a (diff) | |
download | vyos-1x-796d52eae6977fab8d8d527b2c675149dfa36c9b.tar.gz vyos-1x-796d52eae6977fab8d8d527b2c675149dfa36c9b.zip |
smoketest: dhcpv6-relay: T3095: initial tests
Diffstat (limited to 'src/conf_mode')
-rwxr-xr-x | src/conf_mode/dhcpv6_relay.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/dhcpv6_relay.py b/src/conf_mode/dhcpv6_relay.py index d4212b8be..c7be739ce 100755 --- a/src/conf_mode/dhcpv6_relay.py +++ b/src/conf_mode/dhcpv6_relay.py @@ -27,7 +27,7 @@ from vyos.template import render from vyos import airbag airbag.enable() -config_file = r'/run/dhcp-relay/dhcpv6.conf' +config_file = '/run/dhcp-relay/dhcpv6.conf' default_config_data = { 'listen_addr': [], |