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 ...

2003-03-08 Thread qhwt
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 [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


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 ...

2003-03-08 Thread Jonathan Lemon
On Sat, Mar 08, 2003 at 06:11:35PM +0900, [EMAIL PROTECTED] wrote:
 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.

Oops.  This should be fixed now.
-- 
Jonathan

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


if_fddisubr.c

2000-11-04 Thread Jim Bryant

#include sys/malloc.h

needs to be added to the top of if_fddisubr.c

-current pukes on the first instance of MALLOC() without it...

jim
-- 
All opinions expressed are mine, if you|  "I will not be pushed, stamped,
think otherwise, then go jump into turbid  |  briefed, debriefed, indexed, or
radioactive waters and yell WAHOO !!!  |  numbered!" - #1, "The Prisoner"
--
[EMAIL PROTECTED]  KC5VDJ - HF to 23cm  KC5VDJ@NW0I.#NEKS.KS.USA.NOAM
HF/VHF: IC-706MkII   VHF/UHF/SHF: IC-T81AKPC3+  PK-232MBXGrid: EM28px
--
  ET has one helluva sense of humor, always anal-probing right-wing schizos!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: if_fddisubr.c

2000-11-04 Thread Hajimu UMEMOTO

 On Sat, 4 Nov 100 02:09:36 -0600 (CST)
 Jim Bryant [EMAIL PROTECTED] said:

jbryant #include sys/malloc.h
jbryant needs to be added to the top of if_fddisubr.c
jbryant -current pukes on the first instance of MALLOC() without it...

Oops, my previous commit seems to broke it.  I just commit the fix.

This fix should be needed for -STABLE, too.  Unless this,
if_fddisubr.c is not compilable.
Jordan, please approve this fix to -STABLE.

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
[EMAIL PROTECTED]  [EMAIL PROTECTED]  [EMAIL PROTECTED]
http://www.imasy.org/~ume/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message