]> git.ipfire.org Git - thirdparty/suricata.git/commit
pfring: Always fill in vlan_id
authorMax Fillinger <maximilian.fillinger@fox-it.com>
Mon, 8 Jul 2019 16:00:55 +0000 (18:00 +0200)
committerMax Fillinger <maximilian.fillinger@fox-it.com>
Wed, 10 Jul 2019 10:10:22 +0000 (12:10 +0200)
commit09c54471e579956ea1365ba131f1a2468d25b929
tree8552f4067ce7e4387bb84d09201a91cdae361ca0
parent44bea80d3cc1f90131bb9c289b1996dec36de475
pfring: Always fill in vlan_id

Previously, source-pfring.c would copy the vlan_id from the extended
header only if vlan.use-for-tracking was enabled. This commit removes
that check.

Related to https://redmine.openinfosecfoundation.org/issues/3076
src/source-pfring.c