projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9025c8e
)
netfilter: xt_addrtype: fix trivial typo
author
Phil Oester
<kernel@linuxace.com>
Thu, 11 Jul 2013 19:06:58 +0000
(12:06 -0700)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Wed, 31 Jul 2013 14:36:25 +0000
(16:36 +0200)
Fix typo in error message.
Signed-off-by: Phil Oester <kernel@linuxace.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/xt_addrtype.c
patch
|
blob
|
blame
|
history
diff --git
a/net/netfilter/xt_addrtype.c
b/net/netfilter/xt_addrtype.c
index 68ff29f608679f598f718e3018bdd8e516963c2a..fab6eea1bf382704b07449d88deaece0aa9d7d7e 100644
(file)
--- a/
net/netfilter/xt_addrtype.c
+++ b/
net/netfilter/xt_addrtype.c
@@
-202,7
+202,7
@@
static int addrtype_mt_checkentry_v1(const struct xt_mtchk_param *par)
return -EINVAL;
}
if ((info->source | info->dest) >= XT_ADDRTYPE_PROHIBIT) {
- pr_err("ipv6 PROHIBT (THROW, NAT ..) matching not supported\n");
+ pr_err("ipv6 PROHIB
I
T (THROW, NAT ..) matching not supported\n");
return -EINVAL;
}
if ((info->source | info->dest) & XT_ADDRTYPE_BROADCAST) {