Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189045
b: refs/heads/master
c: 9c13886
h: refs/heads/master
i:
  189043: 8a8a978
v: v3
  • Loading branch information
Jozsef Kadlecsik authored and Patrick McHardy committed Mar 25, 2010
1 parent 1745489 commit 120bacd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: 55e0d7cf279177dfe320f54816320558bc370f24
refs/heads/master: 9c13886665c43600bd0af4b38e33c654e648e078
1 change: 1 addition & 0 deletions trunk/include/linux/netfilter_ipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
enum nf_ip6_hook_priorities {
NF_IP6_PRI_FIRST = INT_MIN,
NF_IP6_PRI_CONNTRACK_DEFRAG = -400,
NF_IP6_PRI_RAW = -300,
NF_IP6_PRI_SELINUX_FIRST = -225,
NF_IP6_PRI_CONNTRACK = -200,
NF_IP6_PRI_MANGLE = -150,
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv6/netfilter/ip6table_raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static const struct xt_table packet_raw = {
.valid_hooks = RAW_VALID_HOOKS,
.me = THIS_MODULE,
.af = NFPROTO_IPV6,
.priority = NF_IP6_PRI_FIRST,
.priority = NF_IP6_PRI_RAW,
};

/* The work comes in here from netfilter.c. */
Expand Down

0 comments on commit 120bacd

Please sign in to comment.