From owner-cvs-usrsbin Tue Feb 21 22:44:10 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id WAA28531 for cvs-usrsbin-outgoing; Tue, 21 Feb 1995 22:44:10 -0800 Received: (from amurai@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id WAA28521; Tue, 21 Feb 1995 22:44:05 -0800 Date: Tue, 21 Feb 1995 22:44:05 -0800 From: Atsushi Murai Message-Id: <199502220644.WAA28521@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp filter.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk amurai 95/02/21 22:44:05 Modified: usr.sbin/ppp filter.c Log: The 'set ifilter'/'set ofilter' commands accept a syntax containing IP addresses and/or protocol+port, but in the case where both are supplied, it happily accepts the command but ignores the proto+port It also attempts to handle the case where the second IP address is omitted, but this doesn't work. Reviewed by: amurai@spec.co.jp Submitted by: Andrew.Gordon@net-tel.co.uk