diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-03-03 13:28:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-03 13:28:20 +0100 |
| commit | d47be4a8e2119e2be0be5fe9d7c29d7d8eaf24d9 (patch) | |
| tree | 9101e996fd134a83cb2708e104bcdd7a85caa197 /interface-definitions/vpp.xml.in | |
| parent | 00361b88005948802344adbe6184057cee91cde4 (diff) | |
| parent | 99f617c88e57453315ee97cba88d3de1a24a5f01 (diff) | |
| download | vyos-1x-d47be4a8e2119e2be0be5fe9d7c29d7d8eaf24d9.tar.gz vyos-1x-d47be4a8e2119e2be0be5fe9d7c29d7d8eaf24d9.zip | |
Merge pull request #5020 from natali-rs1985/T8325
vpp: T8325: Migrate gre interface to 'interfaces vpp gre'
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 733e8eb83..517129e78 100644 --- a/interface-definitions/vpp.xml.in +++ b/interface-definitions/vpp.xml.in @@ -79,73 +79,6 @@ <!-- #include <include/kernel-interface-tun.xml.i> --> <!-- </children> --> <!-- </tagNode> --> - <tagNode name="gre" owner="${vyos_conf_scripts_dir}/vpp_interfaces_gre.py"> - <properties> - <priority>325</priority> - <help>Generic Network Encapsulation (GRE) Interface</help> - <constraint> - <regex>gre[0-9]+</regex> - </constraint> - <constraintErrorMessage>GRE interface must be named greN</constraintErrorMessage> - <valueHelp> - <format>greN</format> - <description>GRE interface name</description> - </valueHelp> - </properties> - <children> - #include <include/generic-description.xml.i> - #include <include/interface/disable.xml.i> - <leafNode name="mode"> - <properties> - <help>GRE tunnel mode</help> - <completionHelp> - <list>point-to-point point-to-multipoint</list> - </completionHelp> - <valueHelp> - <format>point-to-point</format> - <description>Point to point mode</description> - </valueHelp> - <valueHelp> - <format>point-to-multipoint</format> - <description>Point to multipoint mode</description> - </valueHelp> - <constraint> - <regex>(point-to-point|point-to-multipoint)</regex> - </constraint> - <constraintErrorMessage>Invalid mode, must be one of: point-to-point or point-to-multipoint</constraintErrorMessage> - </properties> - <defaultValue>point-to-point</defaultValue> - </leafNode> - <leafNode name="tunnel-type"> - <properties> - <help>GRE tunnel type</help> - <completionHelp> - <list>erspan l3 teb</list> - </completionHelp> - <valueHelp> - <format>erspan</format> - <description>Encapsulated Remote Switched Port Analyzer</description> - </valueHelp> - <valueHelp> - <format>l3</format> - <description>Generic Routing Encapsulation (network layer)</description> - </valueHelp> - <valueHelp> - <format>teb</format> - <description>L2 Transparent Ethernet Bridge</description> - </valueHelp> - <constraint> - <regex>(erspan|l3|teb)</regex> - </constraint> - <constraintErrorMessage>Invalid encapsulation, must be one of: l3, teb or erspan</constraintErrorMessage> - </properties> - <defaultValue>l3</defaultValue> - </leafNode> - #include <include/source-address-ipv4-ipv6.xml.i> - #include <include/interface/tunnel-remote.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> |
