diff options
-rw-r--r-- | sbin/pfctl/pfctl_altq.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl_altq.c b/sbin/pfctl/pfctl_altq.c index a15e63f6add..0c14059bdb9 100644 --- a/sbin/pfctl/pfctl_altq.c +++ b/sbin/pfctl/pfctl_altq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_altq.c,v 1.26 2002/12/23 15:56:24 henning Exp $ */ +/* $OpenBSD: pfctl_altq.c,v 1.27 2002/12/24 13:29:13 mcbride Exp $ */ /* * Copyright (C) 2002 @@ -536,6 +536,8 @@ print_cbq_opts(const struct pf_altq *a) printf(" root"); if (opts->flags & CBQCLF_DEFCLASS) printf(" default"); + if (opts->flags & CBQCLF_CTLCLASS) + printf(" control"); printf(" ) "); } } |