trying a few more settings
This commit is contained in:
parent
14f6130259
commit
f35bdb4296
1 changed files with 9 additions and 2 deletions
|
@ -12,14 +12,21 @@ spec:
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"type": "macvlan",
|
"type": "macvlan",
|
||||||
"master": "bond0",
|
"master": "bond0.30",
|
||||||
"mode": "bridge",
|
"mode": "bridge",
|
||||||
|
"capabilities": {
|
||||||
|
"ips": true
|
||||||
|
},
|
||||||
"ipam": {
|
"ipam": {
|
||||||
"type": "static",
|
"type": "static",
|
||||||
"routes": [
|
"routes": [
|
||||||
{ "dst": "10.1.2.0/24", "gw": "10.1.3.1" }
|
{ "dst": "10.1.2.0/24", "gw": "10.1.3.1" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"capabilities": { "mac": true },
|
||||||
|
"type": "tuning"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue