Subject: bin/7645: Minor bug (typo) in pppd's options.c
To: None <gnats-bugs@gnats.netbsd.org>
From: None <paul@plectere.com>
List: netbsd-bugs
Date: 05/25/1999 11:06:03
>Number: 7645
>Category: bin
>Synopsis: pppd's option "active-filter-out" does not work
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: bin-bug-people (Utility Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue May 25 11:05:01 1999
>Last-Modified:
>Originator: Paul Shupak
>Organization:
>Release: NetBSD-current Tue May 25 1999
>Environment:
System: NetBSD cobalt 1.4C NetBSD 1.4C (COBALT) #159: Sun May 23 16:34:35 PDT 1999 paul@cobalt:/usr/src/sys/arch/i386/compile/COBALT i386
>Description:
A typo prevents the "active-filter-out" option from working
>How-To-Repeat:
Try to use the option -- it is unrecognized.
>Fix:
*** options.c Tue May 25 10:19:23 1999
--- options.c-ORIG Tue May 18 09:17:39 1999
***************
*** 413,419 ****
{"pass-filter-out", 1, setpassfilter_out},
/* Set filter for active packets */
{"active-filter-in", 1, setactivefilter_in},
! {"active-filter-out", 1, setactivefilter_out},
#endif
#ifdef IPX_CHANGE
--- 413,419 ----
{"pass-filter-out", 1, setpassfilter_out},
/* Set filter for active packets */
{"active-filter-in", 1, setactivefilter_in},
! {"active-filter-in", 1, setactivefilter_out},
#endif
>Audit-Trail:
>Unformatted: