iptables-1.2.9-2.3.1.src.rpm
[iptables.git] / include / linux / netfilter_ipv4 / ipt_CLASSIFY.h
1 #ifndef _IPT_CLASSIFY_H
2 #define _IPT_CLASSIFY_H
3
4 struct ipt_classify_target_info {
5         u_int32_t priority;
6 };
7
8 #endif /*_IPT_CLASSIFY_H */