aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorIdo Schimmel <idosch@nvidia.com>2020-11-23 09:12:28 +0200
committerJakub Kicinski <kuba@kernel.org>2020-11-24 12:14:56 -0800
commitf0a5013e29cbfe55b3e26b7548a741d88a779d91 (patch)
treeec0bbb84339547a828cf90a7c607e23f919c5f4d /net/core
parentselftests: forwarding: Add blackhole nexthops tests (diff)
downloadlinux-dev-f0a5013e29cbfe55b3e26b7548a741d88a779d91.tar.xz
linux-dev-f0a5013e29cbfe55b3e26b7548a741d88a779d91.zip
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>
Diffstat (limited to 'net/core')
-rw-r--r--net/core/devlink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/devlink.c b/net/core/devlink.c
index e6fb1fdedded..7c05e8603bff 100644
--- a/net/core/devlink.c
+++ b/net/core/devlink.c
@@ -9490,6 +9490,7 @@ static const struct devlink_trap devlink_trap_generic[] = {
DEVLINK_TRAP(DCCP_PARSING, DROP),
DEVLINK_TRAP(GTP_PARSING, DROP),
DEVLINK_TRAP(ESP_PARSING, DROP),
+ DEVLINK_TRAP(BLACKHOLE_NEXTHOP, DROP),
};
#define DEVLINK_TRAP_GROUP(_id) \