aboutsummaryrefslogtreecommitdiffstats
path: root/proto
Commit message (Expand)AuthorAgeFilesLines
* Added skeleton Doc files for the whole developer's documentation.Martin Mares2000-05-056-0/+12
* Removed RTS_RIP_EXT.Martin Mares2000-05-041-1/+1
* #ifdef out lots of debugging information.Martin Mares2000-05-042-15/+0
* Unused variables in IPv6 code.Martin Mares2000-05-041-2/+0
* Removed a lot of unused variables.Martin Mares2000-05-041-3/+0
* Spelling fixes.Pavel Machek2000-05-043-23/+23
* IPv6 BGP support finished. Also simplified the BGP stuff a bit.Martin Mares2000-05-043-87/+152
* Receive-only IPv6 BGP.Martin Mares2000-05-043-64/+261
* Bugfix in Network lsa originatingOndrej Filip2000-05-047-155/+123
* Test for "flushing" added.Ondrej Filip2000-05-032-8/+6
* Cleanup of code. Some arguments of functions were useless.Ondrej Filip2000-05-035-19/+24
* Testing if I can flush LSA from database.Ondrej Filip2000-05-032-0/+33
* Better rt and net originating.Ondrej Filip2000-05-035-18/+41
* Originating of network LSA.Ondrej Filip2000-05-023-2/+58
* Adding InfTransDelay for outgoing lsa.Ondrej Filip2000-05-023-6/+13
* Aging of lsa database added.Ondrej Filip2000-05-025-8/+70
* Route calculation for stub networks.Ondrej Filip2000-05-022-0/+89
* Defined format specifier `%M' which behaves as `%m', but takes theMartin Mares2000-05-022-2/+5
* Full protocol tracing.Martin Mares2000-05-024-42/+61
* Handle redistribution of unknown attributes correctly.Martin Mares2000-05-021-7/+15
* Many small changes and bug fixes. Routing table calculation works.Ondrej Filip2000-04-309-76/+167
* Moved documentation to top of file, where it belongs.Pavel Machek2000-04-301-19/+24
* Sync with nest's rt table and some minor improvements.Ondrej Filip2000-04-309-24/+84
* RT calculation strongly simplified. Now, I don't need anyOndrej Filip2000-04-304-109/+39
* Calculating of nexts hop(s) added.Ondrej Filip2000-04-293-10/+65
* IpV6 now actually compiles.Pavel Machek2000-04-291-3/+10
* The `bgp_origin' attribute is now an enum.Martin Mares2000-04-283-5/+15
* Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines,Martin Mares2000-04-282-0/+4
* Killed fixme: I already fixed it.Pavel Machek2000-04-281-13/+0
* Provide rip_get_attr, how do I test it?Pavel Machek2000-04-281-11/+37
* Add sample documentation to rip.Pavel Machek2000-04-281-3/+11
* Some more fixes for attributeless UPDATEs.Martin Mares2000-04-271-0/+3
* Path attribute can be missing if we process a packet with empty NLRI section.Martin Mares2000-04-271-2/+1
* Handle connect errors correctly.Martin Mares2000-04-271-1/+3
* Stub networks done.Ondrej Filip2000-04-261-4/+40
* Nets are used before routers.Ondrej Filip2000-04-261-1/+2
* IBGP fixes.Martin Mares2000-04-262-7/+16
* Routing table calculation. Dijkstra done.Ondrej Filip2000-04-268-10/+191
* Use right address for ripv6.Pavel Machek2000-04-261-2/+17
* Cleanup in preparation for ipv6.Pavel Machek2000-04-262-8/+13
* Implemented automatic restart after error with all the timers needed.Martin Mares2000-04-253-16/+74
* Avoid printing of error messages on Cease notifications.Martin Mares2000-04-251-1/+3
* Randomize timers properly.Martin Mares2000-04-251-2/+5
* Support dynamic reconfiguration.Martin Mares2000-04-252-4/+15
* Use the same attribute names as in filters.Martin Mares2000-04-251-2/+2
* When sending BGP attributes, re-create the flags, so that attributesMartin Mares2000-04-251-0/+2
* Better reporting of both local and remote errors.Martin Mares2000-04-254-52/+109
* Real parsing of BGP OPEN options including capabilityMartin Mares2000-04-251-2/+40
* LOCAL_PREF is now always present and exported over all ibgp connections [draft]Martin Mares2000-04-214-9/+31
* If no NLRI's are present in an UPDATE message, parse the attributes, butMartin Mares2000-04-213-13/+16