summaryrefslogtreecommitdiffstats
path: root/share/man/man4/route.4
Commit message (Collapse)AuthorAgeFilesLines
* Merge r263203: garbage collect long time obsoleted (or never used) stuffglebius2014-04-091-2/+0
| | | | from routing API.
* Turns out rtm_use does still exist, just under different name - fortrasz2009-04-221-0/+5
| | | | | a long time (since 6.1) it was #defined as rtm_fmask. Update manual page. While here, sync some constants with what's in route.h.
* Adjust route(4) manual page to remove rtm_use field, which was removedtrasz2009-04-201-1/+0
| | | | | | from the route.h some time ago. Reviewed by: rwatson
* This main goals of this project are:qingli2008-12-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. separating L2 tables (ARP, NDP) from the L3 routing tables 2. removing as much locking dependencies among these layers as possible to allow for some parallelism in the search operations 3. simplify the logic in the routing code, The most notable end result is the obsolescent of the route cloning (RTF_CLONING) concept, which translated into code reduction in both IPv4 ARP and IPv6 NDP related modules, and size reduction in struct rtentry{}. The change in design obsoletes the semantics of RTF_CLONING, RTF_WASCLONE and RTF_LLINFO routing flags. The userland applications such as "arp" and "ndp" have been modified to reflect those changes. The output from "netstat -r" shows only the routing entries. Quite a few developers have contributed to this project in the past: Glebius Smirnoff, Luigi Rizzo, Alessandro Cerri, and Andre Oppermann. And most recently: - Kip Macy revised the locking code completely, thus completing the last piece of the puzzle, Kip has also been conducting active functional testing - Sam Leffler has helped me improving/refactoring the code, and provided valuable reviews - Julian Elischer setup the perforce tree for me and has helped me maintaining that branch before the svn conversion
* Fix markup: .Dv -> .Vabms2004-11-041-2/+2
| | | | | | Update document dates. Prodded by: ru
* Document the fact that the flags for a FreeBSD kernel routing tablebms2004-11-041-0/+6
| | | | | | | entry are documented in the page for route(8), not route(4). Sponsored by: eXtensible Open Router Project <URL:http://www.xorp.org/> MFC after: 3 weeks
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-031-1/+1
|
* Correct the misuse of \- (mdoc(7) mathematical minus) when - (mdoc(7)simon2004-05-141-1/+1
| | | | | | | hyphen) is meant. Mdoc(7) clue by: ru Reviewed by: ru
* Hiten's patchset for section four manpages, slightly edited by me.ru2003-06-281-6/+10
|
* Typo; s/lister/listener/schweikh2002-03-141-1/+1
| | | | MFC after: 3 days
* Introduce an interface announcement message for the routingru2002-01-181-2/+17
| | | | | | | | | socket so that routing daemons and other interested parties know when an interface is attached/detached. PR: kern/33747 Obtained from: NetBSD MFC after: 2 weeks
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-5/+5
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-4/+4
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* compatability -> compatibilitydannyboy2000-11-261-3/+3
| | | | | PR: 23112 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-3/+3
|
* - Describe all available message headers.ru1999-09-141-26/+85
| | | | | | | - Sync structures/constants with sources. - Fix multiple typos. Reviewed by: wollman
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* In <199908042059.PAA14626@free.pcs>, Jonathan Lemon wrote:nik1999-08-121-7/+2
| | | | | | | | | | | | | | | | | > The route(4) manpage says: > > User processes can obtain information about the routing entry to a spe- > cific destination by using a RTM_GET message, or by reading the /dev/kmem > device, or by issuing a getkerninfo(2) system call. > > IMHO, the above sentence should probably be altered by replacing the > first comma with a period, and throwing away the rest of it. No one's objected, so I've made this change. This sort of fixes docs/12220, by removing the reference to the undocumented getkerninfo(2) call. So I'll close the PR as well. PR: docs/12220
* Fixed missing #include(s) (mostly of <sys/types.h> in synopsis).bde1997-03-191-1/+3
| | | | Reviewed by: wollman
* Revert $FreeBSD$ back to $Id$peter1997-02-221-1/+1
|
* Update to reflect current include files.mpp1997-01-301-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Delete stale rt_metrics and route flag descriptions and replace them withwollman1996-10-081-34/+14
| | | | a cross-reference to rtentry(9). Add SEE ALSO and HISTORY sections.
* BSD 4.4 Lite Share Sourcesrgrimes1994-05-301-0/+270
OpenPOWER on IntegriCloud