commit | 196442ec5f13751ed0c66d5c4bc9b58288dea430 | [log] [tgz] |
---|---|---|
author | Amit Cohen <amitc@mellanox.com> | Sun Jan 19 15:00:49 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 19 16:23:52 2020 +0100 |
tree | c203140973a2ae98c71ba27c8f93416d7059ffe5 | |
parent | 95f0ead8f04bec18e474594ef585f3734bd85b4c [diff] |
mlxsw: Add NON_ROUTABLE trap Add a trap for packets that the device decided to drop because they are not supposed to be routed. For example, IGMP queries can be flooded by the device in layer 2 and reach the router. Such packets should not be routed and instead dropped. Signed-off-by: Amit Cohen <amitc@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>