.. SPDX-License-Identifier: GPL-2.0
======================== prestera devlink support
This document describes the devlink features implemented by the prestera
device driver.
Driver-specific Traps
.. list-table:: List of Driver-specific Traps Registered by prestera
:widths: 5 5 90
-
- Name
- Type
- Description
.. list-table:: List of Driver-specific Traps Registered by
prestera:widths: 5 5 90
-
- Name
- Type
- Description
-
arp_bctrap- Traps ARP broadcast packets (both requests/responses)
-
is_istrap- Traps IS-IS packets
-
ospftrap- Traps OSPF packets
-
ip_bc_mactrap- Traps IPv4 packets with broadcast DA Mac address
-
stptrap- Traps STP BPDU
-
lacptrap- Traps LACP packets
-
lldptrap- Traps LLDP packets
-
router_mctrap- Traps multicast packets
-
vrrptrap- Traps VRRP packets
-
dhcptrap- Traps DHCP packets
-
mtu_errortrap- Traps (exception) packets that exceeded port's MTU
-
mac_to_metrap- Traps packets with switch-port's DA Mac address
-
ttl_errortrap- Traps (exception) IPv4 packets whose TTL exceeded
-
ipv4_optionstrap- Traps (exception) packets due to the malformed IPV4 header options
-
ip_default_routetrap- Traps packets that have no specific IP interface (IP to me) and no forwarding prefix
-
local_routetrap- Traps packets that have been send to one of switch IP interfaces addresses
-
ipv4_icmp_redirecttrap- Traps (exception) IPV4 ICMP redirect packets
-
arp_responsetrap- Traps ARP replies packets that have switch-port's DA Mac address
-
acl_code_0trap- Traps packets that have ACL priority set to 0 (tc pref 0)
-
acl_code_1trap- Traps packets that have ACL priority set to 1 (tc pref 1)
-
acl_code_2trap- Traps packets that have ACL priority set to 2 (tc pref 2)
-
acl_code_3trap- Traps packets that have ACL priority set to 3 (tc pref 3)
-
acl_code_4trap- Traps packets that have ACL priority set to 4 (tc pref 4)
-
acl_code_5trap- Traps packets that have ACL priority set to 5 (tc pref 5)
-
acl_code_6trap- Traps packets that have ACL priority set to 6 (tc pref 6)
-
acl_code_7trap- Traps packets that have ACL priority set to 7 (tc pref 7)
-
ipv4_bgptrap- Traps IPv4 BGP packets
-
sshtrap- Traps SSH packets
-
telnettrap- Traps Telnet packets
-
icmptrap- Traps ICMP packets
-
rxdma_dropdrop- Drops packets (RxDMA) due to the lack of ingress buffers etc.
-
port_no_vlandrop- Drops packets due to faulty-configured network or due to internal bug (config issue).
-
local_portdrop- Drops packets whose decision (FDB entry) is to bridge packet back to the incoming port/trunk.
-
invalid_sadrop- Drops packets with multicast source MAC address.
-
illegal_ip_addrdrop- Drops packets with illegal SIP/DIP multicast/unicast addresses.
-
illegal_ipv4_hdrdrop- Drops packets with illegal IPV4 header.
-
ip_uc_dip_da_mismatchdrop- Drops packets with destination MAC being unicast, but destination IP address being multicast.
-
ip_sip_is_zerodrop- Drops packets with zero (0) IPV4 source address.
-
met_reddrop- Drops non-conforming packets (dropped by Ingress policer, metering drop), e.g. packet rate exceeded configured bandwidth.