diff options
| author | Nataliia Solomko <natalirs1985@gmail.com> | 2026-01-26 14:01:45 +0200 |
|---|---|---|
| committer | Nataliia Solomko <natalirs1985@gmail.com> | 2026-01-28 19:39:34 +0200 |
| commit | 04962c8683000d293aad5460144f3c10111beeb8 (patch) | |
| tree | 40b0b9bd46968ad72bd373fb4c493dd63cf09660 /data | |
| parent | 707b3e92a5c8c3ffaa3c5bec831d7796452efd72 (diff) | |
| download | vyos-1x-04962c8683000d293aad5460144f3c10111beeb8.tar.gz vyos-1x-04962c8683000d293aad5460144f3c10111beeb8.zip | |
vpp: T8202: Remove XDP driver and options from CLI and config
- Migration script removes 'driver' and 'xdp-options' nodes.
- XDP logic is commented out in config verification and CLI tests, preserving code for future use.
- The rest of XDP-related code remains untouched
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/vpp/startup.conf.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/templates/vpp/startup.conf.j2 b/data/templates/vpp/startup.conf.j2 index b5b4853ce..a78f45cde 100644 --- a/data/templates/vpp/startup.conf.j2 +++ b/data/templates/vpp/startup.conf.j2 @@ -84,7 +84,6 @@ physmem { plugins { plugin default { disable } - plugin af_xdp_plugin.so { enable } plugin avf_plugin.so { enable } plugin dpdk_plugin.so { enable } plugin vmxnet3_plugin.so { enable } |
