git: DragonFly_RELEASE_3_8 pf - assign hash even if no queue is specified

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Sep 4 15:27:52 PDT 2014


commit 9ea79bc01a74af8ebe8cf0a1c7be8ada52e9c12e
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Sep 4 15:09:52 2014 -0700

    pf - assign hash even if no queue is specified
    
    * If no queue is specified ALTQ will use the default-flagged queue.
      We must still generate a hash for this case, otherwise FAIRQ won't
      be able to distinguish connection state.
    
    * Fixes fairq latency issues with PF rule sets which do not specify a
      queue in all PASS rules.

Summary of changes:
 sys/net/pf/pf.c | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9ea79bc01a74af8ebe8cf0a1c7be8ada52e9c12e


-- 
DragonFly BSD source repository



More information about the Commits mailing list