git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bbc768
)
netfilter: ipv6: use NFPROTO values for NF_HOOK invocation
author
Jan Engelhardt
<jengelh@medozas.de>
Tue, 23 Mar 2010 03:09:07 +0000
(
04:09
+0100)
committer
Jan Engelhardt
<jengelh@medozas.de>
Thu, 25 Mar 2010 15:00:49 +0000
(16:00 +0100)
The semantic patch that was used:
// <smpl>
@@
@@
(NF_HOOK
|NF_HOOK_THRESH
|nf_hook
)(
-PF_INET6,
+NFPROTO_IPV6,
...)
// </smpl>
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
No differences found