summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJernej Jakob <jernej.jakob@gmail.com>2019-06-22 01:52:01 +0200
committerChristian Poessinger <christian@poessinger.com>2019-06-22 18:48:11 +0200
commit1160c2e55782c51d9f4fc4cd93b8b293880bc8c2 (patch)
tree5698e7ca6e3a74486fbb09bc5f2c0541042fb028 /src
parent6912d0c9ffcc6c81b0764a373dcc7f99093c5d3b (diff)
downloadvyos-1x-1160c2e55782c51d9f4fc4cd93b8b293880bc8c2.tar.gz
vyos-1x-1160c2e55782c51d9f4fc4cd93b8b293880bc8c2.zip
T1433: fix also filenames in /etc/default/isc-dhcpv6-server
(cherry picked from commit 690ae8bf526b6d45997bedf5e856f858ad251658)
Diffstat (limited to 'src')
-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 bb3e6e90d..b80da26af 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=""
"""