From bf95365c89d536434981b7873fafc9d13ba0bfb9 Mon Sep 17 00:00:00 2001 From: rusty Date: Wed, 28 Feb 2001 11:21:53 +0000 Subject: Move some include files to be present always, so build always includes them even if patches not applied (eg. for distributions). --- include/linux/netfilter_ipv4/ipt_TTL.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 include/linux/netfilter_ipv4/ipt_TTL.h (limited to 'include/linux/netfilter_ipv4/ipt_TTL.h') diff --git a/include/linux/netfilter_ipv4/ipt_TTL.h b/include/linux/netfilter_ipv4/ipt_TTL.h new file mode 100644 index 0000000..f669b8c --- /dev/null +++ b/include/linux/netfilter_ipv4/ipt_TTL.h @@ -0,0 +1,19 @@ +/* TTL modification module for IP tables + * (C) 2000 by Harald Welte */ + +#ifndef _IPT_TTL_H +#define _IPT_TTL_H + +enum { + IPT_TTL_SET = 0, + IPT_TTL_INC, + IPT_TTL_DEC +}; + +#define IPT_TTL_MAXMODE IPT_TTL_DEC + +struct ipt_TTL_info { + u_int8_t mode; + u_int8_t ttl; +}; +#endif -- cgit v1.2.3