In an example pf.conf for OpenBSD PF, a table that does not have "," (commas) in the port specifications, ie:

tcp_to_hera = "ssh http netris 49152:65535"

On FreeBSD-6-STABLE if I use:

tcp_services = "imap imaps http https"
rdr pass on $ext_if inet proto tcp from any to $ext_ad \
  port { $tcp_services } -> $server

it fails. But if I change the variable to:

tcp_services = "imap, imaps, http, https"

with added commas, it seems to work properly.

Now that seems like a bug.  ?


_F


_______________________________________________
freebsd-pf@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to