diff options
author | Renato Botelho <renato@netgate.com> | 2016-03-04 08:51:22 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-03-04 08:51:22 -0300 |
commit | cf00d471748aedaa5d375c10b8db032b1b2543dd (patch) | |
tree | ed4154fa2b5b2ae74266cdf83881698a026d7602 /sbin/pfctl/pfctl.c | |
parent | 1f35e43df1094ff19ecabbd0066238226407f832 (diff) | |
parent | 74ee552c5dacc20b6dde64cbb8a44e8c8ce975d0 (diff) | |
download | FreeBSD-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.c | 2 |
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); |