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:
a00e763
)
netfilter: Add {ipt,ip6t}_osf aliases for xt_osf
author
Kirill Tkhai
<ktkhai@parallels.com>
Wed, 26 Mar 2014 10:37:59 +0000
(14:37 +0400)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Thu, 3 Apr 2014 21:52:22 +0000
(23:52 +0200)
There are no these aliases, so kernel can not request appropriate
match table:
$ iptables -I INPUT -p tcp -m osf --genre Windows --ttl 2 -j DROP
iptables: No chain/target/match by that name.
setsockopt() requests ipt_osf module, which is not present. Add
the aliases.
Signed-off-by: Kirill Tkhai <ktkhai@parallels.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/xt_osf.c
patch
|
blob
|
history
diff --cc
net/netfilter/xt_osf.c
Simple merge