From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x130.google.com (mail-lf1-x130.google.com [IPv6:2a00:1450:4864:20::130]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id B586E3B29D for ; Mon, 2 Nov 2020 20:14:40 -0500 (EST) Received: by mail-lf1-x130.google.com with SMTP id h6so19976686lfj.3 for ; Mon, 02 Nov 2020 17:14:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=ihim6M4/C7B1KwtBQ/kXxWwKD3eNE3ad0eXplnskeOg=; b=fj4l2gVVvKnvJNI+CiCHkYRLC2DjVzshMcCy/hPRTOomvURqGcr+Y0PWwsK0vlgYsS vrcfH87i/alP4Pofd9u8yRiydskrWzH1QYwX2e8hH9JkzCIIGkKtUJFH6KJV+cS07lx8 MunTnUJkWIc3e8OhVuIKpxWTdYgV/IIJnWZUPtnLJMWeXdiJcnIffx75+YpdFMIv2smc +YxHjRjVs2kNK44Tjhx9NsCMW/TT6f2G90yqnRQvimaCHVczWutUONj4+g7BQqgy2V+K AR8UbZXeylTSkEv3jNmkgUZ/ZmPjMr4NYkdpAGmnVIeE7Ozh+eWIr59rrILTtVjnTkgJ 8UlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=ihim6M4/C7B1KwtBQ/kXxWwKD3eNE3ad0eXplnskeOg=; b=FucbWKStwHL8Y0GOFfwvqrhqfesvOmDcSY2Ol8HZaTJjFNZARp1c/zGQcESJOpzW9j 5hnccdxpXDbCkfqpgNce7jdxNkwhw7Ef6OCQ43lfwH744kbs3l1/lEJUmfA072AYRrhw I+qdOh3Yz+mmuYSAxPgEd8Yj8HJu+KzybLvvm6aLMgrV7PIBISs1GAqf0ZDP5ROLngf3 DO7ZO1CRq13UREBLzEWtJwRb4zmtKVnwtQ6P/kP+z+pbGQC+WhabK67P8XilkQB53+Yh unedfu77iWrqhck7YVnCidNQdEjk5NWclW55MF8MrZKXAxHO8TBo6mLUOI7JJHO0On9M IEGw== X-Gm-Message-State: AOAM530ANHLMl0lOxAsyIzPuCpIKYBR1yMCiBA5giVFHkMXvwk1TfUwq wttwcA5dTdRvPnuvc7Uv79vrV3crC+nbPA== X-Google-Smtp-Source: ABdhPJyfeb0KIu7GC2siExyIyoD+8FVqxiW7XlC0+k7PNvxJd6NCh3buas9nqw9xl3mOIQaSuEjOoA== X-Received: by 2002:ac2:5edb:: with SMTP id d27mr6271391lfq.404.1604366078983; Mon, 02 Nov 2020 17:14:38 -0800 (PST) Received: from jonathartonsmbp.lan (178-55-204-70.bb.dnainternet.fi. [178.55.204.70]) by smtp.gmail.com with ESMTPSA id u26sm2970628lfn.19.2020.11.02.17.14.38 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Nov 2020 17:14:38 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.7\)) From: Jonathan Morton In-Reply-To: <202fa41a446859d714728d90e890d1d2@scarff.id.au> Date: Tue, 3 Nov 2020 03:14:37 +0200 Cc: cake@lists.bufferbloat.net Content-Transfer-Encoding: quoted-printable Message-Id: References: <202fa41a446859d714728d90e890d1d2@scarff.id.au> To: Dean Scarff X-Mailer: Apple Mail (2.3445.9.7) Subject: Re: [Cake] NLA_F_NESTED 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:14:40 -0000 > On 1 Nov, 2020, at 12:15 pm, Dean Scarff wrote: >=20 > 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=