mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
feat(home-assistant): add multicast route to Multus interface
This commit is contained in:
@@ -20,7 +20,7 @@ spec:
|
||||
"type": "static",
|
||||
"routes": [
|
||||
{ "dst": "${IP_VLAN_IOT_CIDR}", "gw": "${IP_ROUTER_VLAN_IOT}" },
|
||||
{ "dst": "224.0.0.251", "gw": "${IP_ROUTER_VLAN_IOT}" }
|
||||
{ "dst": "224.0.0.0/4", "gw": "${IP_ROUTER_VLAN_IOT}" }
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -51,7 +51,7 @@ spec:
|
||||
"type": "static",
|
||||
"routes": [
|
||||
{ "dst": "${IP_VLAN_IOT_CIDR}", "gw": "${IP_ROUTER_VLAN_IOT}" },
|
||||
{ "dst": "224.0.0.251", "gw": "${IP_ROUTER_VLAN_IOT}" }
|
||||
{ "dst": "224.0.0.0/4", "gw": "${IP_ROUTER_VLAN_IOT}" }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user