]> git.ipfire.org Git - thirdparty/suricata.git/commit
ebpf: add vlan tracking option to xdp_filter
authorEric Leblond <eric@regit.org>
Sat, 11 May 2019 09:43:59 +0000 (11:43 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 18 Jun 2019 05:07:02 +0000 (07:07 +0200)
commit640bc937b4843e0cfa575243658508af82d71df1
treecc3764442db3ed99e69e68ef57bd99d0ae195181
parent34b8583f35eb7187c11c71adafe222254e508a4d
ebpf: add vlan tracking option to xdp_filter

If vlan is not use for tracking in Suricata this result in vlan not
being used in the flow key in Suricata and we need to adjust that
in the XDP filter to avoid any problem.
ebpf/xdp_filter.c