From owner-freebsd-pf@freebsd.org Mon Aug 22 12:51:28 2016 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DA60BC12CE for ; Mon, 22 Aug 2016 12:51:28 +0000 (UTC) (envelope-from andre@andre.adm.br) Received: from mail-ua0-x22a.google.com (mail-ua0-x22a.google.com [IPv6:2607:f8b0:400c:c08::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 62B2A180A for ; Mon, 22 Aug 2016 12:51:27 +0000 (UTC) (envelope-from andre@andre.adm.br) Received: by mail-ua0-x22a.google.com with SMTP id n59so186042479uan.2 for ; Mon, 22 Aug 2016 05:51:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=andre-adm-br.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=RRH31vO2jPD98vP3ldfRb7Xe++MgMvOiApn+s4r2z1E=; b=QISnFOF6G3pKWDjA9lo7C+RTRgWPEhewIBmuz5aVi97aqSowbTL+baqInf6vU3lXPn MtIn/e57InpzuHjLka8fUbau4ezmMoI50/tWxt/TVqOgC1Xzb1KFiXtEDRuppHGeyloC F/LDSiwa4i/8+kUZUWR+OJ3qGZd4vRWOKTSqVdxWwbQFJCwjlfylU9YRSkUACMI4S9fL FuKEPspj0MTSGjoAjLcJkxophqtqiDRUTLa5FIoAGjD3/8P2T0ZCGhTGop/QDHh1C4Nt 9SVSkx/PxSbHd4Jh5wX4ss+lGxwnB/hbcGUaYlsPnkGQBGsMagy0BE+1xtJHOhEHxK2d p6ew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=RRH31vO2jPD98vP3ldfRb7Xe++MgMvOiApn+s4r2z1E=; b=nCN3hXcDeUyMAe+Ue9g3Fo5KACVeSAVbGDhiDtmWcjk3XPahV0m8fGD8Xz60e/6SWJ aC3YZLJ5iJN04NnlDwlh1S0mdXjtHUVY3xyzuHfuHRuUPxcHopBLmBE/Otr8y8nS2sVl ucLG2VYSpyw/LVBp+BGt9eTN/PMIuyG0DGVw1C22own9yCdnuoI+1Zbhg+09MJp76LPd 7poK61iJH12rX5L6Kyvanv+54QZXIEKq1LpbWpgtRlWfGuJreoRzob5KUHSe4w9CasU4 LZA6Ew/0YyMnZ4hydFAJYJBY2RMJNNv+s2wur4eN6EgsgF/8MitfbPcpV5YmGa3dBYpg 6E1w== X-Gm-Message-State: AEkoousiKH1emvn1mef/mcTwHIQrnUJHMmLvRjOLGuqCOIJhDFrULQFXmblEWX0sLchm9bV1BqYFm8shdxmeoQ== X-Received: by 10.31.147.142 with SMTP id v136mr10982055vkd.103.1471870286075; Mon, 22 Aug 2016 05:51:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.124.10 with HTTP; Mon, 22 Aug 2016 05:51:25 -0700 (PDT) From: =?UTF-8?Q?Andr=C3=A9_S=2E_Almeida?= Date: Mon, 22 Aug 2016 09:51:25 -0300 Message-ID: Subject: pfctl: igb2: driver does not support altq To: freebsd-pf@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2016 12:51:28 -0000 Hello, I have 10.3 RELEASE and I am having problem with driver of igb device that does not support ALTQ. I already compiled the kernel with IGB_LEGACY_TX, but when I try to use ALTQ on igb interface, I get the message below. # pfctl -f fw_rules.conf pfctl: igb2: driver does not support altq As you can see below, when I compile the kernel, the driver is compiled correctly with IGB_LEGACY_TX. cc -O2 -pipe -DSMP -DIGB_LEGACY_TX -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/igb/../../dev/e1000 -I. -I@ -I@/contrib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -c /usr/src/sys/modules/igb/../../dev/e1000/e1000_i210.c -o e1000_i210.o Is there anything that I can do to solve this? From owner-freebsd-pf@freebsd.org Mon Aug 22 19:08:45 2016 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C14ECBC2329 for ; Mon, 22 Aug 2016 19:08:45 +0000 (UTC) (envelope-from ncrogers@gmail.com) Received: from mail-yb0-x231.google.com (mail-yb0-x231.google.com [IPv6:2607:f8b0:4002:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F81C1387 for ; Mon, 22 Aug 2016 19:08:45 +0000 (UTC) (envelope-from ncrogers@gmail.com) Received: by mail-yb0-x231.google.com with SMTP id e31so42920992ybi.3 for ; Mon, 22 Aug 2016 12:08:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=63tfm/vOT3mEJV7SCe9zrnLPRx992PXnoAT3Kuv4qIw=; b=w4F9KEpuYELReSnWm+pxezXh/msdDqKIljlQp88kWieSzdhPhlthNTPAEDHc5K+0EZ +5tAbtD8Y/9vQ6xplFSWTGR+z1CigUkZS4WvIVfq7OnvjJjzTZV1/4IBvA14ziSsCPRm ifMSK7kX/9zcdKJlDqGzOQIvjqxwHp3y8ErrACTy+5Q2wl3FNtIoripTL7hWCfZd5uf5 4p4QE23fUigjy/9CxviP0En2Y/cMB3LCp8GCb4MTk/1GmUtvK1kI4QXqmzbaGjwJufyX IvQIcbV3Xgba6qoTpoItvdvSrXt8ig4T1mygWGWzjDesdJtvT+zP28kdmnS/VNL9pwXe LO1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=63tfm/vOT3mEJV7SCe9zrnLPRx992PXnoAT3Kuv4qIw=; b=dGFcr8HD318ie3Ug6PiAC5y2VFM4E7bTSF+670ABAsaXH6QtzhXOIhhXV6sJccxJzU ttxGDmWlvQCMyRkBYmNeFiILLJFjTEKNR+YgvUHYgnuLtlhLwgGcH14lQlYHT8+w8VFh dHxzG8FDag/KjMnVOUXQAaCq73mTflyswGIwXQsXhzPAF3gIkD2R1UvsKQgOXBguiGjW xUzR46Pqsj3PuEWWNRjAnqwL0cS4OkxeAm++ZIcaTRFzFJOOepji8tB7mDuk80lLFkPJ 7r9QZp4zHmwKX/BpFP96vvSXH1UvRHB02lglbkbWnhVpLUxrE2XrilrlnYMZ9imNg8k1 HW8A== X-Gm-Message-State: AEkooutM/TlxRPEHG8aQSfbdCt9gLQlC+I2qEyRbAuNU9sLbkbcDWnYtgCEeA55gmALjEK19IGDAL8Zw8F/eaA== X-Received: by 10.37.63.132 with SMTP id m126mr17051672yba.153.1471892924744; Mon, 22 Aug 2016 12:08:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.13.229.65 with HTTP; Mon, 22 Aug 2016 12:08:44 -0700 (PDT) In-Reply-To: References: From: Nick Rogers Date: Mon, 22 Aug 2016 13:08:44 -0600 Message-ID: Subject: Re: pfctl: igb2: driver does not support altq To: =?UTF-8?Q?Andr=C3=A9_S=2E_Almeida?= Cc: freebsd-pf@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2016 19:08:45 -0000 On Mon, Aug 22, 2016 at 6:51 AM, Andr=C3=A9 S. Almeida wrote: > Hello, > > I have 10.3 RELEASE and I am having problem with driver of igb device tha= t > does not support ALTQ. > > I already compiled the kernel with IGB_LEGACY_TX, but when I try to use > ALTQ on igb interface, I get the message below. > > # pfctl -f fw_rules.conf > pfctl: igb2: driver does not support altq > > As you can see below, when I compile the kernel, the driver is compiled > correctly with IGB_LEGACY_TX. > > cc -O2 -pipe -DSMP -DIGB_LEGACY_TX -fno-strict-aliasing -Werror -D_KERNE= L > -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/igb/../../dev/e1000 -I. -I= @ > -I@/contrib/altq -fno-common -fno-omit-frame-pointer > -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=3Dkernel > -mno-red-zone -mno-mmx -mno-sse -msoft-float > -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector > -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall > -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef > -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs > -fdiagnostics-show-option -Wno-error-tautological-compare > -Wno-error-empty-body -Wno-error-parentheses-equality > -Wno-error-unused-function -c > /usr/src/sys/modules/igb/../../dev/e1000/e1000_i210.c -o e1000_i210.o > > Is there anything that I can do to solve this? > In my experience there is no way to enable IGB_LEGACY_TX without modifying the driver files directly by adding a #define IGB_LEGACY_TX. I am not sure why, but including it as a compiler option (-DIGB_LEGACY_TX) does not work when building the kernel. I use this basic little script... echo 'Performing IGB_LEGACY_TX mod' cd /usr/src/sys/dev/e1000 for ext in c h do echo '#define IGB_LEGACY_TX' > if_igb.$ext.new cat if_igb.$ext >> if_igb.$ext.new mv -v if_igb.$ext.new if_igb.$ext done echo Here is a related PR to make it a kernel tunable. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D194197 _______________________________________________ > freebsd-pf@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-pf > To unsubscribe, send any mail to "freebsd-pf-unsubscribe@freebsd.org" > From owner-freebsd-pf@freebsd.org Wed Aug 24 05:13:21 2016 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF4ADBC3674 for ; Wed, 24 Aug 2016 05:13:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEB271583 for ; Wed, 24 Aug 2016 05:13:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7O5DLuK050267 for ; Wed, 24 Aug 2016 05:13:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-pf@FreeBSD.org Subject: [Bug 203735] Transparent interception of ipv6 with squid and pf causes panic Date: Wed, 24 Aug 2016 05:13:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-pf@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2016 05:13:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203735 Kurt Jaeger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed CC| |pi@FreeBSD.org Resolution|--- |Feedback Timeout --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-pf@freebsd.org Wed Aug 24 06:11:54 2016 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B132BC4719 for ; Wed, 24 Aug 2016 06:11:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AC7E13CE for ; Wed, 24 Aug 2016 06:11:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7O6Bs9w048197 for ; Wed, 24 Aug 2016 06:11:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-pf@FreeBSD.org Subject: [Bug 203735] Transparent interception of ipv6 with squid and pf causes panic Date: Wed, 24 Aug 2016 06:11:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ae@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-pf@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2016 06:11:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203735 Andrey V. Elsukov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ae@FreeBSD.org --- Comment #4 from Andrey V. Elsukov --- (In reply to kraduk from comment #1) > I am getting regular kernel panics when I do transparent web interception > with squid and pf. I am unsure of whether this is an issue with squid or = the > pf kernel module It is obvious, the problem is in kernel. User app should not trigger kernel panic. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-pf@freebsd.org Wed Aug 24 06:32:55 2016 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E358ABC4CF3 for ; Wed, 24 Aug 2016 06:32:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2B7D1200 for ; Wed, 24 Aug 2016 06:32:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7O6Wtcc046863 for ; Wed, 24 Aug 2016 06:32:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-pf@FreeBSD.org Subject: [Bug 203735] Transparent interception of ipv6 with squid and pf causes panic Date: Wed, 24 Aug 2016 06:32:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ae@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-pf@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2016 06:32:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203735 Andrey V. Elsukov changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|Feedback Timeout |--- Status|Closed |In Progress --- Comment #5 from Andrey V. Elsukov --- It was long time ago, but can you show your kernel config? What is the difference from GENERIC? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-pf@freebsd.org Wed Aug 24 11:42:31 2016 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D471BC4108 for ; Wed, 24 Aug 2016 11:42:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CD8113AA for ; Wed, 24 Aug 2016 11:42:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7OBgUh9026558 for ; Wed, 24 Aug 2016 11:42:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-pf@FreeBSD.org Subject: [Bug 203735] Transparent interception of ipv6 with squid and pf causes panic Date: Wed, 24 Aug 2016 11:42:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bz@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-pf@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2016 11:42:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203735 Bjoern A. Zeeb changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |212105 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212105 [Bug 212105] ipfw dumps core after adding rule with table --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-pf@freebsd.org Wed Aug 24 11:43:29 2016 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 691F9BC4340 for ; Wed, 24 Aug 2016 11:43:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58C271658 for ; Wed, 24 Aug 2016 11:43:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7OBhSkf027898 for ; Wed, 24 Aug 2016 11:43:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-pf@FreeBSD.org Subject: [Bug 203735] Transparent interception of ipv6 with squid and pf causes panic Date: Wed, 24 Aug 2016 11:43:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bz@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-pf@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2016 11:43:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203735 Bjoern A. Zeeb changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|212105 | Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212105 [Bug 212105] ipfw dumps core after adding rule with table --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-pf@freebsd.org Wed Aug 24 13:32:28 2016 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83C18BC42E6 for ; Wed, 24 Aug 2016 13:32:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72BA2155F for ; Wed, 24 Aug 2016 13:32:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7ODWRkg030376 for ; Wed, 24 Aug 2016 13:32:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-pf@FreeBSD.org Subject: [Bug 203735] Transparent interception of ipv6 with squid and pf causes panic Date: Wed, 24 Aug 2016 13:32:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: crash, needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-pf@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: flagtypes.name bug_status keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2016 13:32:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203735 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |mfc-stable10?, | |mfc-stable11? Status|In Progress |Open Keywords| |crash, needs-patch, | |needs-qa --- Comment #6 from Kubilay Kocak --- Open until assigned --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-pf@freebsd.org Wed Aug 24 15:30:58 2016 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36A0EBC4194 for ; Wed, 24 Aug 2016 15:30:58 +0000 (UTC) (envelope-from andre@andre.adm.br) Received: from mail-ua0-x236.google.com (mail-ua0-x236.google.com [IPv6:2607:f8b0:400c:c08::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EBFDB1E1B for ; Wed, 24 Aug 2016 15:30:57 +0000 (UTC) (envelope-from andre@andre.adm.br) Received: by mail-ua0-x236.google.com with SMTP id k90so34512984uak.1 for ; Wed, 24 Aug 2016 08:30:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=andre-adm-br.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=Xxst/774WD1teRLDOg7U5xVLZU+TO2ceglowV3nZNEk=; b=sGkc3ByLGqEvBl3AMYJ66nP6nShzUpv+Va/o2uGj2gEfBX7QCLbpboYSGw/6zHPNdR C9n4JzWVI45InVAEJmjjgmmWet6UOrRXN7Hqa4CofqXIVSfwt77QR2U4s/NP88Xk6dOy crV+M2FDU8EjvrtVlzs0vrCxGW6lm83MvLEmzDA+1O+xHPVZmHjH1Ms4kpxsRGwkC+9G P6mAMlodRJnOjKowFwnNA8/qqStuUTCpJezlIedps4rZnA6BD/M0X7JobwQUNGXAdqOp JQA6PrQEaqX9laSToh8pii2mOqSnKNr2aQE66o3VBkz5NLyVqh77nWEdEHNQZkzft3an 8LjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=Xxst/774WD1teRLDOg7U5xVLZU+TO2ceglowV3nZNEk=; b=QHeYotEOotTLwjjR1PxTbqO25VoLVpn/PUaWxcYF6PRIlENMeXOtvVauTpSxbriCO9 d1WhXHXDVl1OLUHMeAS7M4v4sUgp7/aBxXq4I4CtsIsIw/WKghGkoBGBtGXXKGx55Tjf FrDbVYtsQNKxEQtJWYn2ML9JCrDYUkC/KNDY8EHUt0/KgQZpzacprPKQ+hkqYeV7ZCUs X60cZGp6w1/yiTPhAp6aq88BNs0HvgN8D73W3gXmplXWh6FXPMzWiy7hDCWXL9HdOKOo 3uyVMiNzUyQFgYbS3YRbhwHzN688v3V5sVRpQ1bSvNlSeyHwcetSDR6oMSnS22qLy6Ex fEKw== X-Gm-Message-State: AE9vXwMsZNyFQeWagr9fgXc32Dq6b6q5Wx9OmQbW5p8bPGQXGNVn3Or0L4WICMRZAqYlDL/mamU/rC/8JoBJmg== X-Received: by 10.159.37.106 with SMTP id 97mr2066323uaz.27.1472052656689; Wed, 24 Aug 2016 08:30:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.124.10 with HTTP; Wed, 24 Aug 2016 08:30:56 -0700 (PDT) In-Reply-To: References: From: =?UTF-8?Q?Andr=C3=A9_S=2E_Almeida?= Date: Wed, 24 Aug 2016 12:30:56 -0300 Message-ID: Subject: Re: pfctl: igb2: driver does not support altq To: freebsd-pf@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2016 15:30:58 -0000 Hello Rogers, I used your script, compiled the kernel and worked well. Thank you. Andr=C3=A9 S. Almeida http://www.andre.adm.br +55 (48) 8812-3932 2016-08-22 16:08 GMT-03:00 Nick Rogers : > > > On Mon, Aug 22, 2016 at 6:51 AM, Andr=C3=A9 S. Almeida > wrote: > >> Hello, >> >> I have 10.3 RELEASE and I am having problem with driver of igb device th= at >> does not support ALTQ. >> >> I already compiled the kernel with IGB_LEGACY_TX, but when I try to use >> ALTQ on igb interface, I get the message below. >> >> # pfctl -f fw_rules.conf >> pfctl: igb2: driver does not support altq >> >> As you can see below, when I compile the kernel, the driver is compiled >> correctly with IGB_LEGACY_TX. >> >> cc -O2 -pipe -DSMP -DIGB_LEGACY_TX -fno-strict-aliasing -Werror -D_KERN= EL >> -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/igb/../../dev/e1000 -I. >> -I@ >> -I@/contrib/altq -fno-common -fno-omit-frame-pointer >> -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=3Dkernel >> -mno-red-zone -mno-mmx -mno-sse -msoft-float >> -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector >> -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall >> -Wredundant-decls -Wnested-externs -Wstrict-prototypes >> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef >> -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs >> -fdiagnostics-show-option -Wno-error-tautological-compare >> -Wno-error-empty-body -Wno-error-parentheses-equality >> -Wno-error-unused-function -c >> /usr/src/sys/modules/igb/../../dev/e1000/e1000_i210.c -o e1000_i210.o >> >> Is there anything that I can do to solve this? >> > > In my experience there is no way to enable IGB_LEGACY_TX without modifyin= g > the driver files directly by adding a #define IGB_LEGACY_TX. I am not su= re > why, but including it as a compiler option (-DIGB_LEGACY_TX) does not wor= k > when building the kernel. > > I use this basic little script... > > echo 'Performing IGB_LEGACY_TX mod' > cd /usr/src/sys/dev/e1000 > for ext in c h > do > echo '#define IGB_LEGACY_TX' > if_igb.$ext.new > cat if_igb.$ext >> if_igb.$ext.new > mv -v if_igb.$ext.new if_igb.$ext > done > echo > > Here is a related PR to make it a kernel tunable. > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D194197 > > _______________________________________________ >> freebsd-pf@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-pf >> To unsubscribe, send any mail to "freebsd-pf-unsubscribe@freebsd.org" >> > > From owner-freebsd-pf@freebsd.org Fri Aug 26 09:02:15 2016 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB5DCA94660 for ; Fri, 26 Aug 2016 09:02:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAD5C974 for ; Fri, 26 Aug 2016 09:02:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7Q92FeL090695 for ; Fri, 26 Aug 2016 09:02:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-pf@FreeBSD.org Subject: [Bug 207080] pfctl crash when load pf.conf, libc/resolv problem ? Date: Fri, 26 Aug 2016 09:02:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fabrice.bruel@orange.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-pf@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: version Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2016 09:02:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207080 fabrice.bruel@orange.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|9.3-STABLE |10.3-STABLE --- Comment #6 from fabrice.bruel@orange.com --- Hello, I was too hasty: the problem has not disappeared in 10 Stable but is less e= asy to reproduce. Actually, pfctl doesn't crash directly. But it can used all of the CPU load. I'm also using the same dirty pf.conf. I join the new valgrind output on : # uname -a FreeBSD FBSD10STABLE 10.3-STABLE FreeBSD 10.3-STABLE #2 r304805: Thu Aug 25 16:38:19 CEST 2016 root@FBSD10STABLE:/usr/obj/usr/src/sys/FBSD10PF amd= 64 Thanks for your help Fabrice --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-pf@freebsd.org Fri Aug 26 09:06:22 2016 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3897DA94757 for ; Fri, 26 Aug 2016 09:06:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2811EA22 for ; Fri, 26 Aug 2016 09:06:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7Q96MBp006857 for ; Fri, 26 Aug 2016 09:06:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-pf@FreeBSD.org Subject: [Bug 207080] pfctl crash when load pf.conf, libc/resolv problem ? Date: Fri, 26 Aug 2016 09:06:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fabrice.bruel@orange.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-pf@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2016 09:06:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207080 fabrice.bruel@orange.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fabrice.bruel@orange.com --- Comment #7 from fabrice.bruel@orange.com --- Created attachment 174090 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D174090&action= =3Dedit Valgrind output in 10.3-STABLE --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-pf@freebsd.org Fri Aug 26 09:13:42 2016 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8C9BA94886 for ; Fri, 26 Aug 2016 09:13:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7C06D70 for ; Fri, 26 Aug 2016 09:13:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7Q9Dg5p036486 for ; Fri, 26 Aug 2016 09:13:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-pf@FreeBSD.org Subject: [Bug 207080] pfctl crash when load pf.conf, libc/resolv problem ? Date: Fri, 26 Aug 2016 09:13:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fabrice.bruel@orange.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-pf@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2016 09:13:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207080 --- Comment #8 from fabrice.bruel@orange.com --- Sorry, I've forgot DEBUG_FLAGS, the new valgrind ouputin a few minutes ! --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-pf@freebsd.org Fri Aug 26 11:49:21 2016 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39FD0A93035 for ; Fri, 26 Aug 2016 11:49:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2920218C for ; Fri, 26 Aug 2016 11:49:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7QBnLUE029942 for ; Fri, 26 Aug 2016 11:49:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-pf@FreeBSD.org Subject: [Bug 185633] [pf] scrubbing bug in transparent mode bug with bigger than MTU UDP packet Date: Fri, 26 Aug 2016 11:49:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jerome.toutee@orange.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-pf@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2016 11:49:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D185633 Jerome Toutee changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jerome.toutee@orange.com --- Comment #3 from Jerome Toutee --- Hi, We really need this bug to be fixed. It prevents us from deploying new projects, we are heavy users of transparent mode. Thanks ! --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-pf@freebsd.org Fri Aug 26 13:48:32 2016 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EFA4B70706 for ; Fri, 26 Aug 2016 13:48:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E5F7860 for ; Fri, 26 Aug 2016 13:48:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7QDmWFW054459 for ; Fri, 26 Aug 2016 13:48:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-pf@FreeBSD.org Subject: [Bug 207080] pfctl crash when load pf.conf, libc/resolv problem ? Date: Fri, 26 Aug 2016 13:48:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fabrice.bruel@orange.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-pf@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2016 13:48:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207080 fabrice.bruel@orange.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #174090|0 |1 is obsolete| | --- Comment #9 from fabrice.bruel@orange.com --- Created attachment 174097 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D174097&action= =3Dedit Valgrind output in 10.3-STABLE with debug --=20 You are receiving this mail because: You are the assignee for the bug.=