X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpending-6.1%2F701-netfilter-nf_tables-ignore-EOPNOTSUPP-on-flowtable-d.patch;fp=target%2Flinux%2Fgeneric%2Fpending-6.1%2F701-netfilter-nf_tables-ignore-EOPNOTSUPP-on-flowtable-d.patch;h=9f8c3d6ff57bdf68ad7ebd9250a54bee509b84ed;hb=9e86e0b33bfa1a81cfc92647def72f151da2e5b7;hp=fb6eb73232d3ce206048bc520e52987047e00a0e;hpb=dcdcb9228be01e08ee6c1b7f5a7c60af53e07176;p=openwrt%2Fstaging%2Fstintel.git diff --git a/target/linux/generic/pending-6.1/701-netfilter-nf_tables-ignore-EOPNOTSUPP-on-flowtable-d.patch b/target/linux/generic/pending-6.1/701-netfilter-nf_tables-ignore-EOPNOTSUPP-on-flowtable-d.patch index fb6eb73232..9f8c3d6ff5 100644 --- a/target/linux/generic/pending-6.1/701-netfilter-nf_tables-ignore-EOPNOTSUPP-on-flowtable-d.patch +++ b/target/linux/generic/pending-6.1/701-netfilter-nf_tables-ignore-EOPNOTSUPP-on-flowtable-d.patch @@ -18,7 +18,7 @@ Signed-off-by: Felix Fietkau --- a/net/netfilter/nf_tables_api.c +++ b/net/netfilter/nf_tables_api.c -@@ -7951,7 +7951,7 @@ static int nft_register_flowtable_net_ho +@@ -7959,7 +7959,7 @@ static int nft_register_flowtable_net_ho err = flowtable->data.type->setup(&flowtable->data, hook->ops.dev, FLOW_BLOCK_BIND);