zephyr/subsys/net/l2
Robert Lubos ee1271f23c net: openthread: Disable ND/MLD for OpenThread interfaces
OpenThread networks do not use ND or MLD as they have their own set of
protocols to cover this functionality. So far, the use of OpenThread
with Zephyr relied on disabling those protocols support statically with
Kconfig, which prevented OT interfaces from being used along with other
IPv6 interfaces.

With the new network interface flags, it's now possible to disable ND
and MLD on individual interfaces, therefore disable them for OT
specifically.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-04-29 12:24:49 +02:00
..
bluetooth shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
canbus
dummy
ethernet net: Fix build issues with arm-clang 2023-04-25 19:59:06 +02:00
ieee802154 shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
offloaded_netdev net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
openthread net: openthread: Disable ND/MLD for OpenThread interfaces 2023-04-29 12:24:49 +02:00
ppp net: ppp: Fix PPP connection with host 2023-01-17 11:28:10 +01:00
virtual device: remove redundant init functions 2023-04-19 10:00:25 +02:00
wifi net: shell: Check connection & capabilities in any TWT operation 2023-04-27 09:52:00 +02:00
CMakeLists.txt net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
Kconfig net: l2: ieee802154: improve inline comments 2022-08-04 13:44:06 +02:00