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

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


From: Sarunas Vancevicius <vsarunas@xxxxxxxxxx>
Date: Wed, 11 Aug 2004 08:05:14 +0000

On 15:05, Tue 10 Aug 04, Matthew Dillon wrote:
> 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

Thanks!

-- 
Sarunas Vancevicius



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