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": [
|
||||
{
|
||||
"type": "macvlan",
|
||||
"master": "bond0",
|
||||
"master": "bond0.30",
|
||||
"mode": "bridge",
|
||||
"capabilities": {
|
||||
"ips": true
|
||||
},
|
||||
"ipam": {
|
||||
"type": "static",
|
||||
"routes": [
|
||||
{ "dst": "10.1.2.0/24", "gw": "10.1.3.1" }
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"capabilities": { "mac": true },
|
||||
"type": "tuning"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue