From nobody Mon Apr 15 20:37:32 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 4VJJrd4vFbz5H31G for ; Mon, 15 Apr 2024 20:37:37 +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 4VJJrd41Lqz4Y6g for ; Mon, 15 Apr 2024 20:37:37 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4002a.ext.cloudfilter.net ([10.228.9.250]) by cmsmtp with ESMTPS id wLN6rjuDV2Ui5wT56rFa6p; Mon, 15 Apr 2024 20:37:36 +0000 Received: from spqr.komquats.com ([70.66.152.170]) by cmsmtp with ESMTPSA id wT55rjRkP9Cr4wT56rChdR; Mon, 15 Apr 2024 20:37:36 +0000 X-Authority-Analysis: v=2.4 cv=etl8zZpX c=1 sm=1 tr=0 ts=661d9010 a=y8EK/9tc/U6QY+pUhnbtgQ==:117 a=y8EK/9tc/U6QY+pUhnbtgQ==:17 a=kj9zAlcOel0A:10 a=raytVjVEu-sA:10 a=Rk-M77FJAAAA:8 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=EkcXrb_YAAAA:8 a=DiX9dCntg7FcU8tGMkUA:9 a=CjuIK1q_8ugA:10 a=ef1k35tKgZpiIrJ2aQ5N:22 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=LK5xJRSDVpKd5WXXoEvA:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id 60BED2517; Mon, 15 Apr 2024 13:37:34 -0700 (PDT) Received: by slippy.cwsent.com (Postfix, from userid 1000) id 6287411E; Mon, 15 Apr 2024 13:37:32 -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: Warner Losh cc: Lexi Winter , 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 Warner Losh message dated "Mon, 15 Apr 2024 14:32:07 -0600." 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 13:37:32 -0700 Message-Id: <20240415203732.6287411E@slippy.cwsent.com> X-CMAE-Envelope: MS4xfHwDyymYItdB+sb89//xWEcjpbp5Zl5qN6qKYRdvkInDsvcAxLn8cQb7bFarQWq9OynT2evAKLfnW74Z+CuHOxze3BQJWSsYRqhpTgc7BaRQqavvcQ4M fb/WGfW3nnKhAPvdxJWMNMszNzHzMCm8WiA0QsnQab97yCtjNcZi3AhsSJ67OIAIY/jm57DsVjz8e2sJRO8WZ+Nj2IHV4vKd8I6ORW9Yz4nYPKYzOxRXcmTw +KIIyHSLLSc/35dZf2KY8Q== 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: 4VJJrd41Lqz4Y6g In message , Warner Losh writes: > --0000000000009a676206162884ed > Content-Type: text/plain; charset="UTF-8" > Content-Transfer-Encoding: quoted-printable > > On Mon, Apr 15, 2024 at 2:24=E2=80=AFPM Lexi Winter wrote= > : > > > 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. > > > > > If a port, the source repo must contain full history extracted from our > > src > > > tree like I did with our telnetd and ftpd extracts. > > > > noted. > > > > can i ask how you did that for telnetd? > > > > git filter-branch is usually all you need. It also has some warts. The git-filter-branch documentation says to use git-filter-repo. I documented my telnetd and ftpd experiences at https://wiki.freebsd.org/git-filter. I used git-filter-repo with telnetd and git filter-branch for ftpd. One will give you better results than the other. You may need to try the other if you're unsatisfied with the results. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0