]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - include/linux/netfilter_ipv4/ipt_state.h
Merge git://git.infradead.org/iommu-2.6
[mirror_ubuntu-zesty-kernel.git] / include / linux / netfilter_ipv4 / ipt_state.h
CommitLineData
1da177e4
LT
1#ifndef _IPT_STATE_H
2#define _IPT_STATE_H
3
2e4e6a17 4/* Backwards compatibility for old userspace */
1da177e4 5
2e4e6a17
HW
6#include <linux/netfilter/xt_state.h>
7
8#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
1da177e4 14
1da177e4 15#endif /*_IPT_STATE_H*/