CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/31 11:08:36
Modified files:
sbin/pfctl : parse.y
Log message:
Make divert-packet port accept any port specification
Contrary to other rules accepting a single port, this one only works with
numerical values. Fix it by simply using the proper grammar.
Port ranges are not accepted, but an error message on a range without start
was missing in general, so add it while here.
OK bluhm
