mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
Allow multicast forwarding for IPv4 (#2160)
* Allow multicast forwarding for IPv4 * Move MCast fordwarding to seperate group * Remove whitespace
This commit is contained in:
parent
371ab7520e
commit
5b478090a7
@ -47,9 +47,11 @@ CONFIG_BT_HIDP=m
|
||||
CONFIG_BT_LEDS=y
|
||||
|
||||
CONFIG_IPV6=y
|
||||
CONFIG_IPV6_MROUTE=y
|
||||
CONFIG_IPV6_SIT=m
|
||||
|
||||
CONFIG_IP_MROUTE=y
|
||||
CONFIG_IPV6_MROUTE=y
|
||||
|
||||
CONFIG_NF_TABLES=m
|
||||
CONFIG_NF_TABLES_INET=y
|
||||
CONFIG_NF_TABLES_NETDEV=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user