trying a few more settings

This commit is contained in:
Joseph Hanson 2024-08-08 10:44:51 -05:00
parent 14f6130259
commit f35bdb4296
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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"
} }
] ]
} }