diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-03-04 15:33:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-04 15:33:41 +0200 |
| commit | 9fae68c92fe769da4f877c8df358868812a660ad (patch) | |
| tree | 95d8b0c47cae0efcca44509a8f01ab6244f09900 /interface-definitions/vpp.xml.in | |
| parent | 2a4d52b2b8c39f4f77b526ce80686247dd4d0f95 (diff) | |
| parent | 32a5763872420ba8af53e3371c5c68e7369b5e62 (diff) | |
| download | vyos-1x-9fae68c92fe769da4f877c8df358868812a660ad.tar.gz vyos-1x-9fae68c92fe769da4f877c8df358868812a660ad.zip | |
Merge pull request #5024 from natali-rs1985/T8328
vpp: T8328: Migrate xconnect interface to 'interfaces vpp xconnect'
Diffstat (limited to 'interface-definitions/vpp.xml.in')
| -rw-r--r-- | interface-definitions/vpp.xml.in | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/interface-definitions/vpp.xml.in b/interface-definitions/vpp.xml.in index 141c40275..e0389542b 100644 --- a/interface-definitions/vpp.xml.in +++ b/interface-definitions/vpp.xml.in @@ -6,73 +6,6 @@ <priority>295</priority> </properties> <children> - <node name='interfaces'> - <properties> - <help>Network interfaces</help> - <priority>300</priority> - </properties> - <children> - <!-- Disable as geneve interface index in the VPP always 0 and not configured --> - <!-- <tagNode name="geneve" owner="${vyos_conf_scripts_dir}/vpp_interfaces_geneve.py"> - <properties> - <priority>325</priority> - <help>Generic Network Virtualization Encapsulation (GENEVE) Interface</help> - <constraint> - <regex>geneve[0-9]+</regex> - </constraint> - <constraintErrorMessage>GENEVE interface must be named geneveN</constraintErrorMessage> - <valueHelp> - <format>geneveN</format> - <description>GENEVE interface name</description> - </valueHelp> - </properties> - <children> --> - <!-- #include <include/source-address-ipv4-ipv6.xml.i> --> - <!-- #include <include/interface/tunnel-remote.xml.i> --> - <!-- #include <include/vni.xml.i> --> - <!-- #include <include/kernel-interface-tun.xml.i> --> - <!-- </children> --> - <!-- </tagNode> --> - <tagNode name="xconnect" owner="${vyos_conf_scripts_dir}/vpp_interfaces_xconnect.py"> - <properties> - <help>Layer 2 cross connect</help> - <priority>325</priority> - <constraint> - <regex>xcon[0-9]+</regex> - </constraint> - <constraintErrorMessage>Cross connect must be named xconN</constraintErrorMessage> - <valueHelp> - <format>xconN</format> - <description>Cross connect interface name</description> - </valueHelp> - </properties> - <children> - #include <include/generic-description.xml.i> - #include <include/interface/disable.xml.i> - <node name="member"> - <properties> - <help>Cross connect pair mamber interfaces</help> - </properties> - <children> - <leafNode name="interface"> - <properties> - <help>Member interface name</help> - <completionHelp> - <script>${vyos_completion_dir}/list_interfaces --bridgeable</script> - </completionHelp> - <valueHelp> - <format>txt</format> - <description>Interface name</description> - </valueHelp> - <multi/> - </properties> - </leafNode> - </children> - </node> - </children> - </tagNode> - </children> - </node> <node name="ipfix" owner="${vyos_conf_scripts_dir}/vpp_ipfix.py"> <properties> <help>IP Flow Information Export (IPFIX) configuration</help> |
