From owner-cvs-all Mon Oct 26 11:07:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09760 for cvs-all-outgoing; Mon, 26 Oct 1998 11:07:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09754; Mon, 26 Oct 1998 11:07:44 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA18529; Mon, 26 Oct 1998 11:07:40 -0800 (PST) Date: Mon, 26 Oct 1998 11:07:40 -0800 (PST) Message-Id: <199810261907.LAA18529@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 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