From owner-cvs-all Mon Mar 13 17:46:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA72B37C02F; Mon, 13 Mar 2000 17:46:45 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA81961; Mon, 13 Mar 2000 17:46:45 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200003140146.RAA81961@freefall.freebsd.org> From: Brian Somers Date: Mon, 13 Mar 2000 17:46:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp arp.c defs.h iface.c iface.h main.c radius.c route.c route.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/03/13 17:46:45 PST Modified files: usr.sbin/ppp arp.c defs.h iface.c iface.h main.c radius.c route.c route.h Log: The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib is aligned. Teach this to ``show route''. Clean up some of the sockaddr parsing routines. Revision Changes Path 1.38 +28 -40 src/usr.sbin/ppp/arp.c 1.53 +3 -1 src/usr.sbin/ppp/defs.h 1.14 +36 -34 src/usr.sbin/ppp/iface.c 1.4 +4 -1 src/usr.sbin/ppp/iface.h 1.169 +3 -1 src/usr.sbin/ppp/main.c 1.13 +3 -1 src/usr.sbin/ppp/radius.c 1.62 +57 -57 src/usr.sbin/ppp/route.c 1.14 +4 -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