diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-06 00:15:19 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-06 00:15:22 +0200 |
commit | c271aacf0bb0b36699ae59ff6efaa597d8722d61 (patch) | |
tree | bef44ae65b9ae254e11a61fb35646b3295cdec45 /op-mode-definitions | |
parent | 992d3560369608085eaed41c385d17cbc4566fa5 (diff) | |
download | vyos-1x-c271aacf0bb0b36699ae59ff6efaa597d8722d61.tar.gz vyos-1x-c271aacf0bb0b36699ae59ff6efaa597d8722d61.zip |
op-mode: ethernet: T2546: fix "show interfaces ethernet eth0"
Command node was missing.
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-interfaces-ethernet.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/op-mode-definitions/show-interfaces-ethernet.xml b/op-mode-definitions/show-interfaces-ethernet.xml index 675636929..ec23a39c2 100644 --- a/op-mode-definitions/show-interfaces-ethernet.xml +++ b/op-mode-definitions/show-interfaces-ethernet.xml @@ -11,6 +11,7 @@ <path>interfaces ethernet</path> </completionHelp> </properties> + <command>${vyos_op_scripts_dir}/show_interfaces.py --intf="$4"</command> <children> <leafNode name="brief"> <properties> |