From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 77CE825A355; Tue, 21 Oct 2025 20:08:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761077313; cv=none; b=E5d4odTB+uthtpfQS3jWScsDQlIgVmX40hmvCFzoAf4Ts/lO+SG03guJRVJri86Pk8+kh+yGtY92UxyLnsWmKhRVOU43R2jaC8m09JAAcoIj9qeOSHCa3TvI/eBwp4xe71XXAkch/UmMNSsc1Z2dTqM5UgVB+5DubtPR2XE4PIA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761077313; c=relaxed/simple; bh=s4gMQ2WZ92y0G0dJRxNeUnXnfUy+010ZR33rJJw8mtI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=tUgj/xczHUOEpQcytOhV7tLMth6tf2WFWVi7sfNa+8xo8F/y+rIamzzyakdcUBLcCTtVnHPWoBXQjXx6MILNH/cxbuKEXBG/+ta0SmuykHqayGIHGwNRFIhN2jCz8JKGp/DlUCCmJfGmLY3rSyJi6LtXgYjlBA7LJ2DiWIZIWb8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=X3k6J98S; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="X3k6J98S" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90640C4CEF1; Tue, 21 Oct 2025 20:08:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1761077313; bh=s4gMQ2WZ92y0G0dJRxNeUnXnfUy+010ZR33rJJw8mtI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=X3k6J98SBZ3ln1IupwCH6cESvx0cO14ML+ufW/10wdn/fSIHHnZHsjgu4RkjAba2h KWvTzlT0++iYk65qU4t3i9f3ghYi5T1Xa9uqF7znr3F0FzBd7QbRk5RF6axllr4cFP OaWeh1DdntjtFflOV7pLXAF5ZaNntMgQx20zjtcI= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Philippe Guibert , Nicolas Dichtel , Simon Horman , "David S. Miller" , Sasha Levin Subject: [PATCH 6.17 066/159] doc: fix seg6_flowlabel path Date: Tue, 21 Oct 2025 21:50:43 +0200 Message-ID: <20251021195044.796654138@linuxfoundation.org> X-Mailer: git-send-email 2.51.1 In-Reply-To: <20251021195043.182511864@linuxfoundation.org> References: <20251021195043.182511864@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.17-stable review patch. If anyone has any objections, please let me know. ------------------ From: Nicolas Dichtel [ Upstream commit 0b4b77eff5f8cd9be062783a1c1e198d46d0a753 ] This sysctl is not per interface; it's global per netns. Fixes: 292ecd9f5a94 ("doc: move seg6_flowlabel to seg6-sysctl.rst") Reported-by: Philippe Guibert Signed-off-by: Nicolas Dichtel Reviewed-by: Simon Horman Signed-off-by: David S. Miller Signed-off-by: Sasha Levin --- Documentation/networking/seg6-sysctl.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/networking/seg6-sysctl.rst b/Documentation/networking/seg6-sysctl.rst index 07c20e470bafe..1b6af4779be11 100644 --- a/Documentation/networking/seg6-sysctl.rst +++ b/Documentation/networking/seg6-sysctl.rst @@ -25,6 +25,9 @@ seg6_require_hmac - INTEGER Default is 0. +/proc/sys/net/ipv6/seg6_* variables: +==================================== + seg6_flowlabel - INTEGER Controls the behaviour of computing the flowlabel of outer IPv6 header in case of SR T.encaps -- 2.51.0