Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 1997 09:21:42 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp command.c main.c ppp.8 vars.c vars.h
Message-ID:  <199708211621.JAA01942@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1997/08/21 09:21:41 PDT

  Modified files:
    usr.sbin/ppp         command.c main.c ppp.8 vars.c vars.h 
  Log:
  Add "set loopback on|off", defaulting to "on".
  This tells ppp to loopback packets addressed to
  the ppp interface IP coming *from* the tun
  device.
  
  This means that you can ping the tun interface IP
  from inside :-)
  
  Revision  Changes    Path
  1.73      +25 -1     src/usr.sbin/ppp/command.c
  1.70      +23 -1     src/usr.sbin/ppp/main.c
  1.55      +17 -1     src/usr.sbin/ppp/ppp.8
  1.23      +3 -3      src/usr.sbin/ppp/vars.c
  1.24      +3 -1      src/usr.sbin/ppp/vars.h



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