diff options
Diffstat (limited to 'op-mode-definitions/show-interfaces-pseudo-ethernet.xml.in')
| -rw-r--r-- | op-mode-definitions/show-interfaces-pseudo-ethernet.xml.in | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/op-mode-definitions/show-interfaces-pseudo-ethernet.xml.in b/op-mode-definitions/show-interfaces-pseudo-ethernet.xml.in index 0c00dbdd0..cb62639ee 100644 --- a/op-mode-definitions/show-interfaces-pseudo-ethernet.xml.in +++ b/op-mode-definitions/show-interfaces-pseudo-ethernet.xml.in @@ -11,13 +11,13 @@                  <path>interfaces pseudo-ethernet</path>                </completionHelp>              </properties> -            <command>${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4"</command> +            <command>${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4" --intf_type=pseudo-ethernet</command>              <children>                <leafNode name="brief">                  <properties>                    <help>Show summary of the specified pseudo-ethernet/MACvlan interface information</help>                  </properties> -                <command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf_name="$4"</command> +                <command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf_name="$4" --intf_type=pseudo-ethernet</command>                </leafNode>              </children>            </tagNode> | 
