Page MenuHomeVyOS Platform

show-interfaces-vxlan.xml.in
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

show-interfaces-vxlan.xml.in

<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="interfaces">
<children>
<tagNode name="vxlan">
<properties>
<help>Show specified VXLAN interface information</help>
<completionHelp>
<path>interfaces vxlan</path>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4" --intf_type=vxlan</command>
<children>
<leafNode name="brief">
<properties>
<help>Show summary of the specified VXLAN interface information</help>
</properties>
<command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf_name="$4" --intf_type=vxlan</command>
</leafNode>
</children>
</tagNode>
<node name="vxlan">
<properties>
<help>Show VXLAN interface information</help>
</properties>
<command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf_type=vxlan</command>
<children>
<leafNode name="detail">
<properties>
<help>Show detailed VXLAN interface information</help>
</properties>
<command>${vyos_op_scripts_dir}/interfaces.py show --intf_type=vxlan</command>
</leafNode>
</children>
</node>
</children>
</node>
</children>
</node>
</interfaceDefinition>

File Metadata

Mime Type
text/xml
Expires
Sat, Sep 26, 12:10 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4249370
Default Alt Text
show-interfaces-vxlan.xml.in (1 KB)

Event Timeline