[BACK]Return to ipt_state.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / linux / netfilter_ipv4

File: [Development] / linux-2.6-xfs / include / linux / netfilter_ipv4 / ipt_state.h (download)

Revision 1.3, Wed Jan 25 00:04:14 2006 UTC (11 years, 8 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +9 -7 lines

Merge up to 2.6.16-rc1

#ifndef _IPT_STATE_H
#define _IPT_STATE_H

/* Backwards compatibility for old userspace */

#include <linux/netfilter/xt_state.h>

#define IPT_STATE_BIT		XT_STATE_BIT
#define IPT_STATE_INVALID	XT_STATE_INVALID

#define IPT_STATE_UNTRACKED	XT_STATE_UNTRACKED

#define ipt_state_info		xt_state_info

#endif /*_IPT_STATE_H*/