cvs commit: src/sys/netgraph ng_iface.c ng_iface.h ng_sppp.c ng_sppp.h

Ruslan Ermilov ru at FreeBSD.org
Thu Feb 3 05:03:33 PST 2005


ru          2005-02-03 13:03:32 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_iface.c ng_iface.h ng_sppp.c ng_sppp.h 
  Log:
  Parse "getifname" using the standard parse string type.
  
  Fixed an off-by-one error when dealing with interface name
  (if_xname is NUL-terminated).
  
  Don't waste time making a copy of if_xname in constructor.
  
  Revision  Changes    Path
  1.38      +6 -23     src/sys/netgraph/ng_iface.c
  1.8       +0 -5      src/sys/netgraph/ng_iface.h
  1.6       +6 -24     src/sys/netgraph/ng_sppp.c
  1.3       +0 -5      src/sys/netgraph/ng_sppp.h


More information about the cvs-src mailing list