blob: a4d6698723acf280c77cc362ab0d8f9396d5433b [file] [log] [blame]
#ifndef _IPT_REALM_H
#define _IPT_REALM_H
struct ipt_realm_info {
u_int32_t id;
u_int32_t mask;
u_int8_t invert;
};
#endif /* _IPT_REALM_H */