Move files to their own directory

This commit is contained in:
Pim van Pelt
2025-05-03 13:30:04 +02:00
parent e8331cd3af
commit 234ff1d1d3
6 changed files with 2 additions and 6 deletions

3
files/bootstrap.vpp Normal file
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/clab.vpp Normal file
View File

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

1
files/manual-post.vpp Normal file
View File

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

1
files/manual-pre.vpp Normal file
View File

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

39
files/startup.conf Normal file
View File

@ -0,0 +1,39 @@
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 }
}