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

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

diff -urN linux-2.4.22/net/ipv4/netfilter/ipt_ah.c linux-2.4.23/net/ipv4/netfilter/ipt_ah.c
@@ -15,7 +15,11 @@
 #endif
 
 struct ahhdr {
+	__u8    nexthdr;
+	__u8    hdrlen;
+	__u16   reserved;
 	__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)