Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[deliverable/linux.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*/
This page took 0.038741 seconds and 5 git commands to generate.