Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2423
b: refs/heads/master
c: 97216c7
h: refs/heads/master
i:
  2421: 8e3b0a5
  2419: 1e3acb1
  2415: 48e4026
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jun 21, 2005
1 parent 22b662f commit e41bcfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d3cdb41f52e299f70b66cbb569bff5216f3643a
refs/heads/master: 97216c799a6496163be8c81c9ceed297d92956c5
6 changes: 4 additions & 2 deletions trunk/net/ipv6/netfilter/ip6table_raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,15 @@ static struct nf_hook_ops ip6t_ops[] = {
.hook = ip6t_hook,
.pf = PF_INET6,
.hooknum = NF_IP6_PRE_ROUTING,
.priority = NF_IP6_PRI_FIRST
.priority = NF_IP6_PRI_FIRST,
.owner = THIS_MODULE,
},
{
.hook = ip6t_hook,
.pf = PF_INET6,
.hooknum = NF_IP6_LOCAL_OUT,
.priority = NF_IP6_PRI_FIRST
.priority = NF_IP6_PRI_FIRST,
.owner = THIS_MODULE,
},
};

Expand Down

0 comments on commit e41bcfa

Please sign in to comment.