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": [
{
"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"
}
]
}