Date: Mon, 20 Jun 2011 08:37:34 +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.p5K8bf9Q014818@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2011-06-20 08:37:34 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
contrib/pf/pfctl pfctl.8 pfctl.c pfctl_optimize.c
pfctl_parser.c pfctl_parser.h
Log:
SVN rev 223330 on 2011-06-20 08:37:34Z 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.2.1 +6 -2 src/contrib/pf/pfctl/pfctl.8
1.7.2.1 +11 -6 src/contrib/pf/pfctl/pfctl.c
1.3.2.1 +1 -1 src/contrib/pf/pfctl/pfctl_optimize.c
1.8.2.2 +14 -9 src/contrib/pf/pfctl/pfctl_parser.c
1.7.2.1 +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.p5K8bf9Q014818>
