This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / linux / netfilter_ipv4 / ipt_realm.h
1 #ifndef _IPT_REALM_H
2 #define _IPT_REALM_H
3
4 struct ipt_realm_info {
5         u_int32_t id;
6         u_int32_t mask;
7         u_int8_t invert;
8 };
9
10 #endif /* _IPT_REALM_H */