cvs commit: src/usr.sbin/ppp command.c lcp.c lcp.h lqr.c ppp.8.m4

Brian Somers brian at FreeBSD.org
Mon Dec 13 04:51:20 PST 2004


brian       2004-12-13 12:51:20 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/ppp         command.c lcp.c lcp.h lqr.c ppp.8.m4 
  Log:
  Implement an ``enable/disable echo'' option, defaults to off.
  This allows LCP ECHOs to be enabled independently of LQR reports.
  
  Note: This introduces a change in the default behaviour (search for lqr and
  echo in the man page).  I'll update UPDATING to reflect this.
  
  PR:             74821
  
  Revision  Changes    Path
  1.304     +37 -15    src/usr.sbin/ppp/command.c
  1.108     +3 -0      src/usr.sbin/ppp/lcp.c
  1.31      +1 -0      src/usr.sbin/ppp/lcp.h
  1.49      +15 -13    src/usr.sbin/ppp/lqr.c
  1.315     +53 -7     src/usr.sbin/ppp/ppp.8.m4


More information about the cvs-all mailing list