aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Info about client. (Mj, if you tell me that's trivial, what about youPavel Machek2000-05-291-0/+10
* Added "what is router" to introduction.Pavel Machek2000-05-291-5/+18
* Spelling fixes.Martin Mares2000-05-291-8/+35
* Kosmetic change in debugging.Ondrej Filip2000-05-281-1/+1
* get_route_info() added.Ondrej Filip2000-05-282-7/+21
* Documentation update.Pavel Machek2000-05-282-34/+143
* To find out a type of route (external, inter/intra area)Ondrej Filip2000-05-281-0/+4
* get_status() implemented.Ondrej Filip2000-05-281-1/+23
* Just added some debug().Ondrej Filip2000-05-281-1/+1
* Better shutdown. (Flush my own router LSA and send 1WAY to every neighbor.)Ondrej Filip2000-05-275-12/+54
* Originating of external LSA.Ondrej Filip2000-05-273-2/+84
* Import control implemented.Ondrej Filip2000-05-262-1/+14
* Spell checking.Pavel Machek2000-05-251-11/+11
* Text version generated from lynx looks as ugly as hell, sgml is much betterPavel Machek2000-05-252-1/+8
* Add section about routing tables.Pavel Machek2000-05-251-0/+10
* Cleaned up warnings.Pavel Machek2000-05-253-21/+15
* Add section about utility functions in filtersPavel Machek2000-05-251-5/+25
* Description of types needed for BGP.Pavel Machek2000-05-251-12/+22
* Use ? in path matching to avoid /* trap.Pavel Machek2000-05-253-4/+4
* SGML correctness fix.Pavel Machek2000-05-251-2/+2
* Some more documentation, plus minor fixes.Pavel Machek2000-05-251-44/+76
* Fixed comment not to be misleading.Pavel Machek2000-05-251-1/+1
* Get Linux version from <linux/version.h>, not `uname -r`.Martin Mares2000-05-202-33/+55
* Routing table garbage collector gets really called.Martin Mares2000-05-191-6/+6
* Fixed a very nasty bug in FIB iterators.Martin Mares2000-05-192-3/+1
* Don't print trace messages about null updates.Martin Mares2000-05-191-4/+14
* 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
* Latest changes by Pavel have removed the error messages printed afterMartin Mares2000-05-191-1/+1
* If community list is not defined, act as it is empty.Pavel Machek2000-05-191-4/+13
* Less error messages in case sk_open fails.Pavel Machek2000-05-191-5/+11
* Added name of protocol to messages being logged.Pavel Machek2000-05-191-21/+16
* More updates.Pavel Machek2000-05-191-9/+30
* Improve docs of log statment, improve markup.Pavel Machek2000-05-191-7/+10
* Descriptive lists rendered better in TeX.Pavel Machek2000-05-191-2/+2
* Some spellchecking, and use right tags for right things.Pavel Machek2000-05-191-19/+19
* BGP now reports originating AS and origin type in get_route_info().Martin Mares2000-05-194-5/+16
* Added as_path_get_first().Martin Mares2000-05-192-0/+29
* Commented out the `inserting entry which is already there' message sinceMartin Mares2000-05-191-0/+3
* Fixed a buglet in asynchronous feeding and increased maximum numberMartin Mares2000-05-191-6/+7
* Asynchronous feeding of protocols.Martin Mares2000-05-195-39/+101
* Smal debug bugfix.Ondrej Filip2000-05-171-1/+1
* Minor cleaningPavel Machek2000-05-172-2/+1
* rte_same implemented.Ondrej Filip2000-05-172-0/+13
* rte_better implemented.Ondrej Filip2000-05-172-0/+31
* Finished cleanng up mess: multiplication reinstalled.Pavel Machek2000-05-171-0/+18
* Don't die, if you receive strange LSA.Ondrej Filip2000-05-171-2/+3
* Typo in comment.Ondrej Filip2000-05-171-1/+1
* Downing of interface should work.Ondrej Filip2000-05-163-30/+64
* Calculation of external routes finally works.Ondrej Filip2000-05-161-15/+32