Re: removing RIP/RIPng (routed/route6d)

From: Warner Losh <imp_at_bsdimp.com>
Date: Mon, 15 Apr 2024 20:32:07 UTC
On Mon, Apr 15, 2024 at 2:24 PM Lexi Winter <lexi@le-fay.org> 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.

Warner