diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-01-30 15:21:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-30 15:21:10 +0200 |
| commit | ff57a67e853272f14c7c3bc5e086b915d00b3511 (patch) | |
| tree | 4791a7357712603bf5b5421cd87ffd1cc84e6da9 /data | |
| parent | 1af4e423a17064e3e6d87b0c5df1c01688b6551a (diff) | |
| parent | 04962c8683000d293aad5460144f3c10111beeb8 (diff) | |
| download | vyos-1x-ff57a67e853272f14c7c3bc5e086b915d00b3511.tar.gz vyos-1x-ff57a67e853272f14c7c3bc5e086b915d00b3511.zip | |
Merge pull request #4955 from natali-rs1985/T8202
vpp: T8202: Remove XDP driver and options from CLI and config
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 } |
