diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-05-16 08:37:06 +0200 |
---|---|---|
committer | Nicolas Vollmar <nvo@scaling.ch> | 2024-05-16 09:00:49 +0200 |
commit | 9ea1d74e4f01f07b7af4feb5c57e58b1b388118d (patch) | |
tree | 6a3a2d43854acbe7d1f5e0c7091092a9458ab472 /op-mode-definitions | |
parent | 8c98231d62cd033800707c05c98a18356d20f338 (diff) | |
download | vyos-1x-9ea1d74e4f01f07b7af4feb5c57e58b1b388118d.tar.gz vyos-1x-9ea1d74e4f01f07b7af4feb5c57e58b1b388118d.zip |
T4519: Switch to display DUID
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/dhcp.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/dhcp.xml.in b/op-mode-definitions/dhcp.xml.in index 97af506db..6114142f0 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> |