diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-05-30 23:30:01 +0200 |
---|---|---|
committer | John Estabrook <jestabro@sentrium.io> | 2020-01-17 14:40:39 -0600 |
commit | 06133a4162b45dc30391a9cbfa4df56c6e658867 (patch) | |
tree | be2f342526e32ffd230a298c989d7b6156c44b36 /op-mode-definitions | |
parent | caec7a022a5760cac1bf67499e77c3028571d510 (diff) | |
download | vyos-1x-06133a4162b45dc30391a9cbfa4df56c6e658867.tar.gz vyos-1x-06133a4162b45dc30391a9cbfa4df56c6e658867.zip |
[dhcp] T1416: fix DHCP server status view
(cherry picked from commit 7a27f6f93b58abd2fabc9e80e429e14a70ebd6aa)
Diffstat (limited to 'op-mode-definitions')
-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 c284cf14b..989c8274a 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> |