summaryrefslogtreecommitdiff
path: root/src/op_mode/show_dhcpv6.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-13 20:32:23 +0200
committerChristian Poessinger <christian@poessinger.com>2020-04-13 20:32:23 +0200
commit7a2903342c454e23520fe2800d58dcae94305e6d (patch)
tree080432a7ab86dd90f0a4425b875804c000c7ab6c /src/op_mode/show_dhcpv6.py
parentb9303c979d805b9c919deed3de2b7023cce1c7e3 (diff)
downloadvyos-1x-7a2903342c454e23520fe2800d58dcae94305e6d.tar.gz
vyos-1x-7a2903342c454e23520fe2800d58dcae94305e6d.zip
op-mode: T2185: adjust dhcpv4/v6 systemd service name
Diffstat (limited to 'src/op_mode/show_dhcpv6.py')
-rwxr-xr-xsrc/op_mode/show_dhcpv6.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op_mode/show_dhcpv6.py b/src/op_mode/show_dhcpv6.py
index 18baa5517..d686defc0 100755
--- a/src/op_mode/show_dhcpv6.py
+++ b/src/op_mode/show_dhcpv6.py
@@ -179,7 +179,7 @@ if __name__ == '__main__':
sys.exit(0)
# if dhcp server is down, inactive leases may still be shown as active, so warn the user.
- if call('systemctl -q is-active isc-dhcpv6-server.service') != 0:
+ if call('systemctl -q is-active isc-dhcp-server6.service') != 0:
print("WARNING: DHCPv6 server is configured but not started. Data may be stale.")
if args.leases: