From 514b1b488eaf07d66e209681f4f34246d7db2f60 Mon Sep 17 00:00:00 2001 From: Brad Fisher Date: Mon, 20 Sep 2004 08:52:19 +0000 Subject: Add comment match extension (Brad Fisher) --- include/linux/netfilter_ipv4/ipt_comment.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/linux/netfilter_ipv4/ipt_comment.h (limited to 'include/linux/netfilter_ipv4') diff --git a/include/linux/netfilter_ipv4/ipt_comment.h b/include/linux/netfilter_ipv4/ipt_comment.h new file mode 100644 index 00000000..85c1123c --- /dev/null +++ b/include/linux/netfilter_ipv4/ipt_comment.h @@ -0,0 +1,10 @@ +#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