From c57c155312a544482a6b8a3c0f7224b00cfaae20 Mon Sep 17 00:00:00 2001 From: Yasuyuki KOZAKAI Date: Sat, 4 Aug 2007 08:09:04 +0000 Subject: Unifies libip[6]t_connmark into libxt_connmark --- include/linux/netfilter_ipv4/ipt_connmark.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 include/linux/netfilter_ipv4/ipt_connmark.h (limited to 'include/linux/netfilter_ipv4') diff --git a/include/linux/netfilter_ipv4/ipt_connmark.h b/include/linux/netfilter_ipv4/ipt_connmark.h deleted file mode 100644 index 46573270..00000000 --- a/include/linux/netfilter_ipv4/ipt_connmark.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _IPT_CONNMARK_H -#define _IPT_CONNMARK_H - -/* Copyright (C) 2002,2004 MARA Systems AB - * by Henrik Nordstrom - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - */ - -struct ipt_connmark_info { - unsigned long mark, mask; - u_int8_t invert; -}; - -#endif /*_IPT_CONNMARK_H*/ -- cgit v1.2.3