mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
devlink: Fix dmac_filter trap name, align to its documentation
%s/dest_mac_filter/dmac_filter/g
Fixes: e78ab16459
("devlink: Add DMAC filter generic packet trap")
Signed-off-by: Aya Levin <ayal@nvidia.com>
Reported-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7c28da8b59
commit
e13e4536f0
@ -1090,7 +1090,7 @@ enum devlink_trap_group_generic_id {
|
||||
#define DEVLINK_TRAP_GENERIC_NAME_BLACKHOLE_NEXTHOP \
|
||||
"blackhole_nexthop"
|
||||
#define DEVLINK_TRAP_GENERIC_NAME_DMAC_FILTER \
|
||||
"dest_mac_filter"
|
||||
"dmac_filter"
|
||||
|
||||
#define DEVLINK_TRAP_GROUP_GENERIC_NAME_L2_DROPS \
|
||||
"l2_drops"
|
||||
|
Loading…
Reference in New Issue
Block a user