commit | fd71244a2086036bdb1b44a8b2b8905ec2d4f100 | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@mellanox.com> | Sun Jun 07 11:36:46 2020 +0300 |
committer | Stephen Hemminger <stephen@networkplumber.org> | Thu Jun 11 09:51:10 2020 -0700 |
tree | 643d7bde349af5c8b559e2c17b8268d9b1a4c711 | |
parent | 12fafa27c7b306e6c397e858f4d5a8159500f659 [diff] |
devlink: Add 'control' trap type This type is used for traps that trap control packets such as ARP request and IGMP query to the CPU. Example: # devlink -jp trap show netdevsim/netdevsim10 trap igmp_v1_report { "trap": { "netdevsim/netdevsim10": [ { "name": "igmp_v1_report", "type": "control", "generic": true, "action": "trap", "group": "mc_snooping" } ] } } Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>