Bug 113464

Summary: Error regarding IPF and ALTQ in handbook
Product: Documentation Reporter: Josh Paetzel <josh> <josh>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
firewall-chapter.sgml.patch none

Description Josh Paetzel <josh@tcbug.org> 2007-06-07 20:10:14 UTC
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-apps.html
states that:
Dummynet has traditionally been closely tied with IPFW, and ALTQ with IPF/PF.
Which is incorrect.  IPF has no ALTQ support in FreeBSD (if at all)

Fix: 

Remove the IPF/ from IPF/PF (sorry I don't have time to grab the www
repo and submit the patch that fixes this)
How-To-Repeat: Browse to http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-apps.html
Comment 1 Marc Silver 2008-01-10 07:46:38 UTC
Hi there,

I've done a bit of research into this and from what I can see, there is
no direct support for ALTQ in IPFILTER itself.  However, everything I
could find suggests that ALTQ/PF or DUMMYNET/IPFW can be used in
conjunction with IPFILTER, provided that one is dedicated to traffic
shaping and the other to filtering and NAT.

To that end I've mangled the firewall chapter to update the information
surrounding this particular issue.  

Hope this helps,
Cheers,
Marc
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-17 13:38:35 UTC
remko       2008-01-17 13:38:31 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/firewalls chapter.sgml 
  Log:
  IPF does not have ALTQ support (or at least not that I and several others
  could find) so remove it from the information, give an example on how
  such a setup can be achieved.
  
  PR:             docs/113464
  Submitted by:   Josh Paetzel <josh at tcbug dot org>
  Inspired by:    Marc Silver <marcs at draenor dot org> (slightly rewritten
                  by me).
  
  Revision  Changes    Path
  1.79      +5 -1      doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Remko Lodder freebsd_committer freebsd_triage 2008-01-17 13:38:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!