From owner-freebsd-stable Sat May 20 21:29: 4 2000 Delivered-To: freebsd-stable@freebsd.org Received: from darren2.lnk.telstra.net (darren2.lnk.telstra.net [139.130.53.33]) by hub.freebsd.org (Postfix) with ESMTP id B79E237B732; Sat, 20 May 2000 21:28:54 -0700 (PDT) (envelope-from darrenr@reed.wattle.id.au) Received: (from root@localhost) by darren2.lnk.telstra.net (8.9.1/8.8.7) id EAA28268; Sun, 21 May 2000 04:28:40 GMT From: Darren Reed Message-Id: <200005210428.OAA12435@avalon.reed.wattle.id.au> Subject: Re: FTP proxy without translation no longer working? (fwd) In-Reply-To: <200005210038.e4L0cTx00858@cwsys.cwsent.com> from Cy Schubert - ITSD Open Systems Group at "May 20, 0 05:37:57 pm" To: jlemon@freebsd.org Date: Sun, 21 May 2000 14:28:30 +1000 (EST) Cc: freebsd-stable@freebsd.org, ps@freebsd.org, Cy.Schubert@uumail.gov.bc.ca X-Mailer: ELM [version 2.4ME+ PL37 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonathan, Can you please back these changes out for 4.0_STABLE ? They appear to interfere with the operation IP Filter. I'm happy for these to on the head and for there to be work required to get things working again. If I don't hear/see from you within the next week, I'll assume that you otherwise are not that concerned and offer to backout the changes myself. Cheers, Darren In some email I received from Cy Schubert - ITSD Open Systems Group, sie wrote: > I've managed to track down the problem to a FreeBSD commit. Where in > the commit, I'm not sure yet. Restoring the files in the commit to > their previous versions on a -stable system as of May 17 definitely > fixes the problem. > > jlemon 2000/05/05 06:37:06 PDT > > Modified files: (Branch: RELENG_4) > sys/netinet ip_input.c ip_output.c tcp_input.c > tcp_output.c tcp_subr.c udp_usrreq.c > sys/sys mbuf.h param.h > sys/pci if_ti.c > sys/i386/i386 in_cksum.c > sys/i386/include in_cksum.h param.h > sys/alpha/alpha in_cksum.c > sys/alpha/include in_cksum.h > sys/net if.h if_var.h slcompress.h > Log: > MFC: delayed checksum work. This also brings the mbuf size up to 256. > > Revision Changes Path > 1.130.2.1 +15 -4 src/sys/netinet/ip_input.c > 1.99.2.1 +110 -29 src/sys/netinet/ip_output.c > 1.107.2.2 +23 -11 src/sys/netinet/tcp_input.c > 1.39.2.1 +12 -9 src/sys/netinet/tcp_output.c > 1.73.2.1 +20 -22 src/sys/netinet/tcp_subr.c > 1.64.2.1 +26 -11 src/sys/netinet/udp_usrreq.c > 1.44.2.3 +22 -6 src/sys/sys/mbuf.h > 1.61.2.4 +2 -2 src/sys/sys/param.h > 1.25.2.1 +63 -38 src/sys/pci/if_ti.c > 1.17.2.1 +191 -2 src/sys/i386/i386/in_cksum.c > 1.7.2.1 +26 -1 src/sys/i386/include/in_cksum.h > 1.54.2.1 +2 -2 src/sys/i386/include/param.h > 1.2.2.1 +67 -1 src/sys/alpha/alpha/in_cksum.c > 1.3.2.1 +4 -1 src/sys/alpha/include/in_cksum.h > 1.58.2.1 +3 -3 src/sys/net/if.h > 1.18.2.1 +2 -1 src/sys/net/if_var.h > 1.14.2.1 +2 -2 src/sys/net/slcompress.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message