Move VPP files into their own subdir

This commit is contained in:
Pim van Pelt
2025-05-04 09:28:45 +02:00
parent b5e04e427f
commit e0f336df88
6 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1,3 @@
exec /etc/vpp/manual-pre.vpp
exec /etc/vpp/clab.vpp
exec /etc/vpp/manual-post.vpp

1
files/etc/vpp/clab.vpp Normal file
View File

@ -0,0 +1 @@
comment { This file will be overwritten / generated by containerlab upon deploy }

View File

@ -0,0 +1 @@
comment { These commands are executed after Containerlab stuff }

View File

@ -0,0 +1 @@
comment { These commands are executed before Containerlab stuff }

View File

@ -0,0 +1,47 @@
unix {
interactive
log /var/log/vpp/vpp.log
full-coredump
cli-listen /run/vpp/cli.sock
cli-prompt vpp-clab#
cli-no-pager
poll-sleep-usec 100
exec /etc/vpp/bootstrap.vpp
}
api-trace {
on
}
memory {
main-heap-size 512M
main-heap-page-size 4k
}
buffers {
buffers-per-numa 16000
default data-size 2048
page-size 4k
}
statseg {
size 64M
page-size 4k
per-node-counters on
}
plugins {
plugin default { enable }
plugin dpdk_plugin.so { disable }
plugin linux_cp_plugin.so { enable }
plugin linux_nl_plugin.so { enable }
plugin sflow_plugin.so { enable }
}
linux-cp {
default netns dataplane
lcp-sync
lcp-auto-subint
del-static-on-link-down
del-dynamic-on-link-down
}