summaryrefslogtreecommitdiffstats
path: root/share/man/man9/rtentry.9
Commit message (Collapse)AuthorAgeFilesLines
* Merge r263203: garbage collect long time obsoleted (or never used) stuffglebius2014-04-091-2/+0
| | | | from routing API.
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-14/+17
| | | | | | | | | | - Remove rt_metrics_lite and simply put its members into rtentry. - Use counter(9) for rt_pksent (former rt_rmx.rmx_pksent). This removes another cache trashing ++ from packet forwarding path. - Create zini/fini methods for the rtentry UMA zone. Via initialize mutex and counter in them. - Fix reporting of rmx_pksent to routing socket. - Fix netstat(1) to report "Use" both in kvm(3) and sysctl(3) mode.
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
| | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors)
* re-add accidentally deleted linekmacy2008-12-151-0/+1
|
* This main goals of this project are:qingli2008-12-151-57/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* o round-type -> round-trip.maxim2007-08-051-1/+1
| | | | | | | PR: docs/115082 Submitted by: Jordan Gordeev Approved by: re (kensmith) MFC after: 1 week
* Sort sections.ru2005-01-211-3/+3
|
* Remove trailing spaces.krion2005-01-021-1/+1
| | | | | Reviewed by: brueffer MFC after: 3 days
* - sort struct rtentry fields in man page in some order as they are in structglebius2004-10-081-32/+32
| | | | | | | | | - remove RTF_PRCLONING - add rt_mtx field - rename rt_metrics -> rt_metrics_lite - mention that only 3 metrics are really used in rt_metrics_lite Reviewed by: ru, andre
* Overhaul the markup.ru2004-06-151-98/+49
|
* mdoc(7) police:hmp2004-05-051-11/+20
| | | | | | * correctly place parenthisized sentences * remove hard sentence breaks * use .Vt instead of .Fn
* Mdoc Janitor:hmp2003-10-231-9/+18
| | | | * Fix hard sentence breaks.
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
|
* Grammar bogon: s/structure a route/structure of a route/schweikh2002-03-141-1/+1
| | | | MFC after: 3 days
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-3/+3
| | | | | | | | | | 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
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-22/+66
|
* Prepare for mdoc(7)NG.ru2000-12-291-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* The rt_refcnt member is a long now.jdp1999-11-221-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Bad ref time(2) changed to time(3)chris1999-08-161-2/+2
|
* Insert a missing newline.dt1998-06-241-2/+3
|
* .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.charnier1998-03-121-3/+4
| | | | Use .An/.Aq.
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-131-1/+2
|
* Revert $FreeBSD$ back to $Id$peter1997-02-221-1/+1
|
* 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.
* Correct some spelling errors.mpp1996-12-011-3/+3
|
* Fix a macro error in HISTORY section.wollman1996-10-081-2/+2
|
* Add an rtentry(9) page to describe the structure of a routing-tablewollman1996-10-081-0/+287
entry and the metrics and flags which pertain thereto.
OpenPOWER on IntegriCloud