summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2024-02-13 00:19:30 +0100
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2024-02-13 02:36:20 +0100
commitc44d24eae276f77c700e961a22c0cd5582416dff (patch)
treeae1c3ba70f03a8e6f50ddafe1a4ae57e0c6ea4f8 /op-mode-definitions
parent19df28989d72f8006e1defd241ec5cc34660bbec (diff)
downloadvyos-1x-c44d24eae276f77c700e961a22c0cd5582416dff.tar.gz
vyos-1x-c44d24eae276f77c700e961a22c0cd5582416dff.zip
dhcpv6-server: T5992: Fix op-mode Kea DHCP lease output
Due to Kea's lease file cleanup, the CSV file content is inconsistent. This commit makes changes to use the Kea control socket to fetch current lease information.
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/dhcp.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/dhcp.xml.in b/op-mode-definitions/dhcp.xml.in
index ceb321f3e..ab305580b 100644
--- a/op-mode-definitions/dhcp.xml.in
+++ b/op-mode-definitions/dhcp.xml.in
@@ -130,7 +130,7 @@
<properties>
<help>Show DHCPv6 server leases sorted by the specified key</help>
<completionHelp>
- <list>end iaid_duid ip last_communication pool remaining state type</list>
+ <list>end duid ip last_communication pool remaining state type</list>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/dhcp.py show_server_leases --family inet6 --sort $6</command>