zephyr/subsys/net/lib/shell
Jukka Rissanen 0341d6bf0c net: shell: iface: Allow user to set the default interface
It is useful in testing to allow user to change the default
network interface by "net iface default <index>".
Also print out the default interface for "net iface" and
"net iface default" commands.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2025-03-20 17:15:36 +01:00
..
allocs.c
arp.c
capture.c
cm.c
CMakeLists.txt
conn.c
dhcpv4.c
dhcpv6.c
dns.c
events.c net: shell: events: Print more details for L4 events 2025-01-30 18:29:45 +01:00
gptp.c
http.c
iface_dynamic.h
iface.c net: shell: iface: Allow user to set the default interface 2025-03-20 17:15:36 +01:00
ipv4.c
ipv6.c
mem.c net: shell: mem: support getting max used buf and packet 2025-01-20 11:16:18 +01:00
nbr.c
net_shell_private.h net: vlan: Allow VLAN count to be set to 0 2025-01-31 16:12:50 +01:00
net_shell.c
net_shell.h
ping.c
pkt.c
pmtu.c
ppp.c
resume.c
route.c net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
sockets.c
stats.c net: tc: Add statistics about dropped packets 2025-01-30 20:27:33 +01:00
suspend.c
tcp.c
udp.c
virtual.c
vlan.c
websocket.c