aboutsummaryrefslogtreecommitdiff
path: root/include/net/netfilter
diff options
context:
space:
mode:
authorGravatar Pablo Neira Ayuso <pablo@netfilter.org> 2021-04-12 14:11:39 +0200
committerGravatar Pablo Neira Ayuso <pablo@netfilter.org> 2021-04-18 22:02:21 +0200
commit14c20643ef9457679cc6934d77adc24296505214 (patch)
tree033859e7cd901d6559b9fa1f3df32d69d2674e0a /include/net/netfilter
parentnetfilter: flowtable: Add FLOW_OFFLOAD_XMIT_UNSPEC xmit type (diff)
downloadlinux-14c20643ef9457679cc6934d77adc24296505214.tar.gz
linux-14c20643ef9457679cc6934d77adc24296505214.tar.bz2
linux-14c20643ef9457679cc6934d77adc24296505214.zip
netfilter: nft_payload: fix C-VLAN offload support
- add another struct flow_dissector_key_vlan for C-VLAN - update layer 3 dependency to allow to match on IPv4/IPv6 Fixes: 89d8fd44abfb ("netfilter: nft_payload: add C-VLAN offload support") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net/netfilter')
-rw-r--r--include/net/netfilter/nf_tables_offload.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netfilter/nf_tables_offload.h b/include/net/netfilter/nf_tables_offload.h
index 1d34fe154fe0..b4d080061399 100644
--- a/include/net/netfilter/nf_tables_offload.h
+++ b/include/net/netfilter/nf_tables_offload.h
@@ -45,6 +45,7 @@ struct nft_flow_key {
struct flow_dissector_key_ports tp;
struct flow_dissector_key_ip ip;
struct flow_dissector_key_vlan vlan;
+ struct flow_dissector_key_vlan cvlan;
struct flow_dissector_key_eth_addrs eth_addrs;
struct flow_dissector_key_meta meta;
} __aligned(BITS_PER_LONG / 8); /* Ensure that we can do comparisons as longs. */