summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp/snmp_mibII/mibII_route.c
Commit message (Collapse)AuthorAgeFilesLines
* Looks like support.h is really not needed here.glebius2012-10-181-1/+0
|
* put another bandaid on the build until i figure out bsnmp headersemax2012-10-181-1/+1
|
* This main goals of this project are:qingli2008-12-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Virgin import of bsnmpd 1.12harti2006-02-271-1/+8
|
* Virgin import of bsnmpd 1.11harti2005-10-041-107/+321
|
* Virgin import of bsnmpd 1.10harti2005-05-231-2/+2
|
* Virgin import of bsnmpd 1.7harti2004-08-061-24/+20
|
* Virgin import of bsnmpd 1.5aharti2004-01-231-1/+1
|
* Virgin import of bsnmp 1.4harti2003-11-101-0/+299
OpenPOWER on IntegriCloud