From owner-cvs-usrsbin Fri Jun 27 18:39:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA27207 for cvs-usrsbin-outgoing; Fri, 27 Jun 1997 18:39:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA27038; Fri, 27 Jun 1997 18:35:30 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA12827; Fri, 27 Jun 1997 18:34:04 -0700 (PDT) Date: Fri, 27 Jun 1997 18:34:04 -0700 (PDT) Message-Id: <199706280134.SAA12827@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c filter.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/06/27 18:34:04 PDT Modified files: usr.sbin/ppp command.c filter.c Log: Deal with HISADDR/MYADDR in filter rules. Mostly submitted by: kfurge@worldnet.att.net Allow MYADDR in add/delete commands to facilitate dynamic additions of a loopback route to MYADDR. Revision Changes Path 1.64 +13 -11 src/usr.sbin/ppp/command.c 1.11 +8 -4 src/usr.sbin/ppp/filter.c