summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2000-05-19Improve docs of log statment, improve markup.Pavel Machek
2000-05-19Descriptive lists rendered better in TeX.Pavel Machek
2000-05-19Some spellchecking, and use right tags for right things.Pavel Machek
2000-05-19BGP now reports originating AS and origin type in get_route_info().Martin Mares
2000-05-19Added as_path_get_first().Martin Mares
2000-05-19Commented out the `inserting entry which is already there' message sinceMartin Mares
2000-05-19Fixed a buglet in asynchronous feeding and increased maximum numberMartin Mares
2000-05-19Asynchronous feeding of protocols.Martin Mares
2000-05-17Smal debug bugfix.Ondrej Filip
2000-05-17Minor cleaningPavel Machek
2000-05-17rte_same implemented.Ondrej Filip
2000-05-17rte_better implemented.Ondrej Filip
2000-05-17Finished cleanng up mess: multiplication reinstalled.Pavel Machek
2000-05-17Don't die, if you receive strange LSA.Ondrej Filip
2000-05-17Typo in comment.Ondrej Filip
2000-05-17Downing of interface should work.Ondrej Filip
2000-05-17Calculation of external routes finally works.Ondrej Filip
2000-05-17Ehmm, removed 'if(1 || ...' so I can test the second part .Ondrej Filip
2000-05-17Fixed the horrible mess Pavel has created with his last commit.Martin Mares
2000-05-17Routing table calculation for ext LSAs having next-hop=!0.0.0.0Ondrej Filip
2000-05-16Line numbers for runtime errors (what's wrong with cvs? I could notPavel Machek
2000-05-16More additions to documentation and spellchecking.Pavel Machek
2000-05-16Turned off LOCAL_DEBUG.Martin Mares
2000-05-16Fixed incorrect error message about router ID syntax.Martin Mares
2000-05-16Interface dummy is too strange for me... but psst, that's secret.Pavel Machek
2000-05-16Poisoning: take there...Martin Mares
2000-05-16Don't segfault when someone adds passwords.Pavel Machek
2000-05-16Password same now actually worksPavel Machek
2000-05-16Rip should now reconfigure itself only if needed.Pavel Machek
2000-05-16Resolved shift/reduce conflictPavel Machek
2000-05-16Oops, the poison was too deadly...Martin Mares
2000-05-16Added poisoning of free'd objects when we're debugging.Martin Mares
2000-05-16Don't log state changes if nothing user-visible has changed.Martin Mares
2000-05-16When in persist mode, don't delete routes from kernel tables even ifMartin Mares
2000-05-15Allow other operations than +.Pavel Machek
2000-05-15bgp_get_status: If protocol is down, don't print BGP state.Martin Mares
2000-05-15Allow accessing defined symbols.Pavel Machek
2000-05-15Changed syntax of expressions. Each `expr' can be now either a numeric literalMartin Mares
2000-05-15Use new eval mechanism for testing filters.Pavel Machek
2000-05-15Cleanup of configuration.Martin Mares
2000-05-15Got rid of startup functions and filters_postconfig().Martin Mares
2000-05-15Added f_eval_int() and EVAL configuration command.Martin Mares
2000-05-13Added `show route for <prefix-or-ipa>' which looks up route leading toMartin Mares
2000-05-13Added fib_route() which does (although very slow) lookup of longest-matchMartin Mares
2000-05-13Added prefix_or_ipa.Martin Mares
2000-05-13Unified parsing of prefixes.Martin Mares
2000-05-13Adapted to new rt_notify semantics.Martin Mares
2000-05-13Manual enable/disable works right.Martin Mares
2000-05-13Changed semantics of the rt_update hook. The attribute list we pass nowMartin Mares
2000-05-12Documentation fixes suggested by mjPavel Machek