From c01692109d29063c94aaf8f12409283d5a021776 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:05:45 +0000 Subject: Add IPv6 support to pkttype match --- include/linux/netfilter/xt_pkttype.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/linux/netfilter/xt_pkttype.h (limited to 'include/linux/netfilter') diff --git a/include/linux/netfilter/xt_pkttype.h b/include/linux/netfilter/xt_pkttype.h new file mode 100644 index 0000000..f265cf5 --- /dev/null +++ b/include/linux/netfilter/xt_pkttype.h @@ -0,0 +1,8 @@ +#ifndef _XT_PKTTYPE_H +#define _XT_PKTTYPE_H + +struct xt_pkttype_info { + int pkttype; + int invert; +}; +#endif /*_XT_PKTTYPE_H*/ -- cgit v1.2.3