From owner-freebsd-current Sat Mar 8 1:11:28 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CE2837B405; Sat, 8 Mar 2003 01:11:27 -0800 (PST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C77E43FAF; Sat, 8 Mar 2003 01:11:26 -0800 (PST) (envelope-from qhwt@myrealbox.com) Received: from localhost qhwt@smtp-send.myrealbox.com [218.230.162.77] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.32 $ on Novell NetWare; Sat, 08 Mar 2003 02:11:29 -0700 Date: Sat, 8 Mar 2003 18:11:35 +0900 From: qhwt@myrealbox.com To: Jonathan Lemon Cc: current@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_arcsubr.c if_atmsubr.c if_ef.c if_ethersubr.c if_faith.c if_fddisubr.c if_gif.c if_iso88025subr.c if_loop.c if_ppp.c if_sl.c if_spppsubr.c if_stf.c if_tun.c netisr.c netisr.h src/sys/netatalk aarp.c at_extern.h at_var.h ... Message-ID: <20030308091135.GA12020.qhwt@myrealbox.com> Reply-To: current@FreeBSD.org Mail-Followup-To: current@FreeBSD.org References: <200303042319.h24NJtH9072571@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200303042319.h24NJtH9072571@repoman.freebsd.org> User-Agent: Mutt/1.5.3i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello. On Tue, Mar 04, 2003 at 03:19:55PM -0800, Jonathan Lemon wrote: > jlemon 2003/03/04 15:19:55 PST > > FreeBSD src repository > > Modified files: > sys/net if_arcsubr.c if_atmsubr.c if_ef.c > if_ethersubr.c if_faith.c if_fddisubr.c > if_gif.c if_iso88025subr.c if_loop.c > if_ppp.c if_sl.c if_spppsubr.c if_stf.c > if_tun.c netisr.c netisr.h [snip] After this commit, netgraph seems to be broken. Please Fix (TM:). I'm using mpd(ports/net/mpd) to speak PPPoE for my ADSL connection, and mpd relies on netgraph devices. The kernel built from the source checked out as env TZ=UTC cvs -R up -dPD'2003-03-04 23:19:00' seems to be OK, while the kernel from env TZ=UTC cvs -R up -dPD'2003-03-04 23:20:00' is NG. Actually, mpd running on the broken kernel displays the message saying the connection is established, but pinging to the peer receives nothing. Pinging to the peer while tcpdump'ing on ng0 shows the echo reply, but ping shows nothing. I've turned off any firewalling and NAT functions, so they are not the case. Pinging over other interfaces works just fine. Regards. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message