unifios-utilities/mosquitto/cni/45-mosquitto.conflist
Lukas Wolfsteiner 7fcb9c77b1
[mosquitto] Update guide with more docs, removed outdated cni configs & cleaned mosquitto.conf (#413)
* Remove the 'mqtt-' prefix from mosquittos directory

* Fix invalid cni conflist filename for mosquitto

* Minor guide intro rephrasing

* Commit 45-mosquitto.sh with execute permissions added

* Cleanup config from options which are already provided by default

* Minor mosquitto guide refactor & cleanup

* Update reference to mosquitto guide

* Fix typo
2022-11-01 01:52:11 -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
}
}
]
}