]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
2000-05-16  Ondrej FilipCalculation of external routes finally works.
2000-05-16  Ondrej FilipEhmm, removed 'if(1 || ...' so I can test the second...
2000-05-16  Martin MaresFixed the horrible mess Pavel has created with his...
2000-05-16  Ondrej FilipRouting table calculation for ext LSAs having next...
2000-05-16  Pavel MachekLine numbers for runtime errors (what's wrong with...
2000-05-16  Pavel MachekMore additions to documentation and spellchecking.
2000-05-16  Martin MaresTurned off LOCAL_DEBUG.
2000-05-16  Martin MaresFixed incorrect error message about router ID syntax.
2000-05-16  Pavel MachekInterface dummy is too strange for me... but psst,...
2000-05-16  Martin MaresPoisoning: take there...
2000-05-16  Pavel MachekDon't segfault when someone adds passwords.
2000-05-16  Pavel MachekPassword same now actually works
2000-05-16  Pavel MachekRip should now reconfigure itself only if needed.
2000-05-16  Pavel MachekResolved shift/reduce conflict
2000-05-16  Martin MaresOops, the poison was too deadly...
2000-05-16  Martin MaresAdded poisoning of free'd objects when we're debugging.
2000-05-16  Martin MaresDon't log state changes if nothing user-visible has...
2000-05-16  Martin MaresWhen in persist mode, don't delete routes from kernel...
2000-05-15  Pavel MachekAllow other operations than +.
2000-05-15  Martin Maresbgp_get_status: If protocol is down, don't print BGP...
2000-05-15  Pavel MachekAllow accessing defined symbols.
2000-05-15  Martin MaresChanged syntax of expressions. Each `expr' can be now...
2000-05-15  Pavel MachekUse new eval mechanism for testing filters.
2000-05-15  Martin MaresCleanup of configuration.
2000-05-15  Martin MaresGot rid of startup functions and filters_postconfig().
2000-05-15  Martin MaresAdded f_eval_int() and EVAL configuration command.
2000-05-13  Martin MaresAdded `show route for <prefix-or-ipa>' which looks...
2000-05-13  Martin MaresAdded fib_route() which does (although very slow) looku...
2000-05-13  Martin MaresAdded prefix_or_ipa.
2000-05-13  Martin MaresUnified parsing of prefixes.
2000-05-13  Martin MaresAdapted to new rt_notify semantics.
2000-05-13  Martin MaresManual enable/disable works right.
2000-05-13  Martin MaresChanged semantics of the rt_update hook. The attribute...
2000-05-12  Pavel MachekDocumentation fixes suggested by mj
2000-05-12  Ondrej FilipCalculation of external routes works. :-)
2000-05-11  Ondrej FilipMinor changes.
2000-05-11  Ondrej FilipBugfix in flooding. (bad size)
2000-05-11  Ondrej FilipBetter debugging.
2000-05-11  Ondrej FilipBugfix in network LSA originating.
2000-05-11  Martin MaresUpdated README, generating the first alpha release.
2000-05-11  Martin MaresMulticast problems should be gone, although the fix...
2000-05-11  Martin MaresSeveral minor RIP changes (Pavel, please check as usually):
2000-05-11  Martin MaresIf a broadcast address is missing, go fake one.
2000-05-11  Martin MaresUse correct flags for the LOCAL_PREF attribute.
2000-05-11  Pavel MachekCritical files from linuxdoc1 distribution checked in.
2000-05-11  Pavel MachekUse <m> instead of <i> in bird.sgml, fix url references.
2000-05-11  Pavel MachekDon't include Rules: they are not needed and break...
2000-05-11  Pavel MachekFixed nasty segfault in rip.
2000-05-11  Pavel MachekSome more paranoia into rip_insert and rip_delete
2000-05-11  Pavel MachekUnused variable killed.
2000-05-10  Ondrej FilipTest better lsa size.
2000-05-10  Ondrej FilipBe more verbose.
2000-05-10  Ondrej FilipBugfix in (B)DR election.
2000-05-10  Ondrej FilipMore robust tests in packet receiving.
2000-05-10  Ondrej FilipSome better lsa checking added.
2000-05-10  Ondrej FilipOut dump deleted.
2000-05-10  Pavel Machekuse password_same utility function
2000-05-10  Pavel Machekpassword_same utility function
2000-05-10  Ondrej FilipEver test possibility of forming of adjacency.
2000-05-10  Pavel MachekInlined metric and mode into struct rip_interface to...
2000-05-10  Pavel Machekrip_reconfigure done right
2000-05-10  Pavel Machekipa_same does not exist.
2000-05-10  Pavel MachekNicer messages from rip.
2000-05-10  Pavel MachekUse ea_get_int instead of ea_find.
2000-05-10  Ondrej FilipDestroying of neighbor moved from 'hello' to 'neighbor...
2000-05-10  Pavel MachekReconfigure hook copied from bgp.
2000-05-10  Pavel MachekSend first udpate sooner.
2000-05-10  Pavel MachekOnly announce change to main routing table if it is...
2000-05-10  Ondrej FilipBetter dumping.
2000-05-10  Pavel MachekDon't touch used memory.
2000-05-10  Ondrej FilipBugfix in ip_addr endianity.
2000-05-10  Pavel MachekKilled unused variable.
2000-05-10  Ondrej FilipBug in (B)DR election fixed.
2000-05-10  Pavel MachekYou can now say "mode multicast".
2000-05-10  Ondrej FilipChange u32 to ip_addr in ext lsa.
2000-05-10  Ondrej FilipCalculation of external routes.
2000-05-10  Pavel MachekFix segfaults by using new ea_get_int.
2000-05-10  Pavel MachekAdded more convient interface for ea_find.
2000-05-09  Ondrej FilipFIXME's removed by deleting them. :-)
2000-05-09  Ondrej FilipPremature aging of self-originated LSA received in...
2000-05-09  Ondrej FilipBetter dumping.
2000-05-09  Ondrej FilipBugfix in lsrt slist adding.
2000-05-09  Ondrej FilipFlushing of old LSAs added.
2000-05-09  Ondrej FilipBackup seen is not called so often.
2000-05-09  Ondrej FilipDon't send flushed LSAs.
2000-05-09  Ondrej FilipMany bugfixes. (I added one entry twice to slist.)
2000-05-09  Ondrej FilipMany bugfixes. Actually, how could this ever work? :-)
2000-05-09  Ondrej FilipBug fix in sending updates.
2000-05-09  Ondrej FilipBugfix in testing of possibility of adjacency.
2000-05-09  Ondrej FilipBetter dumping.
2000-05-09  Ondrej FilipBugfix in hello.
2000-05-09  Ondrej FilipSmall cleanup.
2000-05-09  Ondrej FilipSorry, it didn't compile. :-(
2000-05-09  Ondrej FilipAnother bugfix in neighbor state machine.
2000-05-09  Ondrej FilipSmall bug in neighbor state machine.
2000-05-09  Ondrej FilipJust added declaration of AS Ext routes calculation.
2000-05-08  Ondrej FilipDo not stop lsrr_timer in FULL state. Use it for retran...
2000-05-08  Ondrej FilipSome changes in debugging.
2000-05-08  Ondrej FilipFixed some FIXME's by deleting them. :-)
2000-05-08  Ondrej FilipUseless '\n' in log()
next