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

Sarunas Vancevicius vsarunas at eircom.net
Wed Aug 11 00:05:31 PDT 2004


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

Thanks!

-- 
Sarunas Vancevicius





More information about the Commits mailing list