summaryrefslogtreecommitdiffstats
path: root/sbin/pfctl/pfctl.c
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-03-04 08:51:22 -0300
committerRenato Botelho <renato@netgate.com>2016-03-04 08:51:22 -0300
commitcf00d471748aedaa5d375c10b8db032b1b2543dd (patch)
treeed4154fa2b5b2ae74266cdf83881698a026d7602 /sbin/pfctl/pfctl.c
parent1f35e43df1094ff19ecabbd0066238226407f832 (diff)
parent74ee552c5dacc20b6dde64cbb8a44e8c8ce975d0 (diff)
downloadFreeBSD-src-cf00d471748aedaa5d375c10b8db032b1b2543dd.zip
FreeBSD-src-cf00d471748aedaa5d375c10b8db032b1b2543dd.tar.gz
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'sbin/pfctl/pfctl.c')
-rw-r--r--sbin/pfctl/pfctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c
index e770275..20669c1 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -1958,7 +1958,7 @@ pfctl_test_altqsupport(int dev, int opts)
if (ioctl(dev, DIOCGETALTQS, &pa)) {
if (errno == ENODEV) {
- if (!(opts & PF_OPT_QUIET))
+ if (opts & PF_OPT_VERBOSE)
fprintf(stderr, "No ALTQ support in kernel\n"
"ALTQ related functions disabled\n");
return (0);
OpenPOWER on IntegriCloud