All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.4]: Fix wrong AH-header
@ 2003-07-21  1:48 Patrick McHardy
  2003-07-21 15:57 ` Harald Welte
  0 siblings, 1 reply; 6+ messages in thread
From: Patrick McHardy @ 2003-07-21  1:48 UTC (permalink / raw)
  To: Harald Welte; +Cc: Netfilter Development Mailinglist

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

I'm beginning to feel guilty for not warning you before bombing you with 
patches ..
sorry .. only this and one more.

This patch fixes spi-matching in ipt_ah like the 2.5 version.

Best regards,
Patrick


[-- Attachment #2: 24-ipt_ah-wrong-ahhdr.diff --]
[-- Type: text/plain, Size: 919 bytes --]

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1020  -> 1.1021 
#	net/ipv4/netfilter/ipt_ah.c	1.2     -> 1.3    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/07/21	kaber@trash.net	1.1021
# [NETFILTER]: Fix wrong AH-header
# --------------------------------------------
#
diff -Nru a/net/ipv4/netfilter/ipt_ah.c b/net/ipv4/netfilter/ipt_ah.c
--- a/net/ipv4/netfilter/ipt_ah.c	Mon Jul 21 02:20:52 2003
+++ b/net/ipv4/netfilter/ipt_ah.c	Mon Jul 21 02:20:52 2003
@@ -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 */

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-07-31  1:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-21  1:48 [PATCH 2.4]: Fix wrong AH-header Patrick McHardy
2003-07-21 15:57 ` Harald Welte
2003-07-25 22:15   ` --reject-with admin-prohib not working Internet Protocol version Six
2003-07-26  2:28     ` Internet Protocol version Six
2003-07-30 14:02     ` Harald Welte
2003-07-31  1:48       ` Internet Protocol version Six

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.