Date: Mon, 20 Jun 2011 08:37:20 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/pf/pfctl pfctl.8 pfctl.c pfctl_optimize.c pfctl_parser.c pfctl_parser.h Message-ID: <201106200837.p5K8bZuu014786@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2011-06-20 08:37:20 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
contrib/pf/pfctl pfctl.8 pfctl.c pfctl_optimize.c
pfctl_parser.c pfctl_parser.h
Log:
SVN rev 223329 on 2011-06-20 08:37:20Z by bz
MFC r223057:
Add a new option -P to suppress getservbyport(3) calls when printing rules.
This allows one to force consistent printing of numeric port numbers like
we do with -n for other tools like netstat (just that -n was already taken)
rather than the service names.
PR: misc/151015
Submitted by: Matt Koivisto (mkoivisto sandvine.com)
Sponsored by: Sandvine Incorporated
Revision Changes Path
1.3.10.2 +6 -2 src/contrib/pf/pfctl/pfctl.8
1.7.10.2 +11 -6 src/contrib/pf/pfctl/pfctl.c
1.3.10.2 +1 -1 src/contrib/pf/pfctl/pfctl_optimize.c
1.8.10.3 +14 -9 src/contrib/pf/pfctl/pfctl_parser.c
1.7.10.2 +2 -1 src/contrib/pf/pfctl/pfctl_parser.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106200837.p5K8bZuu014786>
