Skip to content

Commit

Permalink
dhcp_server: T6852: Add op mode command "show dhcpv6 server statistics"
Browse files Browse the repository at this point in the history
  • Loading branch information
natali-rs1985 committed Nov 5, 2024
1 parent 47aa697 commit 1bd594c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions op-mode-definitions/dhcp.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,23 @@
</tagNode>
</children>
</node>
<node name="statistics">
<properties>
<help>Show DHCPv6 server statistics</help>
</properties>
<command>${vyos_op_scripts_dir}/dhcp.py show_pool_statistics --family inet6</command>
<children>
<tagNode name="pool">
<properties>
<help>Show DHCPv6 server statistics for a specific pool</help>
<completionHelp>
<path>service dhcpv6-server shared-network-name</path>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/dhcp.py show_pool_statistics --family inet6 --pool $6</command>
</tagNode>
</children>
</node>
</children>
</node>
</children>
Expand Down

0 comments on commit 1bd594c

Please sign in to comment.