summaryrefslogtreecommitdiff
path: root/privs.c
diff options
context:
space:
mode:
authorJon Schipp <jonschipp@gmail.com>2014-07-24 18:01:43 +0000
committerTobias Klauser <tklauser@distanz.ch>2014-07-25 08:21:58 +0200
commit2de653340c789c2ef4b442b146c3f3e53e306c31 (patch)
tree4a080d8db93f368acaa0360422df92873da6d3cf /privs.c
parent52463b7934760b1afabd6523913a48ba2a7c51ee (diff)
mausezahn: bind to IP address in interactive mode
Adds new option ``-l'' that can be used to set mausezahn's listen address to bind to an IP of choice. e.g. mausezahn -l 127.0.0.1 -x Signed-off-by: Jon Schipp <jonschipp@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'privs.c')
0 files changed, 0 insertions, 0 deletions
eded for ctinfo won't overlap with nf_conn addresses. Template allocation now does manual address alignment (see previous change) on arches that don't have sufficent kmalloc min alignment. Some spots intentionally use skb->_nfct instead of skb_nfct() helpers, this is to avoid undoing the skb_nfct() use when we remove untracked conntrack object in the future. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter')
-rw-r--r--net/netfilter/core.c2
-rw-r--r--net/netfilter/nf_conntrack_core.c11
-rw-r--r--net/netfilter/nf_conntrack_standalone.c3
-rw-r--r--net/netfilter/xt_CT.c4
4 files changed, 12 insertions, 8 deletions
diff --git a/net/netfilter/core.c b/net/netfilter/core.c