zephyr/tests/net
Jukka Rissanen accaab2112 net: shell: Add network mgmt events monitor support
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>
2020-10-13 13:42:50 +03:00
..
6lo device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
all net: shell: Add network mgmt events monitor support 2020-10-13 13:42:50 +03:00
arp device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
buf
checksum_offload device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
context device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
dhcpv4 net: dhcpv4: Generate start/bound/stop mgmt events 2020-10-03 17:15:15 +03:00
ethernet_mgmt device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
hostname device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
icmpv4 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
icmpv6
ieee802154 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
iface device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ip-addr net: IPv4 bcast address recognized as multicast 2020-10-09 10:26:38 +03:00
ipv6 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ipv6_fragment device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
lib net: mqtt: fix tests to use zsock_ functions 2020-10-01 17:35:45 +03:00
mgmt device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
mld device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
neighbor
net_pkt device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
pm device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ppp/driver
promiscuous device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ptp/clock device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
route device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
route_mcast device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
shell device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
socket tests: net: af_packet: Fix the test when run in fast hw 2020-09-03 10:59:11 +03:00
tcp device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
tcp2 tests: net: tcp2: Fix crash in frdm_k64f 2020-09-23 13:02:04 -05:00
traffic_class device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
trickle
tx_timestamp device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
udp device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
utils
vlan device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00