diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-05-30 23:30:01 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-05-30 23:30:01 +0200 |
commit | 7a27f6f93b58abd2fabc9e80e429e14a70ebd6aa (patch) | |
tree | 06ac8a4e45e3e51613bbb62d753aeddc95faa17e /op-mode-definitions/dhcp.xml | |
parent | 0a16c85a8b6aa728e142156e0e985ac21916db20 (diff) | |
download | vyos-1x-7a27f6f93b58abd2fabc9e80e429e14a70ebd6aa.tar.gz vyos-1x-7a27f6f93b58abd2fabc9e80e429e14a70ebd6aa.zip |
[dhcp] T1416: fix DHCP server status view
Diffstat (limited to 'op-mode-definitions/dhcp.xml')
-rw-r--r-- | op-mode-definitions/dhcp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/dhcp.xml b/op-mode-definitions/dhcp.xml index a7d09304e..85403af6f 100644 --- a/op-mode-definitions/dhcp.xml +++ b/op-mode-definitions/dhcp.xml @@ -22,7 +22,7 @@ <properties> <help>Show DHCP leases for a specific pool</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/show_dhcp.py --leases --pool $4</command> + <command>sudo ${vyos_op_scripts_dir}/show_dhcp.py --leases --pool $6</command> </tagNode> </children> </node> @@ -36,7 +36,7 @@ <properties> <help>Show DHCP server statistics for a specific pool</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/show_dhcp.py --statistics --pool $4</command> + <command>sudo ${vyos_op_scripts_dir}/show_dhcp.py --statistics --pool $6</command> </tagNode> </children> </node> |