[NETFILTER]: nf_conntrack/nf_nat: add PPTP helper port
authorPatrick McHardy <kaber@trash.net>
Sun, 3 Dec 2006 06:09:41 +0000 (22:09 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Dec 2006 06:09:41 +0000 (22:09 -0800)
commitf09943fefe6b702e40893d35b4f10fd1064037fe
treeb170d046ecf0642471bb3c55d8e1f316fe9e5ddc
parent92703eee4ccde3c55ee067a89c373e8a51a8adf9
[NETFILTER]: nf_conntrack/nf_nat: add PPTP helper port

Add nf_conntrack port of the PPtP conntrack/NAT helper. Since there seems
to be no IPv6-capable PPtP implementation the helper only support IPv4.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
15 files changed:
include/linux/netfilter/nf_conntrack_pptp.h [new file with mode: 0644]
include/linux/netfilter/nf_conntrack_proto_gre.h [new file with mode: 0644]
include/net/netfilter/ipv4/nf_conntrack_ipv4.h
include/net/netfilter/nf_conntrack.h
include/net/netfilter/nf_conntrack_helper.h
include/net/netfilter/nf_conntrack_tuple.h
net/ipv4/netfilter/Kconfig
net/ipv4/netfilter/Makefile
net/ipv4/netfilter/nf_nat_pptp.c [new file with mode: 0644]
net/ipv4/netfilter/nf_nat_proto_gre.c [new file with mode: 0644]
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/nf_conntrack_core.c
net/netfilter/nf_conntrack_pptp.c [new file with mode: 0644]
net/netfilter/nf_conntrack_proto_gre.c [new file with mode: 0644]