Message ID | 20240814222042.150590-4-pablo@netfilter.org (mailing list archive) |
---|---|
State | Accepted |
Commit | e9767137308daf906496613fd879808a07f006a2 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net,1/8] netfilter: allow ipv6 fragments to arrive on different devices | expand |
diff --git a/net/netfilter/nf_flow_table_offload.c b/net/netfilter/nf_flow_table_offload.c index ff1a4e36c2b5..e06bc36f49fe 100644 --- a/net/netfilter/nf_flow_table_offload.c +++ b/net/netfilter/nf_flow_table_offload.c @@ -841,8 +841,8 @@ static int nf_flow_offload_tuple(struct nf_flowtable *flowtable, struct list_head *block_cb_list) { struct flow_cls_offload cls_flow = {}; + struct netlink_ext_ack extack = {}; struct flow_block_cb *block_cb; - struct netlink_ext_ack extack; __be16 proto = ETH_P_ALL; int err, i = 0;