aboutsummaryrefslogtreecommitdiffstats
path: root/nest
Commit message (Expand)AuthorAgeFilesLines
* Fixes for the programmer's manual.Martin Mares2000-06-083-9/+9
* Oops! Configuration compiles now.Martin Mares2000-06-081-4/+4
* Use `switch' for `disabled'.Pavel Machek2000-06-081-1/+1
* Updated CLI helps.Martin Mares2000-06-081-4/+4
* Fixes to the progdoc.Martin Mares2000-06-077-15/+15
* Spelling fixes to progdoc.Martin Mares2000-06-076-14/+14
* Added IP protocols.Ondrej Filip2000-06-061-0/+1
* Avoid sentence containing a colon to start new doc subsection.Martin Mares2000-06-051-1/+1
* Documented sockets, events and timers.Martin Mares2000-06-051-0/+1
* Spelling.Martin Mares2000-06-051-1/+1
* Description of protocol module moved to where it belongs. If documentationMartin Mares2000-06-052-1/+92
* Document.Martin Mares2000-06-041-0/+7
* Minor changes to the progdocs.Martin Mares2000-06-031-1/+1
* More documentation.Martin Mares2000-06-033-3/+167
* Documented protocol hooks.Martin Mares2000-06-022-1/+313
* Added documentation on protocols.Martin Mares2000-06-022-1/+122
* Better description of the route distribution process.Martin Mares2000-06-021-2/+29
* Documentation on routing tables and route attributes.Martin Mares2000-06-023-2/+251
* Removed rta_find() since nobody uses it and it's more convenientMartin Mares2000-06-021-1/+0
* Documentation.Martin Mares2000-06-012-5/+149
* Removed comments about workings of the old neighbor cache which areMartin Mares2000-06-011-18/+2
* Documented.Martin Mares2000-06-013-0/+147
* FIB documentation.Martin Mares2000-06-012-3/+96
* Inactive sticky neighbors have no scope.Martin Mares2000-06-011-1/+4
* Modified the neighbor cache to remember local addresses as well.Martin Mares2000-06-012-15/+15
* Route attributes for OSPF.Martin Mares2000-05-301-1/+2
* Killed bug in merging of dynamic attributes.Martin Mares2000-05-301-4/+6
* Better formatting of protocol status.Martin Mares2000-05-301-2/+2
* Added read-only access to all required fields in rta.Pavel Machek2000-05-301-0/+3
* Better rt dumping.Ondrej Filip2000-05-301-4/+0
* Tracing of CLI connections/commands can be now controlledMartin Mares2000-05-292-1/+4
* To find out a type of route (external, inter/intra area)Ondrej Filip2000-05-281-0/+4
* Routing table garbage collector gets really called.Martin Mares2000-05-191-6/+6
* Fixed a very nasty bug in FIB iterators.Martin Mares2000-05-191-1/+1
* Fixed freeing of non-embedded extended attributes.Martin Mares2000-05-191-0/+8
* No more problems when protocols gets disabled during feeding.Martin Mares2000-05-191-0/+2
* Added as_path_get_first().Martin Mares2000-05-192-0/+29
* Fixed a buglet in asynchronous feeding and increased maximum numberMartin Mares2000-05-191-6/+7
* Asynchronous feeding of protocols.Martin Mares2000-05-194-36/+99
* Fixed incorrect error message about router ID syntax.Martin Mares2000-05-161-1/+1
* Don't segfault when someone adds passwords.Pavel Machek2000-05-161-0/+2
* Password same now actually worksPavel Machek2000-05-161-0/+2
* Don't log state changes if nothing user-visible has changed.Martin Mares2000-05-162-1/+12
* Cleanup of configuration.Martin Mares2000-05-151-1/+1
* Added `show route for <prefix-or-ipa>' which looks up route leading toMartin Mares2000-05-132-2/+12
* Added fib_route() which does (although very slow) lookup of longest-matchMartin Mares2000-05-132-1/+19
* Unified parsing of prefixes.Martin Mares2000-05-131-6/+5
* Changed semantics of the rt_update hook. The attribute list we pass nowMartin Mares2000-05-132-6/+18
* Fixed nasty segfault in rip.Pavel Machek2000-05-111-0/+1
* password_same utility functionPavel Machek2000-05-102-0/+9