mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-30 13:35:21 +00:00
Add "net events [on|off]" command that can be used to monitor the generated network management events. The monitor output looks like this when enabled: EVENT: L2 [1] up EVENT: L3 [1] IPv6 mcast address add ff02::1:ff00:1 EVENT: L3 [1] IPv6 mcast join ff02::1:ff00:1 EVENT: L3 [1] IPv6 address add 2001:db8::1 EVENT: L4 [1] connected EVENT: L3 [1] IPv6 prefix add 2002:5b9b:41a0:: EVENT: L3 [1] IPv6 address add 2002:5b9b:41a0:0:fec2:3dff:fe11:c147 EVENT: L3 [1] IPv6 neighbor add fe80::9ec7:a6ff:fe5e:4735 EVENT: L3 [1] IPv6 router add fe80::9ec7:a6ff:fe5e:4735 EVENT: L3 [1] IPv6 DAD ok fe80::fec2:3dff:fe11:c147 EVENT: L3 [1] IPv6 DAD ok 2001:db8::1 EVENT: L3 [1] IPv6 DAD ok 2002:5b9b:41a0:0:fec2:3dff:fe11:c147 EVENT: L3 [1] IPv4 address add 192.168.1.69 EVENT: L3 [1] DHCPv4 bound 192.168.1.69 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> |
||
---|---|---|
.. | ||
src | ||
check_net_options.sh | ||
CMakeLists.txt | ||
prj.conf | ||
README.txt | ||
testcase.yaml |
This test tries to enable all possible networking related config options and build a sample application. The application is not supposed to be run as typically the generated configuration is not usable. The check_net_options.sh script can be used in Linux host to generate a list of missing network related kconfig options from prj.conf file. TODO: * separate conflicting configuration options and create new test cases for them