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_ah.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 include/linux/netfilter_ipv4/ipt_ah.h (limited to 'include/linux/netfilter_ipv4/ipt_ah.h') diff --git a/include/linux/netfilter_ipv4/ipt_ah.h b/include/linux/netfilter_ipv4/ipt_ah.h new file mode 100644 index 0000000..7b9a2ac --- /dev/null +++ b/include/linux/netfilter_ipv4/ipt_ah.h @@ -0,0 +1,16 @@ +#ifndef _IPT_AH_H +#define _IPT_AH_H + +struct ipt_ah +{ + u_int32_t spis[2]; /* Security Parameter Index */ + u_int8_t invflags; /* Inverse flags */ +}; + + + +/* Values for "invflags" field in struct ipt_ah. */ +#define IPT_AH_INV_SPI 0x01 /* Invert the sense of spi. */ +#define IPT_AH_INV_MASK 0x01 /* All possible flags. */ + +#endif /*_IPT_AH_H*/ -- cgit v1.2.3