From: Mark Huang Date: Thu, 27 Jan 2005 20:50:28 +0000 (+0000) Subject: - merge revision 1.3 X-Git-Tag: planetlab-3_0-rc10~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1439dd404f4c22f070b2044dbd52859f795bd109;p=linux-2.6.git - merge revision 1.3 date: 2005/01/10 18:58:16; author: mlhuang; state: Exp; lines: +3 -3 patch-o-matic-20050103 pptp-conntrack-nat --- diff --git a/net/ipv4/netfilter/ip_nat_core.c b/net/ipv4/netfilter/ip_nat_core.c index 1c6b78106..130b01c18 100644 --- a/net/ipv4/netfilter/ip_nat_core.c +++ b/net/ipv4/netfilter/ip_nat_core.c @@ -438,7 +438,7 @@ get_unique_tuple(struct ip_conntrack_tuple *tuple, *tuple = *orig_tuple; while ((rptr = find_best_ips_proto_fast(tuple, mr, conntrack, hooknum)) != NULL) { - DEBUGP("Found best for "); DUMP_TUPLE(tuple); + DEBUGP("Found best for "); DUMP_TUPLE_RAW(tuple); /* 3) The per-protocol part of the manip is made to map into the range to make a unique tuple. */ @@ -580,9 +580,9 @@ ip_nat_setup_info(struct ip_conntrack *conntrack, HOOK2MANIP(hooknum)==IP_NAT_MANIP_SRC ? "SRC" : "DST", conntrack); DEBUGP("Original: "); - DUMP_TUPLE(&orig_tp); + DUMP_TUPLE_RAW(&orig_tp); DEBUGP("New: "); - DUMP_TUPLE(&new_tuple); + DUMP_TUPLE_RAW(&new_tuple); #endif /* We now have two tuples (SRCIP/SRCPT/DSTIP/DSTPT):