examples/vagrant-libvirt/inetmock.conflist

42 lines
923 B
Plaintext

{
"args": {
"podman_labels": {
"inetmock": ""
}
},
"cniVersion": "0.4.0",
"name": "inetmock",
"plugins": [
{
"type": "bridge",
"bridge": "im0",
"isGateway": false,
"hairpinMode": true,
"ipam": {
"type": "host-local",
"routes": [],
"ranges": [
[
{
"subnet": "172.25.10.0/24",
"gateway": "172.25.10.5"
}
]
]
}
},
{
"type": "portmap",
"capabilities": {
"portMappings": true
}
},
{
"type": "firewall",
"backend": ""
},
{
"type": "tuning"
}
]
}