diff options
author | 2002-06-03 16:13:17 +0000 | |
---|---|---|
committer | 2002-06-03 16:13:17 +0000 | |
commit | 4ee13b43e120d3ecc1aad9dbc12b020056de2bcc (patch) | |
tree | 9229afcbf6e7a4cfe1f1c563a1a77eb4e0a3d2b7 | |
parent | Guillemot/maxiradio was a rebadged gemtek/pr103. (diff) | |
download | wireguard-openbsd-4ee13b43e120d3ecc1aad9dbc12b020056de2bcc.tar.xz wireguard-openbsd-4ee13b43e120d3ecc1aad9dbc12b020056de2bcc.zip |
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); |