diff options
| author | Nataliia Solomko <natalirs1985@gmail.com> | 2026-03-04 16:00:33 +0200 |
|---|---|---|
| committer | Nataliia Solomko <natalirs1985@gmail.com> | 2026-03-04 16:06:39 +0200 |
| commit | d340acd74270728743807b1db4124b0fddcceec4 (patch) | |
| tree | 934e4a3afcb26d1be62c8c0ac63325d697bac16c /interface-definitions/vpp.xml.in | |
| parent | 9fae68c92fe769da4f877c8df358868812a660ad (diff) | |
| download | vyos-1x-d340acd74270728743807b1db4124b0fddcceec4.tar.gz vyos-1x-d340acd74270728743807b1db4124b0fddcceec4.zip | |
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 e0389542b..3ba0a0d02 100644 --- a/interface-definitions/vpp.xml.in +++ b/interface-definitions/vpp.xml.in @@ -1199,31 +1199,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> |
