Displaying 1 result from an estimated 1 matches for "expect_cmp".
2003 Feb 03
0
[Bug 41] New: pptp-conntrack-nat and sparc64 structures/padding/maskcomp bug
...s.netfilter.org>
Subject: sparc64 kernel, netfilter-20021115, iptables-1.2.7a - conntrack issue
with expecting related connections, FTP
X-WSS-ID: 122463084659911-01-01
List-Archive: <https://lists.netfilter.org/pipermail/netfilter-devel/>
After some further digging and debug output in the expect_cmp, I have found     
that the pptp_nat patch will break in a 64 bit big-endian platform. Basically,  
the whole masked comparison will be wrong since this patch changed a whole      
bunch of fields in various structures in ip_conntrack_tuple.h from 16 bits to   
either 32 bits or 64 bits....