From owner-cvs-usrsbin Fri Dec 13 03:30:52 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA10150 for cvs-usrsbin-outgoing; Fri, 13 Dec 1996 03:30:52 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA10141; Fri, 13 Dec 1996 03:30:50 -0800 (PST) Date: Fri, 13 Dec 1996 03:30:50 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199612131130.DAA10141@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp Makefile command.c defs.h ip.c ipcp.c main.c os.c ppp.8 route.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/12/13 03:30:49 Branch: usr.sbin/ppp RELENG_2_2 Modified: usr.sbin/ppp Makefile command.c defs.h ip.c ipcp.c main.c os.c ppp.8 route.c Log: This one merits its own comment: Merge in the IP alias features from -current. There is *strong* support for this going into 2.2. Revision Changes Path 1.9.2.1 +3 -2 src/usr.sbin/ppp/Makefile 1.24.2.1 +4 -2 src/usr.sbin/ppp/command.c 1.4.2.1 +3 -1 src/usr.sbin/ppp/defs.h 1.9.2.1 +9 -3 src/usr.sbin/ppp/ip.c 1.9.2.1 +4 -1 src/usr.sbin/ppp/ipcp.c 1.22.2.1 +36 -8 src/usr.sbin/ppp/main.c 1.7.2.1 +7 -3 src/usr.sbin/ppp/os.c 1.19.2.1 +52 -2 src/usr.sbin/ppp/ppp.8 1.9.2.1 +12 -8 src/usr.sbin/ppp/route.c