[NETFILTER]: Add new iptables TTL target
authorHarald Welte <laforge@netfilter.org>
Sun, 28 Aug 2005 05:37:03 +0000 (22:37 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:13:22 +0000 (16:13 -0700)
commit5f2c3b910744f68e1a507f027398f404b3feb5fb
tree0e5d7b5ed87f73bd89943358560c72625dd158f1
parent29e4f8b3c340c4b2a0c6dd197b985e03826afd13
[NETFILTER]: Add new iptables TTL target

This new iptables target allows manipulation of the TTL of an IPv4 packet.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter_ipv4/ipt_TTL.h [new file with mode: 0644]
net/ipv4/netfilter/Kconfig
net/ipv4/netfilter/Makefile
net/ipv4/netfilter/ipt_TTL.c [new file with mode: 0644]