From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from binarylane1.sektorseven.net (binarylane1.sektorseven.net [103.230.156.226]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 510703B29D for ; Mon, 2 Nov 2020 20:51:55 -0500 (EST) Received: from mail.sektorseven.net (mail.sektorseven.net [110.173.226.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by binarylane1.sektorseven.net (Postfix) with ESMTPS id 31962E95A for ; Tue, 3 Nov 2020 12:51:53 +1100 (AEDT) Received: from mail.sektorseven.net (admin [110.173.226.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: dos@scarff.id.au) by mail.sektorseven.net (Postfix) with ESMTPSA id 65D48101C009 for ; Tue, 3 Nov 2020 09:51:52 +0800 (AWST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 03 Nov 2020 12:51:51 +1100 From: Dean Scarff To: In-Reply-To: References: <202fa41a446859d714728d90e890d1d2@scarff.id.au> Message-ID: X-Sender: dos@scarff.id.au User-Agent: Roundcube Webmail/0.5 Subject: Re: [Cake] =?utf-8?q?NLA=5FF=5FNESTED_is_missing?= X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2020 01:51:55 -0000 On Tue, 3 Nov 2020 03:14:37 +0200, Jonathan Morton wrote: >> On 1 Nov, 2020, at 12:15 pm, Dean Scarff wrote: >> >> Error: NLA_F_NESTED is missing. > > Since you're running an up-to-date kernel, you should check you are > also running up-to-date userspace tools. That flag is associated > with > the interface between the two. > > - Jonathan Morton Thanks. I figured the same thing (see my other post today), but if anything, one of the userspace versions I tested (iproute2 5.9.0) is *too* new (released Oct 19 for 5.9 kernels, see: https://lwn.net/Articles/834755/ ). For good measure, I also tested with Debian's iproute2_5.7.0-1 ;) Either way though, I can debug the userspace tools, which should get me to the root cause.