Re: removing RIP/RIPng (routed/route6d)
Warner Losh <[email protected]>
| Newsgroups | gmane.os.freebsd.architechture |
|---|---|
| Message-ID | <CANCZdfoajNRz6Od_E4ubrop7j-KEuiRfGjMojvbSkBLHP66PRA@mail.gmail.com> |
On Mon, Apr 15, 2024 at 2:24 PM Lexi Winter <[email protected]> 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