2000-05-16 |
Ondrej Filip | Calculation of external routes finally works. |
commit | commitdiff | tree |
2000-05-16 |
Ondrej Filip | Ehmm, removed 'if(1 || ...' so I can test the second... |
commit | commitdiff | tree |
2000-05-16 |
Martin Mares | Fixed the horrible mess Pavel has created with his... |
commit | commitdiff | tree |
2000-05-16 |
Ondrej Filip | Routing table calculation for ext LSAs having next... |
commit | commitdiff | tree |
2000-05-16 |
Pavel Machek | Line numbers for runtime errors (what's wrong with... |
commit | commitdiff | tree |
2000-05-16 |
Pavel Machek | More additions to documentation and spellchecking. |
commit | commitdiff | tree |
2000-05-16 |
Martin Mares | Turned off LOCAL_DEBUG. |
commit | commitdiff | tree |
2000-05-16 |
Martin Mares | Fixed incorrect error message about router ID syntax. |
commit | commitdiff | tree |
2000-05-16 |
Pavel Machek | Interface dummy is too strange for me... but psst,... |
commit | commitdiff | tree |
2000-05-16 |
Martin Mares | Poisoning: take there... |
commit | commitdiff | tree |
2000-05-16 |
Pavel Machek | Don't segfault when someone adds passwords. |
commit | commitdiff | tree |
2000-05-16 |
Pavel Machek | Password same now actually works |
commit | commitdiff | tree |
2000-05-16 |
Pavel Machek | Rip should now reconfigure itself only if needed. |
commit | commitdiff | tree |
2000-05-16 |
Pavel Machek | Resolved shift/reduce conflict |
commit | commitdiff | tree |
2000-05-16 |
Martin Mares | Oops, the poison was too deadly... |
commit | commitdiff | tree |
2000-05-16 |
Martin Mares | Added poisoning of free'd objects when we're debugging. |
commit | commitdiff | tree |
2000-05-16 |
Martin Mares | Don't log state changes if nothing user-visible has... |
commit | commitdiff | tree |
2000-05-16 |
Martin Mares | When in persist mode, don't delete routes from kernel... |
commit | commitdiff | tree |
2000-05-15 |
Pavel Machek | Allow other operations than +. |
commit | commitdiff | tree |
2000-05-15 |
Martin Mares | bgp_get_status: If protocol is down, don't print BGP... |
commit | commitdiff | tree |
2000-05-15 |
Pavel Machek | Allow accessing defined symbols. |
commit | commitdiff | tree |
2000-05-15 |
Martin Mares | Changed syntax of expressions. Each `expr' can be now... |
commit | commitdiff | tree |
2000-05-15 |
Pavel Machek | Use new eval mechanism for testing filters. |
commit | commitdiff | tree |
2000-05-15 |
Martin Mares | Cleanup of configuration. |
commit | commitdiff | tree |
2000-05-15 |
Martin Mares | Got rid of startup functions and filters_postconfig(). |
commit | commitdiff | tree |
2000-05-15 |
Martin Mares | Added f_eval_int() and EVAL configuration command. |
commit | commitdiff | tree |
2000-05-13 |
Martin Mares | Added `show route for <prefix-or-ipa>' which looks... |
commit | commitdiff | tree |
2000-05-13 |
Martin Mares | Added fib_route() which does (although very slow) looku... |
commit | commitdiff | tree |
2000-05-13 |
Martin Mares | Added prefix_or_ipa. |
commit | commitdiff | tree |
2000-05-13 |
Martin Mares | Unified parsing of prefixes. |
commit | commitdiff | tree |
2000-05-13 |
Martin Mares | Adapted to new rt_notify semantics. |
commit | commitdiff | tree |
2000-05-13 |
Martin Mares | Manual enable/disable works right. |
commit | commitdiff | tree |
2000-05-13 |
Martin Mares | Changed semantics of the rt_update hook. The attribute... |
commit | commitdiff | tree |
2000-05-12 |
Pavel Machek | Documentation fixes suggested by mj |
commit | commitdiff | tree |
2000-05-12 |
Ondrej Filip | Calculation of external routes works. :-) |
commit | commitdiff | tree |
2000-05-11 |
Ondrej Filip | Minor changes. |
commit | commitdiff | tree |
2000-05-11 |
Ondrej Filip | Bugfix in flooding. (bad size) |
commit | commitdiff | tree |
2000-05-11 |
Ondrej Filip | Better debugging. |
commit | commitdiff | tree |
2000-05-11 |
Ondrej Filip | Bugfix in network LSA originating. |
commit | commitdiff | tree |
2000-05-11 |
Martin Mares | Updated README, generating the first alpha release. |
commit | commitdiff | tree |
2000-05-11 |
Martin Mares | Multicast problems should be gone, although the fix... |
commit | commitdiff | tree |
2000-05-11 |
Martin Mares | Several minor RIP changes (Pavel, please check as usually): |
commit | commitdiff | tree |
2000-05-11 |
Martin Mares | If a broadcast address is missing, go fake one. |
commit | commitdiff | tree |
2000-05-11 |
Martin Mares | Use correct flags for the LOCAL_PREF attribute. |
commit | commitdiff | tree |
2000-05-11 |
Pavel Machek | Critical files from linuxdoc1 distribution checked in. |
commit | commitdiff | tree |
2000-05-11 |
Pavel Machek | Use <m> instead of <i> in bird.sgml, fix url references. |
commit | commitdiff | tree |
2000-05-11 |
Pavel Machek | Don't include Rules: they are not needed and break... |
commit | commitdiff | tree |
2000-05-11 |
Pavel Machek | Fixed nasty segfault in rip. |
commit | commitdiff | tree |
2000-05-11 |
Pavel Machek | Some more paranoia into rip_insert and rip_delete |
commit | commitdiff | tree |
2000-05-11 |
Pavel Machek | Unused variable killed. |
commit | commitdiff | tree |
2000-05-10 |
Ondrej Filip | Test better lsa size. |
commit | commitdiff | tree |
2000-05-10 |
Ondrej Filip | Be more verbose. |
commit | commitdiff | tree |
2000-05-10 |
Ondrej Filip | Bugfix in (B)DR election. |
commit | commitdiff | tree |
2000-05-10 |
Ondrej Filip | More robust tests in packet receiving. |
commit | commitdiff | tree |
2000-05-10 |
Ondrej Filip | Some better lsa checking added. |
commit | commitdiff | tree |
2000-05-10 |
Ondrej Filip | Out dump deleted. |
commit | commitdiff | tree |
2000-05-10 |
Pavel Machek | use password_same utility function |
commit | commitdiff | tree |
2000-05-10 |
Pavel Machek | password_same utility function |
commit | commitdiff | tree |
2000-05-10 |
Ondrej Filip | Ever test possibility of forming of adjacency. |
commit | commitdiff | tree |
2000-05-10 |
Pavel Machek | Inlined metric and mode into struct rip_interface to... |
commit | commitdiff | tree |
2000-05-10 |
Pavel Machek | rip_reconfigure done right |
commit | commitdiff | tree |
2000-05-10 |
Pavel Machek | ipa_same does not exist. |
commit | commitdiff | tree |
2000-05-10 |
Pavel Machek | Nicer messages from rip. |
commit | commitdiff | tree |
2000-05-10 |
Pavel Machek | Use ea_get_int instead of ea_find. |
commit | commitdiff | tree |
2000-05-10 |
Ondrej Filip | Destroying of neighbor moved from 'hello' to 'neighbor... |
commit | commitdiff | tree |
2000-05-10 |
Pavel Machek | Reconfigure hook copied from bgp. |
commit | commitdiff | tree |
2000-05-10 |
Pavel Machek | Send first udpate sooner. |
commit | commitdiff | tree |
2000-05-10 |
Pavel Machek | Only announce change to main routing table if it is... |
commit | commitdiff | tree |
2000-05-10 |
Ondrej Filip | Better dumping. |
commit | commitdiff | tree |
2000-05-10 |
Pavel Machek | Don't touch used memory. |
commit | commitdiff | tree |
2000-05-10 |
Ondrej Filip | Bugfix in ip_addr endianity. |
commit | commitdiff | tree |
2000-05-10 |
Pavel Machek | Killed unused variable. |
commit | commitdiff | tree |
2000-05-10 |
Ondrej Filip | Bug in (B)DR election fixed. |
commit | commitdiff | tree |
2000-05-10 |
Pavel Machek | You can now say "mode multicast". |
commit | commitdiff | tree |
2000-05-10 |
Ondrej Filip | Change u32 to ip_addr in ext lsa. |
commit | commitdiff | tree |
2000-05-10 |
Ondrej Filip | Calculation of external routes. |
commit | commitdiff | tree |
2000-05-10 |
Pavel Machek | Fix segfaults by using new ea_get_int. |
commit | commitdiff | tree |
2000-05-10 |
Pavel Machek | Added more convient interface for ea_find. |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | FIXME's removed by deleting them. :-) |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Premature aging of self-originated LSA received in... |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Better dumping. |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Bugfix in lsrt slist adding. |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Flushing of old LSAs added. |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Backup seen is not called so often. |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Don't send flushed LSAs. |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Many bugfixes. (I added one entry twice to slist.) |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Many bugfixes. Actually, how could this ever work? :-) |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Bug fix in sending updates. |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Bugfix in testing of possibility of adjacency. |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Better dumping. |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Bugfix in hello. |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Small cleanup. |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Sorry, it didn't compile. :-( |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Another bugfix in neighbor state machine. |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Small bug in neighbor state machine. |
commit | commitdiff | tree |
2000-05-09 |
Ondrej Filip | Just added declaration of AS Ext routes calculation. |
commit | commitdiff | tree |
2000-05-08 |
Ondrej Filip | Do not stop lsrr_timer in FULL state. Use it for retran... |
commit | commitdiff | tree |
2000-05-08 |
Ondrej Filip | Some changes in debugging. |
commit | commitdiff | tree |
2000-05-08 |
Ondrej Filip | Fixed some FIXME's by deleting them. :-) |
commit | commitdiff | tree |
2000-05-08 |
Ondrej Filip | Useless '\n' in log() |
commit | commitdiff | tree |
next |