Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / include / linux / netfilter_ipv4 / ipt_esp.h
1 #ifndef _IPT_ESP_H
2 #define _IPT_ESP_H
3
4 #include <linux/netfilter/xt_esp.h>
5
6 #define ipt_esp xt_esp
7 #define IPT_ESP_INV_SPI         XT_ESP_INV_SPI
8 #define IPT_ESP_INV_MASK        XT_ESP_INV_MASK
9
10 #endif /*_IPT_ESP_H*/