| #
4b7cdb5a
|
| 06-Jul-2025 |
Lexi Winter <ivy@FreeBSD.org> |
deprecate RIP
Per https://wiki.freebsd.org/DeprecationPlan, deprecate RIP in 15.0R, with the intention of removing it in 16.0R.
Add a note to the manpages of routed(8), rdisc(8), rtquery(8), route6
deprecate RIP
Per https://wiki.freebsd.org/DeprecationPlan, deprecate RIP in 15.0R, with the intention of removing it in 16.0R.
Add a note to the manpages of routed(8), rdisc(8), rtquery(8), route6d(8) and rip6query(8) noting that they will be removed in a future release.
RIP has been obsolete for over 20 years and no one is running it on modern networks. If someone really needs RIP, there are alternatives such as 'bird' or 'quagga' available from ports; there is no need to ship it in base.
Relnotes: yes Reviewed by: des Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50292
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
4b7cdb5a
|
| 06-Jul-2025 |
Lexi Winter <ivy@FreeBSD.org> |
deprecate RIP
Per https://wiki.freebsd.org/DeprecationPlan, deprecate RIP in 15.0R, with the intention of removing it in 16.0R.
Add a note to the manpages of routed(8), rdisc(8), rtquery(8), route6
deprecate RIP
Per https://wiki.freebsd.org/DeprecationPlan, deprecate RIP in 15.0R, with the intention of removing it in 16.0R.
Add a note to the manpages of routed(8), rdisc(8), rtquery(8), route6d(8) and rip6query(8) noting that they will be removed in a future release.
RIP has been obsolete for over 20 years and no one is running it on modern networks. If someone really needs RIP, there are alternatives such as 'bird' or 'quagga' available from ports; there is no need to ship it in base.
Relnotes: yes Reviewed by: des Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50292
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
c39ebb1d
|
| 25-Feb-2004 |
Bruce M Simpson <bms@FreeBSD.org> |
Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com. Update <protocols/routed.h> for the MD5 changes requested in bin/35843. Preserve local changes.
Education by: obrien, mar
Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com. Update <protocols/routed.h> for the MD5 changes requested in bin/35843. Preserve local changes.
Education by: obrien, markm, pointy-stick PR: bin/35843 (and doubtless others)
show more ...
|
| #
caa79e36
|
| 25-Feb-2004 |
Bruce M Simpson <bms@FreeBSD.org> |
Virgin import of rhyolite.com routed v2.27
|
| #
510dd42e
|
| 08-Jun-2003 |
Philippe Charnier <charnier@FreeBSD.org> |
The .Xr utility
|
| #
69ae4960
|
| 19-May-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) fixes: Mark "gated" with the .Nm macro.
Approved by: re (blanket)
|
| #
6f34d4fe
|
| 04-May-2003 |
Murray Stokely <murray@FreeBSD.org> |
Note that gated is a commercial routing product now, and remove references to it's man page, which is almost never installed on a FreeBSD system. The information about using this command with gated
Note that gated is a commercial routing product now, and remove references to it's man page, which is almost never installed on a FreeBSD system. The information about using this command with gated has been retained. I have just made it clear that gated is not a part of FreeBSD.
PR: docs/51407
show more ...
|
| #
629e80ef
|
| 06-Jul-2002 |
Philippe Charnier <charnier@FreeBSD.org> |
The .Nm utility.
|
| #
9fe48c6e
|
| 10-Jul-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed HISTORY info from the .Os call.
|
| #
7c7fb079
|
| 20-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: use the new features of the Nm macro.
|
| #
726b61ab
|
| 10-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Avoid use of direct troff requests in mdoc(7) manual pages.
|
| #
7f3dea24
|
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
| #
aa7c9ada
|
| 15-Aug-1999 |
Mike Pritchard <mpp@FreeBSD.org> |
Various man page cleanup:
- Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Properly xref RFCs. - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup.
PR: doc/13144 Submit
Various man page cleanup:
- Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Properly xref RFCs. - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup.
PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net>
show more ...
|
| #
c90fe7dc
|
| 02-May-1999 |
Mark Murray <markm@FreeBSD.org> |
Merge-o-matic and add a bunch of $Id's
|
| #
2c7a9781
|
| 02-May-1999 |
Mark Murray <markm@FreeBSD.org> |
Latest-and-greatest routed. Includes RIPv2 and Router Discovery.
Submitted by: Vernon Schryver <vjs@calcite.rhyolite.com>
|
| #
90100551
|
| 28-Jul-1998 |
Philippe Charnier <charnier@FreeBSD.org> |
Spelling, add rcsid, remove unused #includes. Convert 1000000 usec to 1 sec 0 usec. Use provided safe malloc (rtmalloc()) instead of malloc(): exit on allocation failure. Correct use of .Nm Add usage
Spelling, add rcsid, remove unused #includes. Convert 1000000 usec to 1 sec 0 usec. Use provided safe malloc (rtmalloc()) instead of malloc(): exit on allocation failure. Correct use of .Nm Add usage() and use errx().
show more ...
|
| #
ac162c8f
|
| 13-Jun-1997 |
Masafumi Max NAKANE <max@FreeBSD.org> |
Typo fix. PR: 3854 Submitted by: Takahiro Yugawa <yugawa@orleans.rim.or.jp>
|
| #
c0ec1f37
|
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
| #
7610c940
|
| 28-Jan-1997 |
Mike Pritchard <mpp@FreeBSD.org> |
Some various mdoc cleanup.
Partially Obtained from: NetBSD-bugs mailing list
|
| #
ca76031b
|
| 19-Jan-1997 |
Mike Pritchard <mpp@FreeBSD.org> |
Various minor cleanup.
Partially Obtained from: NetBSD-bugs
|
| #
1130b656
|
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
| #
af202156
|
| 13-Jan-1997 |
Wolfram Schneider <wosch@FreeBSD.org> |
Sort cross references.
|
| #
d5b718b3
|
| 19-Nov-1996 |
Garrett Wollman <wollman@FreeBSD.org> |
Latest version of SGI routed courtesy of Vern Schryver. This version adds the capability to use MD5 authentication as defined in the latest documents.
Submitted by: Vernon J. Schryver <vjs@mica.den
Latest version of SGI routed courtesy of Vern Schryver. This version adds the capability to use MD5 authentication as defined in the latest documents.
Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>
show more ...
|