diff options
author | Harald Welte <laforge@gnumonks.org> | 2003-09-13 05:23:46 +0000 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2003-09-13 05:23:46 +0000 |
commit | fef3b8ec4b10c79c75a6893c3179f13a3645aa7d (patch) | |
tree | 4ac48dd9e919379256956a1afad7646d188c335b /include/linux | |
parent | c687c2086dcfa6f6505d96b359aff0b1e8eaccd3 (diff) |
CLASSIFY is now built unconditionally, thus we need the kernel header
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/netfilter_ipv4/ipt_CLASSIFY.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_CLASSIFY.h b/include/linux/netfilter_ipv4/ipt_CLASSIFY.h new file mode 100644 index 00000000..7596e3dd --- /dev/null +++ b/include/linux/netfilter_ipv4/ipt_CLASSIFY.h @@ -0,0 +1,8 @@ +#ifndef _IPT_CLASSIFY_H +#define _IPT_CLASSIFY_H + +struct ipt_classify_target_info { + u_int32_t priority; +}; + +#endif /*_IPT_CLASSIFY_H */ |