diff options
author | Petr Machata <petrm@nvidia.com> | 2024-12-05 16:40:56 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-12-09 14:47:04 -0800 |
commit | bb16786ed6fdff3a67ba33ed928ae138fd4254b5 (patch) | |
tree | 57076bd9f1587c5b4d8dacb49db5a38e33d20093 /rust/helpers/helpers.c | |
parent | 752b1c8d8b409f2b03e61e153696689ee081bf07 (diff) |
vxlan: vxlan_rcv(): Drop unparsed
The code currently validates the VXLAN header in two ways: first by
comparing it with the set of reserved bits, constructed ahead of time
during the netdevice construction; and second by gradually clearing the
bits off a separate copy of VXLAN header, "unparsed". Drop the latter
validation method.
Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Nikolay Aleksandrov <razor@blackwall.org>
Link: https://patch.msgid.link/4559f16c5664c189b3a4ee6f5da91f552ad4821c.1733412063.git.petrm@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions