Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2000 17:46:50 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp command.c ip.c log.c log.h ppp.8
Message-ID:  <200003140146.RAA82003@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2000/03/13 17:46:50 PST

  Modified files:
    usr.sbin/ppp         command.c ip.c log.c log.h ppp.8 
  Log:
  Add ``set log dns'' to log DNS QUERY packets.
  
  This is invaluable for dial-on-demand connections...
  In ppp.linkup:
  
    set log -dns -tcp/ip
  
  and in ppp.linkdown
  
    set log +dns +tcp/ip
  
  giving a much better account of why the link came up.
  
  Revision  Changes    Path
  1.231     +3 -3      src/usr.sbin/ppp/command.c
  1.79      +138 -11   src/usr.sbin/ppp/ip.c
  1.45      +2 -1      src/usr.sbin/ppp/log.c
  1.27      +19 -17    src/usr.sbin/ppp/log.h
  1.210     +3 -1      src/usr.sbin/ppp/ppp.8



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003140146.RAA82003>