Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 1998 11:07:40 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp arp.c bundle.c bundle.h command.c ipcp.c ipcp.h ppp.8
Message-ID:  <199810261907.LAA18529@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/10/26 11:07:40 PST

  Modified files:
    usr.sbin/ppp         arp.c bundle.c bundle.h command.c ipcp.c 
                         ipcp.h ppp.8 
  Log:
  Add ``enable proxyall'' support.  This adds proxy ARP entries
  for every machine on every class C or smaller subnet that we
  route to.
  Add ``set {send,recv}pipe'' for controlling our socket buffer
  sizes.
  Mention the IP number with the problem in a few error messages.
  All submitted by:     Craig Leres <leres@ee.lbl.gov>
  Modified slightly by: me
  
  Revision  Changes    Path
  1.31      +21 -31    src/usr.sbin/ppp/arp.c
  1.38      +26 -2     src/usr.sbin/ppp/bundle.c
  1.16      +10 -9     src/usr.sbin/ppp/bundle.h
  1.171     +25 -7     src/usr.sbin/ppp/command.c
  1.68      +47 -5     src/usr.sbin/ppp/ipcp.c
  1.22      +4 -1      src/usr.sbin/ppp/ipcp.h
  1.129     +18 -3     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?199810261907.LAA18529>