From nobody Mon Feb 16 17:30:08 2026 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fF8t85JLlz6S5B9 for ; Mon, 16 Feb 2026 17:30:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fF8t823Mbz3SZ8 for ; Mon, 16 Feb 2026 17:30:08 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771263008; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=qPD4+NclWto1Rh2GL65OCr1O2I4zmkD58XBUfJdVcDU=; b=dj9V5fh2HxlDSCrAWqD605M4RYnIVqCZKhoY5GoBrPO6MIaBURgO2arzcYQ/fyGTkd61wp gG8FAAB1gmFnEWcTJfvq0h0L26FuE02v2bSl3I/B4XWAhwyHBXIrSHY4c4Z0msXUGYE0aS b03r+uRIdSjYYSQIP4Q9xsoOKdGwDqQ2wc+XLnDMAXB5CRjeRnqZuYFbTRKb3fCkciA6d3 qo2Iwo+o6IFvNCp6/l8q/PgAmEDWJTmgTAj1x5b1dgL/fIhimbBX3H6mDbnfX09e27T5ZZ J2bVlNFp8JZXA2QFSxVWj5if4QKLGjZbdO10LJ8j+KUoKoXVZbD5q9C45Yqj9w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1771263008; a=rsa-sha256; cv=none; b=ilsNYn6s+yhLsf3Staqg8hzikh6J1UyNDO1N1iPzUO3xzt2cLMV1uWa+HhGy457S9kqgZj Xe3uFEmMmyx96lIU75b6kL2PFd+8b7NEzoYak18yKUGCqRARp3nAvgg4RvamVULQKx1k7D rwU0UGNL1xACyNB+CzM69pkWZP6cOLcIAqmDo5nx3BRrM1Q0RlN1a0ISROfmoKgrzs/oM5 tBdMpt66nwPvUJS1067kLCZRD69JwQ/4QSrz5twW12kS0en0IMTBPoxe3yulIDS7rxXBYN MSgbBr53vzCmq6MeA8dLh0YqTgm3DSoCFv0XsLNlCD1DEan/LBv1vk+iY1ietQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771263008; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=qPD4+NclWto1Rh2GL65OCr1O2I4zmkD58XBUfJdVcDU=; b=GTFVpCXNK1fe//jnj+hBtwggL6X7nS2NIoG9GJcLK2qF3dhBtuIPmXBCcLHWQwpmedM+na YIPVZxAfQTJAdLFndQcs/QSEQtmFM3jXNUZAAyFYVRagepReZW1S6aFuqNPZGOtBun06EO koDjEjmuVxuG6Fmt5HqSHSDDCmUOaoSx84vyb8xGvzcEecNg9YGGxggKdOOyVd8XwUmNuv zTrF3cRmjKuxZATHvv8Vb4H51X4LpR01cteS3cAeM40RmTHDtf3I77UNY9Rt+5A12FjeBk fKIiKAjS1SAW56ubCprP/dxZcqhS5Ti1OtMQ0/eFKrmDfre2WlA0bnFp6CiWJQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fF8t81L3jzXrW for ; Mon, 16 Feb 2026 17:30:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 31d5a by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 16 Feb 2026 17:30:08 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Guido Falsi Subject: git: c20f5fd44322 - stable/15 - ifconfig.8: Start new sentence on new line List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: madpilot X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: c20f5fd443228743fed3b071ee30216145940178 Auto-Submitted: auto-generated Date: Mon, 16 Feb 2026 17:30:08 +0000 Message-Id: <69935420.31d5a.5b8e065a@gitrepo.freebsd.org> The branch stable/15 has been updated by madpilot: URL: https://cgit.FreeBSD.org/src/commit/?id=c20f5fd443228743fed3b071ee30216145940178 commit c20f5fd443228743fed3b071ee30216145940178 Author: Guido Falsi AuthorDate: 2026-02-09 20:04:01 +0000 Commit: Guido Falsi CommitDate: 2026-02-16 17:28:52 +0000 ifconfig.8: Start new sentence on new line This change was forgotten by me in the previous commit to this file. Reported by: kib Approved by: implicit (change omitted from previous commit) Fixes: 31ec8b6407fdd5a87d70265762457c67ce618283 (cherry picked from commit e912723afb4e6bcfa828fcb73f35cd82fc6bca68) Reviewed by: glebius, kp, pouria, zlei Approved by: glebius, pouria Relnotes: yes Differential Revision: https://reviews.freebsd.org/D54382 --- sbin/ifconfig/ifconfig.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index e1d153aa7493..f062ddec774d 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1009,7 +1009,8 @@ Clear a flag .Cm no_dad . .It Cm stableaddr Set a flag to create SLAAC addresses using a stable algorithm -according to RFC 7217. The +according to RFC 7217. +The .Xr sysctl 8 variable .Va net.inet6.ip6.use_stableaddr