patch-2.4.23 linux-2.4.23/net/ipv4/netfilter/ipt_esp.c

Next file: linux-2.4.23/net/ipv4/netfilter/ipt_unclean.c
Previous file: linux-2.4.23/net/ipv4/netfilter/ipt_ah.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/net/ipv4/netfilter/ipt_esp.c linux-2.4.23/net/ipv4/netfilter/ipt_esp.c
@@ -16,6 +16,7 @@
 
 struct esphdr {
 	__u32   spi;
+	__u32   seq_no;
 };
 
 /* Returns 1 if the spi is matched by the range, 0 otherwise */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)