commit | 860e9d328fa585aafda2ef09aa1b13986279cbe7 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Fri Sep 25 17:56:41 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 28 12:50:12 2020 -0700 |
tree | 6a434e9e8f1994ee2ad47ee058d9307e20330b99 | |
parent | 74cc6d182d038cbba6c6d91beb1b2bab926b618b [diff] |
netdevsim: add warnings on unexpected UDP tunnel port errors We should never see a removal of a port which is not in the table or adding a port to an occupied entry in the table. To make sure such errors don't escape the checks in the test script add a warning/kernel spat. Error injection will not trigger those, nor should it ever put us in a bad state. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>