blob: a44a99cc28ccd2434d42d5b916bcf8d518a01aca [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _IPT_STATE_H
2#define _IPT_STATE_H
3
Harald Welte2e4e6a12006-01-12 13:30:04 -08004/* Backwards compatibility for old userspace */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
Harald Welte2e4e6a12006-01-12 13:30:04 -08006#include <linux/netfilter/xt_state.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
Harald Welte2e4e6a12006-01-12 13:30:04 -08008#define IPT_STATE_BIT XT_STATE_BIT
9#define IPT_STATE_INVALID XT_STATE_INVALID
10
11#define IPT_STATE_UNTRACKED XT_STATE_UNTRACKED
12
13#define ipt_state_info xt_state_info
14
Linus Torvalds1da177e2005-04-16 15:20:36 -070015#endif /*_IPT_STATE_H*/