zephyr/subsys/net/l2/virtual
Jukka Rissanen 25301ace0e net: virtual: Pass status to caller when starting/stopping interface
When virtual interface is being started or stopped so when the
interface is brought up or down, check the return code and pass
it to net_if_up() or net_if_down() calls.
This helps to avoid printing success status even if the interface
up/down failed at the virtual interface level.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-09-06 18:01:15 -04:00
..
ipip
CMakeLists.txt
Kconfig
virtual_mgmt.c
virtual.c net: virtual: Pass status to caller when starting/stopping interface 2024-09-06 18:01:15 -04:00