Subject: kern/29405: ipfilter fails to lookup "sunrpc" service
To: None <netbsd-bugs@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: netbsd-bugs
Date: 03/04/2005 04:02:14
I just came across the same thing.. amazingly adding the protocol keyword
makes the line happy (!), so I think

block in quick proto tcp/udp from any to any port = xdmcp
block in quick proto tcp/udp from any to any port = sunrpc

should work.. (I thought it said "proto tcp/udp" is assumed if there is
a "port =" in the statement)

Patrick