diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2002-06-03 16:13:18 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2002-06-03 16:13:18 +0000 |
commit | 7f125c714df1928b2ec5f6bd8da798aa8b47acc0 (patch) | |
tree | 3d1b0e3a278a4460c61387a9de86075a8d20d1cc | |
parent | 3df532d4818a2422acf95d532418c494926e585f (diff) |
Also print labels in 'pfctl -s all'. ok dhartmei@
-rw-r--r-- | sbin/pfctl/pfctl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 3a327e2e96a..1c53bd3dc71 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.66 2002/05/23 09:47:20 deraadt Exp $ */ +/* $OpenBSD: pfctl.c,v 1.67 2002/06/03 16:13:17 kjell Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1090,6 +1090,7 @@ main(int argc, char *argv[]) pfctl_show_nat(dev); pfctl_show_states(dev, 0, opts); pfctl_show_status(dev); + pfctl_show_rules(dev, opts, 1); break; default: warnx("Unknown show modifier '%s'", showopt); |