unifios-utilities/mqtt-mosquitto/cni/45-mqtt.conflist
Lukas Wolfsteiner ef6ba8ee19
Add guide on how to integrate MQTT Broker demonstrated on Eclipse Mosquitto (#369)
* Guide for Eclipse Mosquitto completed

* Add reference to Mosquitto guide to README
2022-05-22 06:52:44 -07:00

32 lines
702 B
Plaintext

{
"cniVersion": "0.4.0",
"name": "mosquitto",
"plugins": [
{
"type": "bridge",
"bridge": "br20",
"ipam": {
"type": "host-local",
"ranges": [
[
{
"subnet": "10.0.20.0/24",
"rangeStart": "10.0.20.4",
"rangeEnd": "10.0.20.4",
"gateway": "10.0.20.1"
}
]
],
"routes": [
{"dst": "0.0.0.0/0"}
]
}
},
{
"type": "tuning",
"capabilities": {
"mac": true
}
}
]
}