From owner-freebsd-stable@freebsd.org Wed Jan 16 19:17:11 2019 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F41BF1492255 for ; Wed, 16 Jan 2019 19:17:10 +0000 (UTC) (envelope-from thomas@gibfest.dk) Received: from smtp2.servers.tyknet.dk (smtp2.servers.tyknet.dk [IPv6:2a01:3a0:1:1900:89:233:43:78]) (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 AC32982BAA for ; Wed, 16 Jan 2019 19:17:09 +0000 (UTC) (envelope-from thomas@gibfest.dk) Received: from [10.137.3.13] (gw.tyknet.dk [79.142.232.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp2.servers.tyknet.dk (Postfix) with ESMTPSA id 8EB7DF118; Wed, 16 Jan 2019 19:16:59 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.10.3 smtp2.servers.tyknet.dk 8EB7DF118 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gibfest.dk; s=default; t=1547666219; bh=Gt2FvGdo444ANkEOpdjR2fCEO4utf+ps1wM4+u6dB/E=; h=Subject:To:References:From:Date:In-Reply-To; b=TSj9uBcmUYRgji1rRP+HU8UPNg4Mm1PQ8TzUrN9obedX3kRlqlpjzGSBKJO/CDmdg k/BqXttw4NREfjpmj1EQPQ4uIxm75/Ers2SCaTXGl43UA4g/GYN/0RcSsUgP4sxymu r8Zbr7++uZcpWhfcJiPkY6CLOWI2GKXXR4AIS4dEibm3C40aT8D6FmazotGsEM6M7Q 4Wvp8qfFnVo5scCTNBA+KLsJ3TGWkoyzKf7lYPysRglXw5rXbZ3rdqWX7i6lOiyQHc SKNS4edYOka7lQvivrZ3LVMw5Q176oa6NXWs0gCkOdYXyBj+6at9tA978IXmkVlNqG gua90oYuW3JGA== Subject: Re: CARP stopped working after upgrade from 11 to 12 To: Steven Hartland , Pete French , freebsd-stable@freebsd.org References: <9335fa4b-b2cf-038c-706c-d0c7bbbfe00e@multiplay.co.uk> From: Thomas Steen Rasmussen Message-ID: <037692ad-a45d-3ebb-b9a9-bcdd9719a451@gibfest.dk> Date: Wed, 16 Jan 2019 20:16:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: <9335fa4b-b2cf-038c-706c-d0c7bbbfe00e@multiplay.co.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: AC32982BAA X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gibfest.dk header.s=default header.b=TSj9uBcm; spf=pass (mx1.freebsd.org: domain of thomas@gibfest.dk designates 2a01:3a0:1:1900:89:233:43:78 as permitted sender) smtp.mailfrom=thomas@gibfest.dk X-Spamd-Result: default: False [-3.35 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[gibfest.dk:s=default]; NEURAL_HAM_MEDIUM(-0.96)[-0.962,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-0.995,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[gibfest.dk]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mail.tyknet.dk]; DKIM_TRACE(0.00)[gibfest.dk:+]; NEURAL_HAM_SHORT(-0.87)[-0.874,0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-0.00)[country: DK(-0.02)]; ASN(0.00)[asn:9167, ipnet:2a01:3a0::/32, country:DK]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2019 19:17:11 -0000 On 1/16/19 6:56 PM, Steven Hartland wrote: > >> PS: are you going to file a PR ? Yes here https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235005 > You could also try setting net.pfsync.pfsync_buckets="1" in > /boot/loader.conf which reading the code should ensure all items are > processed in a single bucket so if its the bucketing split has the > issue then this will fix. If the issue is more ingrained then it won't. Setting net.pfsync.pfsync_buckets="1" in /boot/loader.conf doesn't fix it. That would have been a neat workaround though :) /Thomas