OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 9... Line 9...
9 Signed-off-by: Felix Fietkau <nbd@nbd.name> 9 Signed-off-by: Felix Fietkau <nbd@nbd.name>
10 --- 10 ---
Line 11... Line 11...
11   11  
12 --- a/net/netfilter/nf_tables_api.c 12 --- a/net/netfilter/nf_tables_api.c
13 +++ b/net/netfilter/nf_tables_api.c 13 +++ b/net/netfilter/nf_tables_api.c
14 @@ -4941,7 +4941,7 @@ static int nf_tables_flowtable_parse_hoo 14 @@ -4930,7 +4930,7 @@ static int nf_tables_flowtable_parse_hoo
15 flowtable->ops[i].pf = NFPROTO_NETDEV; 15 flowtable->ops[i].pf = NFPROTO_NETDEV;
16 flowtable->ops[i].hooknum = hooknum; 16 flowtable->ops[i].hooknum = hooknum;
17 flowtable->ops[i].priority = priority; 17 flowtable->ops[i].priority = priority;
18 - flowtable->ops[i].priv = &flowtable->data.rhashtable; 18 - flowtable->ops[i].priv = &flowtable->data.rhashtable;