diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-03-04 20:30:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-04 20:30:20 +0100 |
| commit | 53488d0ef8ded005e75f853b6ca05342c3c8725d (patch) | |
| tree | caef839f6bb5f49ad6607a438755ca7585f6267c /interface-definitions/vpp.xml.in | |
| parent | ddaae274187916b3a7932372ee8944ddce8c5423 (diff) | |
| parent | d340acd74270728743807b1db4124b0fddcceec4 (diff) | |
| download | vyos-1x-53488d0ef8ded005e75f853b6ca05342c3c8725d.tar.gz vyos-1x-53488d0ef8ded005e75f853b6ca05342c3c8725d.zip | |
Merge pull request #5026 from natali-rs1985/T8339
vpp: T8339: Cleanup vpp interfaces and kernel-interfaces after migration
Diffstat (limited to 'interface-definitions/vpp.xml.in')
| -rw-r--r-- | interface-definitions/vpp.xml.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/interface-definitions/vpp.xml.in b/interface-definitions/vpp.xml.in index ac27d39c4..9d484dbe9 100644 --- a/interface-definitions/vpp.xml.in +++ b/interface-definitions/vpp.xml.in @@ -1244,31 +1244,6 @@ </node> </children> </node> - <tagNode name="kernel-interfaces" owner="${vyos_conf_scripts_dir}/vpp_kernel-interfaces.py"> - <properties> - <help>VPP kernel interface settings</help> - <priority>328</priority> - <valueHelp> - <format>vpptapN</format> - <description>Kernel interface name</description> - </valueHelp> - <valueHelp> - <format>vpptunN</format> - <description>Kernel interface name</description> - </valueHelp> - <constraint> - <regex>vpp(tun|tap)\d+</regex> - </constraint> - <constraintErrorMessage>Kernel interface must start with vpp and include tun or tap N</constraintErrorMessage> - </properties> - <children> - #include <include/interface/address-ipv4-ipv6.xml.i> - #include <include/generic-description.xml.i> - #include <include/interface/disable.xml.i> - #include <include/interface/mtu-68-16000.xml.i> - #include <include/vpp/vif.xml.i> - </children> - </tagNode> </children> </node> </interfaceDefinition> |
