From nobody Mon Apr 15 23:54:31 2024 X-Original-To: arch@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 4VJPCv2lbLz5HLvX for ; Mon, 15 Apr 2024 23:54:35 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VJPCv0TCFz3wpm for ; Mon, 15 Apr 2024 23:54:35 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4001a.ext.cloudfilter.net ([10.228.9.142]) by cmsmtp with ESMTPS id wP8erk8212Ui5wW9irGB2R; Mon, 15 Apr 2024 23:54:34 +0000 Received: from spqr.komquats.com ([70.66.152.170]) by cmsmtp with ESMTPSA id wW9grSCalpsbgwW9hreOha; Mon, 15 Apr 2024 23:54:34 +0000 X-Authority-Analysis: v=2.4 cv=Ff+Ux4+6 c=1 sm=1 tr=0 ts=661dbe3a a=y8EK/9tc/U6QY+pUhnbtgQ==:117 a=y8EK/9tc/U6QY+pUhnbtgQ==:17 a=kj9zAlcOel0A:10 a=raytVjVEu-sA:10 a=Rk-M77FJAAAA:8 a=NEAV23lmAAAA:8 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=EkcXrb_YAAAA:8 a=p4he0witWULeRhyr_0oA:9 a=CjuIK1q_8ugA:10 a=ef1k35tKgZpiIrJ2aQ5N:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 a=LK5xJRSDVpKd5WXXoEvA:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id 3073ADF; Mon, 15 Apr 2024 16:54:32 -0700 (PDT) Received: by slippy.cwsent.com (Postfix, from userid 1000) id E1DB8111; Mon, 15 Apr 2024 16:54:31 -0700 (PDT) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.8+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Lexi Winter cc: Cy Schubert , arch@freebsd.org Subject: Re: removing RIP/RIPng (routed/route6d) In-reply-to: References: <20240415202213.B9BDC6F@slippy.cwsent.com> Comments: In-reply-to Lexi Winter message dated "Mon, 15 Apr 2024 21:24:17 +0100." List-Id: Discussion related to FreeBSD architecture List-Archive: https://lists.freebsd.org/archives/freebsd-arch List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arch@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 15 Apr 2024 16:54:31 -0700 Message-Id: <20240415235431.E1DB8111@slippy.cwsent.com> X-CMAE-Envelope: MS4xfGJBvzSDTDuRFON/6eZTfhs9cLS5hDvkBLeKLYqsDeoJClysF1Qn8+kgmAUg9uTR1XuNHzfFZz9HIQtV/8kW0v6qW7cBXD8jOf7jBXVz82k9ck8/hZEq h7cnijq9gc+r4MB2KvsI/6yO9PpInQD2d2VmJrycMQV4NUaOupzQRtpDIlpNpb6qY5b0YT0q99UGkPiVDVZ6pHupa4I0K5ySsxW1tzXz3v+6G5MtUgB6NX2I X-Spamd-Bar: ---- 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:16509, ipnet:3.96.0.0/15, country:US] X-Rspamd-Queue-Id: 4VJPCv0TCFz3wpm In message , Lexi Winter writes: > > > --4V/4RNUhYOEMkuLx > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > Cy Schubert: > > > if there's some concern that people still want to use the BSD > > > implementation of routed/route6d, i'm also willing to submit a port > > > such as net/freebsd-routed containing the old code, in a similar way > > > to how the removal of things like window(1) and telnetd(8) were > > > handled. > =20 > > If a port, the source repo must contain full history extracted from our s= > rc=20 > > tree like I did with our telnetd and ftpd extracts. > > noted. > > can i ask how you did that for telnetd? I've extracted sbin/routed and usr.sbin/route6d for you, at https://github.com/cschuber/freebsd-routed. Would you what that I create the ports? The repo contains both routed and route6d. The ports will need to build one or the other, or maybe one port to build and install both. I think two separate ports building off the same source is better. git-filter-repo took a matter of minutes to complete what git-filter-branch estimated would take approximately 27 days (or more) to complete. The wiki has been updated with an additional step. A git tag points to a non-existent ref, causing git-filter-repo to choke. Removing the tag allowed it to complete. The steps I used for this latest extract are also documented in the wiki page. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0