git: network - Fix altq_red

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Oct 4 17:47:48 PDT 2010


commit dd5c35afefa265ea0a806b663c10cfa861f3d582
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Oct 4 17:44:24 2010 -0700

    network - Fix altq_red
    
    * altq_red was asserting that it could only be called from PF when in fact
      it can also be called via ifq_enqueue().
    
    * Add code to handle the ifq_enqueue path.
    
    Reported-by: Francois Tigeot <ftigeot at wolfpond.org>

Summary of changes:
 sys/net/altq/altq_red.c |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dd5c35afefa265ea0a806b663c10cfa861f3d582


-- 
DragonFly BSD source repository





More information about the Commits mailing list