Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2014 21:47:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 194935] New: pfctl(8) remove No ALTQ warning message
Message-ID:  <bug-194935-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194935

            Bug ID: 194935
           Summary: pfctl(8) remove No ALTQ warning message
           Product: Base System
           Version: 10.0-RELEASE
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: Normal
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: lyndon@orthanc.ca

Generic kernels have no ALTQ support.  pfctl barks:

  No ALTQ support in kernel
  ALTQ related functions disabled

every time it is run when the kernel doesn't have ALTQ support.

This is useless noise. The default kernels are not compiled with ALTQ, and the
majority of pf users don't use queues anyway.  pfctl already fails with an
appropriate diagnostic when faced with an altq-related directive in the absence
of ALTQ support, so why not move this diagnostic into that specific error
scenario?

The current behavior just annoys: (a) those who don't care, (b) those who don't
know about ALTQ, and (c) those who have to explain to (b) that their firewall
has not suddenly been breached by hordes of hackers.

Can we please move this diagnostic out of the default code path and into a more
appropriate location?

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194935-8>