Date: Sun, 21 May 2000 14:28:30 +1000 (EST) From: Darren Reed <darrenr@reed.wattle.id.au> To: jlemon@freebsd.org Cc: freebsd-stable@freebsd.org, ps@freebsd.org, Cy.Schubert@uumail.gov.bc.ca Subject: Re: FTP proxy without translation no longer working? (fwd) Message-ID: <200005210428.OAA12435@avalon.reed.wattle.id.au> In-Reply-To: <200005210038.e4L0cTx00858@cwsys.cwsent.com> from Cy Schubert - ITSD Open Systems Group at "May 20, 0 05:37:57 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005210428.OAA12435>
