multus-app-template-style #492

Merged
jahanson merged 4 commits from multus-app-template-style into main 2024-08-08 10:55:29 -05:00
Showing only changes of commit f35bdb4296 - Show all commits

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