Add Linux CP: create 'dataplane' network namespace, move to init-container.sh to do the plumbing

This commit is contained in:
Pim van Pelt
2025-05-03 13:45:51 +02:00
parent 234ff1d1d3
commit e71451f1c5
3 changed files with 36 additions and 10 deletions

View File

@ -37,3 +37,11 @@ plugins {
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
}