commit | e9c284ec4b41c827f4369973d2792992849e4fa5 | [log] [tgz] |
---|---|---|
author | Michael Braun <michael-dev@fami-braun.de> | Wed May 06 11:46:25 2020 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon May 25 20:39:05 2020 +0200 |
tree | eead8fa92f2ddec0e10cb609546a83ccf43b2a37 | |
parent | 98790bbac4db1697212ce9462ec35ca09c4a2810 [diff] |
netfilter: nft_reject_bridge: enable reject with bridge vlan Currently, using the bridge reject target with tagged packets results in untagged packets being sent back. Fix this by mirroring the vlan id as well. Fixes: 85f5b3086a04 ("netfilter: bridge: add reject support") Signed-off-by: Michael Braun <michael-dev@fami-braun.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>