summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-06-22 17:02:20 +0200
committerGitHub <noreply@github.com>2019-06-22 17:02:20 +0200
commit3d3308b5556e6720e0876d0099a83a7ab3307d3c (patch)
tree6fc4c47fa52d7456a04608c343a593f34cb36b12
parent7773ad30bd940ffb5144224d61dc3354396f2c8b (diff)
parent690ae8bf526b6d45997bedf5e856f858ad251658 (diff)
downloadvyos-1x-3d3308b5556e6720e0876d0099a83a7ab3307d3c.tar.gz
vyos-1x-3d3308b5556e6720e0876d0099a83a7ab3307d3c.zip
Merge pull request #74 from jjakob/T1433-fix-show-dhcpv6-server-leases
T1433: fix show dhcpv6 server leases
-rwxr-xr-xsrc/conf_mode/dhcpv6_server.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conf_mode/dhcpv6_server.py b/src/conf_mode/dhcpv6_server.py
index aa9c35fa1..37da3ef25 100755
--- a/src/conf_mode/dhcpv6_server.py
+++ b/src/conf_mode/dhcpv6_server.py
@@ -112,8 +112,8 @@ daemon_tmpl = """
# sourced by /etc/init.d/isc-dhcpv6-server
-DHCPD_CONF=/etc/dhcp/dhcpd6.conf
-DHCPD_PID=/var/run/dhcpd6.pid
+DHCPD_CONF=/etc/dhcp/dhcpdv6.conf
+DHCPD_PID=/var/run/dhcpdv6.pid
OPTIONS="-6 -lf {{ lease_file }}"
INTERFACES=""
"""