diff options
author | Christian Breunig <christian@breunig.cc> | 2023-01-12 20:24:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-12 20:24:36 +0100 |
commit | 80a0cee308c33d8cdc64014eb47558f48cc90f23 (patch) | |
tree | 55543359e7af24319f6347ea0b67592a4cf57fb8 /op-mode-definitions/show-interfaces-l2tpv3.xml.in | |
parent | f56221a096f63c8b16456738074acc5202fd7f8b (diff) | |
parent | 0cdd2740f300a8b4ebfde931feb82610bcfd7f78 (diff) | |
download | vyos-1x-80a0cee308c33d8cdc64014eb47558f48cc90f23.tar.gz vyos-1x-80a0cee308c33d8cdc64014eb47558f48cc90f23.zip |
Merge pull request #1750 from roedie/1.3-T4918
Backport: T4918: op_mode interfaces: Fix show int
Diffstat (limited to 'op-mode-definitions/show-interfaces-l2tpv3.xml.in')
-rw-r--r-- | op-mode-definitions/show-interfaces-l2tpv3.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-interfaces-l2tpv3.xml.in b/op-mode-definitions/show-interfaces-l2tpv3.xml.in index 2a1d6a1c6..f8483a368 100644 --- a/op-mode-definitions/show-interfaces-l2tpv3.xml.in +++ b/op-mode-definitions/show-interfaces-l2tpv3.xml.in @@ -11,13 +11,13 @@ <path>interfaces l2tpv3</path> </completionHelp> </properties> - <command>${vyos_op_scripts_dir}/show_interfaces.py --intf="$4"</command> + <command>${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" --intf-type=l2tpv3</command> <children> <leafNode name="brief"> <properties> <help>Show summary of the specified L2TPv3 interface information</help> </properties> - <command>${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" --action=show-brief</command> + <command>${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" --action=show-brief --intf-type=l2tpv3</command> </leafNode> </children> </tagNode> |