cvs commit: src/sys/netgraph ng_ppp.c

Bjoern A. Zeeb bz at FreeBSD.org
Mon Aug 2 23:35:03 PDT 2004


bz          2004-08-03 06:34:55 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_ppp.c 
  Log:
  Do not change link[n].conf.latency for internal usage but have
  link[n].latency calculated from user supplied value.
  This prevents repeated NGM_PPP_SET_CONFIG/NGM_PPP_GET_CONFIG
  from failing because of link[n].conf.latency being out of range.
  
  Reviewed by:    archie
  Approved by:    pjd (mentor)
  
  Revision  Changes    Path
  1.51      +5 -3      src/sys/netgraph/ng_ppp.c


More information about the cvs-all mailing list