zephyr/subsys/net/lib/shell
Jukka Rissanen 9c24578cc4 net: vlan: Allow VLAN count to be set to 0
If VLAN count is set to 0, then only priority tagged VLAN frames
that have tag value 0 can be received. Also this means that VLAN
interfaces are not created which can save memory if you do not need
to receive any other VLAN frames than those tagged with value 0.

Fixes #84023

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2025-01-31 16:12:50 +01:00
..
allocs.c
arp.c
capture.c
cm.c
CMakeLists.txt net: shell: Add pmtu command to the net-shell 2024-11-18 07:26:07 -05:00
conn.c
dhcpv4.c net: shell: dhcpv4: Add cmd to start/stop DHCPv4 client 2024-09-23 14:10:15 +01:00
dhcpv6.c net: shell: dhcpv6: Add cmd to start/stop DHCPv6 client 2024-09-23 14:10:15 +01:00
dns.c net: shell: dns: Print DNS server with network interface 2024-11-16 13:51:27 -05:00
events.c net: shell: events: Print more details for L4 events 2025-01-30 18:29:45 +01:00
gptp.c
http.c include: zephyr: sys: Introduce IS_BIT_SET() macro 2025-01-10 14:48:13 +01:00
iface_dynamic.h
iface.c net: ethernet: Add 2.5G and 5G hardware capabilities. 2024-10-14 13:02:50 +02:00
ipv4.c net: shell: Add pmtu command to the net-shell 2024-11-18 07:26:07 -05:00
ipv6.c net: shell: Add pmtu command to the net-shell 2024-11-18 07:26:07 -05:00
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 net: shell: ping: Do not wait in ICMP Echo-Req 2024-12-19 15:18:33 +01:00
pkt.c
pmtu.c net: shell: Add pmtu command to the net-shell 2024-11-18 07:26:07 -05:00
ppp.c
resume.c
route.c
sockets.c lib: shell: net: sockets: service: don't show type 2024-10-23 11:32:21 +02:00
stats.c net: tc: Add statistics about dropped packets 2025-01-30 20:27:33 +01:00
suspend.c net: shell: increase number of arguments to net suspend command 2024-09-17 20:10:55 -04:00
tcp.c
udp.c
virtual.c net: shell: virtual: Add attach/detach commands 2024-09-23 14:10:15 +01:00
vlan.c
websocket.c