devlink: Add blackhole_nexthop trap
Add a packet trap to report packets that were dropped due to a blackhole nexthop. Signed-off-by: Ido Schimmel <idosch@nvidia.com> Reviewed-by: Jiri Pirko <jiri@nvidia.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
1beaff779f
commit
f0a5013e29
@@ -476,6 +476,10 @@ be added to the following table:
|
||||
* - ``esp_parsing``
|
||||
- ``drop``
|
||||
- Traps packets dropped due to an error in the ESP header parsing
|
||||
* - ``blackhole_nexthop``
|
||||
- ``drop``
|
||||
- Traps packets that the device decided to drop in case they hit a
|
||||
blackhole nexthop
|
||||
|
||||
Driver-specific Packet Traps
|
||||
============================
|
||||
|
||||
Reference in New Issue
Block a user