[netfilter-cvslog] r3250 - trunk/patch-o-matic-ng/pptp-conntrack-nat

/C=DE/ST=Berlin/L=Berlin/O=Netfilter /C=DE/ST=Berlin/L=Berlin/O=Netfilter
Thu Oct 21 22:28:55 CEST 2004


Author: /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge at netfilter.org
Date: 2004-10-21 22:28:54 +0200 (Thu, 21 Oct 2004)
New Revision: 3250

Modified:
   trunk/patch-o-matic-ng/pptp-conntrack-nat/linux.patch
Log:
32bit l4 tuple part 


Modified: trunk/patch-o-matic-ng/pptp-conntrack-nat/linux.patch
===================================================================
--- trunk/patch-o-matic-ng/pptp-conntrack-nat/linux.patch	2004-10-21 20:26:14 UTC (rev 3249)
+++ trunk/patch-o-matic-ng/pptp-conntrack-nat/linux.patch	2004-10-21 20:28:54 UTC (rev 3250)
@@ -25,17 +25,15 @@
  		union {
  			/* Add other protocols here. */
 -			u_int16_t all;
-+			u_int64_t all;
++			u_int32_t all;
  
  			struct {
  				u_int16_t port;
-@@ -55,6 +58,11 @@
+@@ -55,6 +58,9 @@
  			struct {
  				u_int8_t type, code;
  			} icmp;
 +			struct {
-+				u_int16_t protocol;
-+				u_int8_t version;
 +				u_int32_t key;
 +			} gre;
  		} u;




More information about the netfilter-cvslog mailing list