Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103320
b: refs/heads/master
c: d278931
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Jul 8, 2008
1 parent 735b203 commit 2fe2d43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 6ba33ac8a47d33d0b5996d24ddf66c457cd7180b
refs/heads/master: d2789312cc6d875462d1d248e07a8a9caf8a6ae3
6 changes: 3 additions & 3 deletions trunk/net/ipv6/netfilter/ip6table_security.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ip6t_local_in_hook(unsigned int hook,
int (*okfn)(struct sk_buff *))
{
return ip6t_do_table(skb, hook, in, out,
init_net.ipv6.ip6table_security);
nf_local_in_net(in, out)->ipv6.ip6table_security);
}

static unsigned int
Expand All @@ -83,7 +83,7 @@ ip6t_forward_hook(unsigned int hook,
int (*okfn)(struct sk_buff *))
{
return ip6t_do_table(skb, hook, in, out,
init_net.ipv6.ip6table_security);
nf_forward_net(in, out)->ipv6.ip6table_security);
}

static unsigned int
Expand All @@ -95,7 +95,7 @@ ip6t_local_out_hook(unsigned int hook,
{
/* TBD: handle short packets via raw socket */
return ip6t_do_table(skb, hook, in, out,
init_net.ipv6.ip6table_security);
nf_local_out_net(in, out)->ipv6.ip6table_security);
}

static struct nf_hook_ops ip6t_ops[] __read_mostly = {
Expand Down

0 comments on commit 2fe2d43

Please sign in to comment.