Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 1998 16:30:17 -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 bundle.c bundle.h command.c ipcp.c ipcp.h ppp.8 route.c route.h
Message-ID:  <199805052330.QAA06716@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/05/05 16:30:16 PDT

  Modified files:        (Branch: MP)
    usr.sbin/ppp         bundle.c bundle.h command.c ipcp.c ipcp.h 
                         ppp.8 route.c route.h 
  Log:
  Create `struct sticky_route'.
  
  Any `add' or `delete' command that uses MYADDR or HISADDR
  will be added to the sticky route list (show ipcp).  When
  MYADDR or HISADDR change due to IPCP negotiations, and if
  `sroutes' is enabled (the default), all sticky route
  entries are updated in the routing table.
  
  The end result is that `add default hisaddr' will ``stick'',
  as will ``add myaddr 255.255.255.255 127.0.0.1'' and
  ``add 1.2.3.4 255.255.255.0 hisaddr''.
  
  Revision  Changes    Path
  1.1.2.72  +25 -17    src/usr.sbin/ppp/Attic/bundle.c
  1.1.2.36  +6 -5      src/usr.sbin/ppp/Attic/bundle.h
  1.131.2.78 +38 -22    src/usr.sbin/ppp/command.c
  1.50.2.50 +35 -28    src/usr.sbin/ppp/ipcp.c
  1.18.2.26 +4 -1      src/usr.sbin/ppp/ipcp.h
  1.97.2.28 +105 -91   src/usr.sbin/ppp/ppp.8
  1.42.2.22 +127 -1    src/usr.sbin/ppp/route.c
  1.10.2.6  +24 -1     src/usr.sbin/ppp/route.h

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?199805052330.QAA06716>