From c44d24eae276f77c700e961a22c0cd5582416dff Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Tue, 13 Feb 2024 00:19:30 +0100 Subject: 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. --- op-mode-definitions/dhcp.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'op-mode-definitions/dhcp.xml.in') 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 @@ Show DHCPv6 server leases sorted by the specified key - end iaid_duid ip last_communication pool remaining state type + end duid ip last_communication pool remaining state type ${vyos_op_scripts_dir}/dhcp.py show_server_leases --family inet6 --sort $6 -- cgit v1.2.3