Mike Pechkin writes: > Modified files: > sbin/pfctl : parse.y > > Log message: > Port must be >0 and <=65535. Idea while have fun with ssh. > What's wrong with port 0? I know it is "reserved", but I often see scans to/from port 0. I may want to block them, or count them, or something else. This change eliminates that option. I believe the original code was correct. // marc