From owner-cvs-all@FreeBSD.ORG Wed Jun 4 08:56:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 048851065678; Wed, 4 Jun 2008 08:56:00 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E18698FC28; Wed, 4 Jun 2008 08:55:59 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m548txnI039474; Wed, 4 Jun 2008 08:55:59 GMT (envelope-from philip@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m548txHQ039473; Wed, 4 Jun 2008 08:55:59 GMT (envelope-from philip@repoman.freebsd.org) Message-Id: <200806040855.m548txHQ039473@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to philip@repoman.freebsd.org using -f From: Philip Paeps Date: Wed, 4 Jun 2008 08:55:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/bsnmpd/modules/snmp_pf pf_snmp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2008 08:56:00 -0000 philip 2008-06-04 08:55:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/bsnmpd/modules/snmp_pf pf_snmp.c Log: SVN rev 179540 on 2008-06-04 08:55:49Z by philip MFC r179476: Use INSERT_OBJECT_INT_LINK_INDEX macro instead of TAILQ_INSERT_TAIL when filling the table of ALTQ queues retrieved from the kernel. It is possible for the kernel to return the queues not by pa.altq.qid order. When this happens, pf_snmp would only partially fill its table. PR: bin/120974 Submitted by: Mykola Dzham Revision Changes Path 1.8.2.1 +1 -1 src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c