From 01ef9d16c38b163d3c0ff2b7acf62320a761e02e Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Mon, 18 Nov 2002 22:49:16 +0000 Subject: altq and pf merged this isn't 100% done yet: the print_ stuff isn't finished, some features will be added later, and there is no documetation yet, but committing now enables a few more people to work on. print_altq_node stuff hacked by Daniel at euroBSDcon; lotsa stuff from kjc, debugging help also pb and camiel. lots of good ideas by theo. "commit now" theo philipp daniel --- sbin/pfctl/pfctl_parser.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sbin/pfctl/pfctl_parser.c') diff --git a/sbin/pfctl/pfctl_parser.c b/sbin/pfctl/pfctl_parser.c index 6181a438eec..0400f34c4ae 100644 --- a/sbin/pfctl/pfctl_parser.c +++ b/sbin/pfctl/pfctl_parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_parser.c,v 1.102 2002/10/25 10:40:45 camield Exp $ */ +/* $OpenBSD: pfctl_parser.c,v 1.103 2002/11/18 22:49:15 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -811,6 +811,8 @@ print_rule(struct pf_rule *r) } if (r->label[0]) printf("label %s", r->label); + if (r->qname[0]) + printf("queue %s", r->qname); printf("\n"); } -- cgit v1.2.3