From e4cc20b2367362c2f9c84c0daaccd985e3236118 Mon Sep 17 00:00:00 2001 From: Yasuyuki KOZAKAI Date: Sat, 4 Aug 2007 08:23:13 +0000 Subject: Add IPv6 support to CLASSIFY target --- include/linux/netfilter/xt_CLASSIFY.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/linux/netfilter/xt_CLASSIFY.h (limited to 'include/linux/netfilter') diff --git a/include/linux/netfilter/xt_CLASSIFY.h b/include/linux/netfilter/xt_CLASSIFY.h new file mode 100644 index 00000000..58111355 --- /dev/null +++ b/include/linux/netfilter/xt_CLASSIFY.h @@ -0,0 +1,8 @@ +#ifndef _XT_CLASSIFY_H +#define _XT_CLASSIFY_H + +struct xt_classify_target_info { + u_int32_t priority; +}; + +#endif /*_XT_CLASSIFY_H */ -- cgit v1.2.3