[netfilter-cvslog] CVS update: netfilter/patch-o-matic/extra

Harald Welte laforge@netfilter.org
Sat, 24 May 2003 14:00:17 +0200


Date:	Sat May 24 14:00:17 2003
Author:	laforge

Update of /cvsroot/netfilter/patch-o-matic/extra
In directory kashyyyk:/tmp/cvs-serv2000

Modified Files:
	quake3-conntrack.patch h323-conntrack-nat.patch 
	talk-conntrack-nat.patch mms-conntrack-nat.patch 
	CONNMARK.patch 
Log Message:
Fix structure initializers, as we cannot assume that a union member is always at the beginning of a structure (on big-endian/64bit machines).

* the real problem: the way that ip_conntrack_tuple structures were
  initialized was wrong - in compound literals port number was catched
  by the first dst.u union element, which is int64_t (so port was
  stored in 2 least significant bytes, i.e. 6 bytes after beginning of
  dst.u.tcp or dst.u.udp element).

Patch by Jakub Bogusz <qboosh@pld.org.pl>


Revisions:
quake3-conntrack.patch		1.1 => 1.2
	http://cvs.netfilter.org/netfilter/patch-o-matic/extra/quake3-conntrack.patch?r1=1.1&r2=1.2
h323-conntrack-nat.patch		1.11 => 1.12
	http://cvs.netfilter.org/netfilter/patch-o-matic/extra/h323-conntrack-nat.patch?r1=1.11&r2=1.12
talk-conntrack-nat.patch		1.8 => 1.9
	http://cvs.netfilter.org/netfilter/patch-o-matic/extra/talk-conntrack-nat.patch?r1=1.8&r2=1.9
mms-conntrack-nat.patch		1.4 => 1.5
	http://cvs.netfilter.org/netfilter/patch-o-matic/extra/mms-conntrack-nat.patch?r1=1.4&r2=1.5
CONNMARK.patch		1.2 => 1.3
	http://cvs.netfilter.org/netfilter/patch-o-matic/extra/CONNMARK.patch?r1=1.2&r2=1.3