unifios-utilities/homebridge/cni/90-homebridge.conflist
2020-12-24 14:25:51 -08:00

33 lines
713 B
Plaintext

{
"cniVersion": "0.4.0",
"name": "homebridge",
"plugins": [
{
"type": "bridge",
"bridge": "br0",
"ipam": {
"type": "host-local",
"ranges": [
[
{
"subnet": "192.168.1.0/24",
"rangeStart": "192.168.1.20",
"rangeEnd": "192.168.1.20",
"gateway": "192.168.1.1"
}
]
],
"routes": [
{"dst": "0.0.0.0/0"}
]
}
},
{
"type": "tuning",
"capabilities": {
"mac": true
}
}
]
}