mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 03:55:55 +00:00
If the system has more than one network interface, then it should be possible to bind a AF_PACKET socket to each interface if the network interface index is set when bind() is called. This was not possible earlier as the code was always using default network interface with AF_PACKET socket bind(). Fixes #23153 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> |
||
---|---|---|
.. | ||
ip | ||
l2 | ||
lib | ||
buf.c | ||
CMakeLists.txt | ||
hostname.c | ||
Kconfig | ||
Kconfig.hostname | ||
Kconfig.template.log_config.default.net | ||
Kconfig.template.log_config.net |