[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Daniel Hartmeier <dhartmei_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Sun, 19 Aug 2001 10:16:42 -0600 (MDT)
- Reply-to: Daniel Hartmeier <dhartmei_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
CVSROOT: /cvs
Module name: src
Changes by: dhartmei_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2001/08/19 10:16:41
Modified files:
sbin/pfctl : parse.y
Log message:
Add parameter list support to parser. Handles lists for protocol, hosts
and ports in filter rules, like
block in from { 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16 } to any
pass in proto tcp from any to any port { ssh, 1024 >< 2000, > 65000 }
block in proto { udp, igmp }
and does rule expansion (generate all needed rule combinations).
Visit your host, monkey.org