summaryrefslogtreecommitdiff
path: root/src/conf_mode/dhcpv6_relay.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-11-29 18:28:12 +0100
committerChristian Poessinger <christian@poessinger.com>2020-11-29 18:28:12 +0100
commit796d52eae6977fab8d8d527b2c675149dfa36c9b (patch)
tree2af95464548560fb73737ce3d2ac99d77dfe5776 /src/conf_mode/dhcpv6_relay.py
parentb6086681007ce61ecbc9a2f5a514dbcfb956f49a (diff)
downloadvyos-1x-796d52eae6977fab8d8d527b2c675149dfa36c9b.tar.gz
vyos-1x-796d52eae6977fab8d8d527b2c675149dfa36c9b.zip
smoketest: dhcpv6-relay: T3095: initial tests
Diffstat (limited to 'src/conf_mode/dhcpv6_relay.py')
-rwxr-xr-xsrc/conf_mode/dhcpv6_relay.py2
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': [],