DragonFly BSD
DragonFly commits List (threaded) for 2004-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/net/ppp if_ppp.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 10 Aug 2004 15:05:30 -0700 (PDT)

dillon      2004/08/10 15:05:30 PDT

DragonFly src repository

  Modified files:
    sys/net/ppp          if_ppp.c 
  Log:
  PPP stupidly hardwires some flag constants that it 'steals' from the mbuf
  structure.  We are now using the flag bits it stole, which resulted in
  packets being dropped and other issues.
  
  Having ppp use M_PROTOx flags rather then hardwired constants fixes the
  problem.
  
  Reported-by: Sarunas Vancevicius <vsarunas@xxxxxxxxxx>
  
  Revision  Changes    Path
  1.19      +2 -2      src/sys/net/ppp/if_ppp.c


http://www.dragonflybsd.org/cvsweb/src/sys/net/ppp/if_ppp.c.diff?r1=1.18&r2=1.19&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]