27 lines
611 B
Plaintext
27 lines
611 B
Plaintext
{
|
|
"cniVersion": "0.3.1",
|
|
"name": "chained-ptp-bandwidth",
|
|
"plugins": [
|
|
{
|
|
"type": "ptp",
|
|
"ipMasq": true,
|
|
"mtu": 512,
|
|
"ipam": {
|
|
"type": "host-local",
|
|
"subnet": "10.9.2.0/24"
|
|
}
|
|
},
|
|
{
|
|
"type": "bandwidth",
|
|
"runtimeConfig": {
|
|
"bandWidth": {
|
|
"ingressRate": 800,
|
|
"ingressBurst": 200,
|
|
"egressRate": 800,
|
|
"egressBurst": 200
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|