From nobody Fri Feb 21 19:18:22 2025 X-Original-To: freebsd-net@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 4Z00KM5L5Cz5p9tp for ; Fri, 21 Feb 2025 19:18:31 +0000 (UTC) (envelope-from roy@marples.name) Received: from sender2-of-o51.zoho.eu (sender2-of-o51.zoho.eu [136.143.171.51]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Z00KM0f5Kz46mQ for ; Fri, 21 Feb 2025 19:18:30 +0000 (UTC) (envelope-from roy@marples.name) Authentication-Results: mx1.freebsd.org; none ARC-Seal: i=1; a=rsa-sha256; t=1740165506; cv=none; d=zohomail.eu; s=zohoarc; b=dNQkR7jBzwZ+eO2axjePmFkgc4/bxVYF2a9onglegh4ps5HwplOhPiffuOL8ULu824h3BHo6zhLKWh0ou17xSg+ElfqDa7AxHsSBiyIXU9V+Fohd0WcCerg45WKzucNfI8bBt9K3Cfpy+YW6sOW2k8Z5208RrNuRTrrHHSSV73I= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1740165506; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=do+iJj30kIV6oYbihCh1uQgu/r69hotsWBKNm9qNtIA=; b=QV50Q+x/1RD8ffjKtL/rfDKoygD0DCiDqChdHcjRsu5BFtX5mTDnrGYB+tQDP7u1Wrqe85F+zt09I0y6uim88WRGpJ22qY5spK5Wvz8x0Zmr5t1coOaymwLAxAmQrGvJS2YeJgl/4o8WbOVLEvkAxROSHTsmfhzQnoQ9RHvSzhc= ARC-Authentication-Results: i=1; mx.zohomail.eu; dkim=pass header.i=marples.name; spf=pass smtp.mailfrom=roy@marples.name; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1740165506; s=zmail; d=marples.name; i=roy@marples.name; h=Date:Date:From:From:To:To:Cc:Cc:Message-ID:In-Reply-To:References:Subject:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=do+iJj30kIV6oYbihCh1uQgu/r69hotsWBKNm9qNtIA=; b=cZFPm3V7Phj54LklqJ25BpDxIfxqz2fu4yhB4WwUCxdI7dHT/UgenWNSeRLpUGqG tvpDlOeBqrkqYtvtwNJjH4LWJzXJ/ODQe3ryHVfOyRTizUqB+QQ16rt47hN0Bb3UMFg J0kwnMN5+ZwVa6cYqJNU3+PqQGKnu2ftWnOHLYDs= Received: from mail.zoho.eu by mx.zoho.eu with SMTP id 17401655030871008.0645472396355; Fri, 21 Feb 2025 20:18:23 +0100 (CET) Date: Fri, 21 Feb 2025 19:18:22 +0000 From: Roy Marples To: "Roy Marples" Cc: "Karl Denninger" , "freebsd-net" Message-ID: <19529f25677.105be677d239.6010993632130942600@marples.name> In-Reply-To: <19529ca17d9.e2e8d5de2187.2271440699368105927@marples.name> References: <20250221075300.4466057d@thor.sb211.local> <195299f4ca5.fad9d85b1235.1583279903934096331@marples.name> <2cc7ae64-c0f9-464d-8c01-86d184922ea8@denninger.net> <19529ca17d9.e2e8d5de2187.2271440699368105927@marples.name> Subject: Re: rtadvd(8) How to IPv6 tokenize interface identifier List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Importance: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:41913, ipnet:136.143.170.0/23, country:CH] X-Rspamd-Queue-Id: 4Z00KM0f5Kz46mQ X-Spamd-Bar: ---- Aha! ---- On Fri, 21 Feb 2025 18:34:25 +0000 Roy Marples wrote --- > ---- On Fri, 21 Feb 2025 17:49:28 +0000 Karl Denninger wrote --- > > The issue that I had with it not configuring properly on a cold boot, as far as I know, has not been addressed -- unless there are updates since you and I conversed on that point. > > I was never able to replicate it. It might have been fixed, it might not have been as there have been many fixes and improvements since. But now I recall someone else did! The issue is fixed here: https://github.com/NetworkConfiguration/dhcpcd/commit/c1d1a885ae469dd98533b38da3c7753de1597d77 Basically on FreeBSD there is a rc.d script which sets the IsARouter flag after dhcpcd starts, hence the cold boot issue. After some chit chat, we decided that the check isn't really needed and the issue is thus fixed. Let me know if that fixed it for you or not! Good luck. Roy