From 3d6fe1657da2f33d8283b65ff16b3ef12b09a7b6 Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" Date: Tue, 24 Jul 2007 07:21:17 +0000 Subject: Add IPv6 support to comment match --- include/linux/netfilter/xt_comment.h | 10 ++++++++++ include/linux/netfilter_ipv4/ipt_comment.h | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 include/linux/netfilter/xt_comment.h delete mode 100644 include/linux/netfilter_ipv4/ipt_comment.h (limited to 'include') diff --git a/include/linux/netfilter/xt_comment.h b/include/linux/netfilter/xt_comment.h new file mode 100644 index 0000000..eacfedc --- /dev/null +++ b/include/linux/netfilter/xt_comment.h @@ -0,0 +1,10 @@ +#ifndef _XT_COMMENT_H +#define _XT_COMMENT_H + +#define XT_MAX_COMMENT_LEN 256 + +struct xt_comment_info { + unsigned char comment[XT_MAX_COMMENT_LEN]; +}; + +#endif /* XT_COMMENT_H */ diff --git a/include/linux/netfilter_ipv4/ipt_comment.h b/include/linux/netfilter_ipv4/ipt_comment.h deleted file mode 100644 index 85c1123..0000000 --- a/include/linux/netfilter_ipv4/ipt_comment.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _IPT_COMMENT_H -#define _IPT_COMMENT_H - -#define IPT_MAX_COMMENT_LEN 256 - -struct ipt_comment_info { - unsigned char comment[IPT_MAX_COMMENT_LEN]; -}; - -#endif /* _IPT_COMMENT_H */ -- cgit v1.2.3