From nobody@FreeBSD.org  Mon Mar 26 07:33:32 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CC3021065677
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 Mar 2012 07:33:32 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id B74C18FC21
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 Mar 2012 07:33:32 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q2Q7XWoj057183
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 Mar 2012 07:33:32 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q2Q7XW3t057175;
	Mon, 26 Mar 2012 07:33:32 GMT
	(envelope-from nobody)
Message-Id: <201203260733.q2Q7XW3t057175@red.freebsd.org>
Date: Mon, 26 Mar 2012 07:33:32 GMT
From: Oleksandr Martsyniuk <sasha@campus-rv.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ipfw does not set ALTQ identifier for ipv6 traffic
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         166406
>Category:       kern
>Synopsis:       [ipfw] ipfw does not set ALTQ identifier for ipv6 traffic
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ipfw
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 26 07:40:10 UTC 2012
>Closed-Date:    
>Last-Modified:  Wed Mar 28 08:53:47 UTC 2012
>Originator:     Oleksandr Martsyniuk
>Release:        8.3
>Organization:
>Environment:
FreeBSD border.campus-rv.net 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #2: Sat Mar 24 12:48:53 EET 2012     sasha@border.campus-rv.net:/usr/obj/usr/src/sys/ROUTER  amd64

>Description:
ipfw does not set ALTQ identifier for ipv6 traffic.

>How-To-Repeat:
pf.conf:
queue   ui_ip6_q on lagg2 bandwidth 35Mb

ipfw.rules:
#ui_ip6_q
ipfw add 10351 count altq ui_ip6_q ipv6 from any to any via gre0 in

Counters for rule 10351 are increasing, but no traffic passes the ui_ip6_q queue.

The pf rule 
pass in quick on gre0 all no state queue ui_ip6_q
makes it pass.
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ipfw 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Mar 28 08:53:25 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166406 
>Unformatted:
