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

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Aug 10 15:06:28 PDT 2004


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





More information about the Commits mailing list