Add Linux CP: create 'dataplane' network namespace, move to init-container.sh to do the plumbing
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user