summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2000-11-08Bugfix in iface_patts_equal.Ondrej Filip
When both patterns were NULL strcmp it sigfaulted.
2000-09-09Minor rpm changes to make RedHat happy.Ondrej Filip
2000-09-04Fixed many bugs in rt calculation and interface adding. Now it seems to beOndrej Filip
OK, I'm going to advertise 1.0.4.
2000-09-04I allocate struct ifa before unlocking. So route exported to OSPF are correct.Ondrej Filip
I work also with interfaces that have some problems with socket opening. I declare them as stub.
2000-09-04Serious bug in ext lsa origination found. Going for 1.0.4.Ondrej Filip
2000-09-03Some misspells.Ondrej Filip
2000-09-03Version 1.0.3.Ondrej Filip
2000-09-03Version 1.0.3 released.Ondrej Filip
2000-09-03Another atrey->atrey.karlin.mff.cuni.czOndrej Filip
2000-09-03Log some unusual situation.Ondrej Filip
2000-09-03Small bugfix. (Use atrey.karlin.... instead of atrey.)Ondrej Filip
2000-09-02Added stub interface. (Interface which is propagated to OSPF butOndrej Filip
it does not sends nor listens packets.) I added some new options, please look at it and look into doc if it's OK.
2000-09-02Reconfigure poll interval.Ondrej Filip
2000-09-02Reconfiguration for new options.Ondrej Filip
2000-09-02More examples.Ondrej Filip
2000-09-02Added hellos on NBMA networks. (I don't violate RFC now.)Ondrej Filip
2000-08-28Better ospf metric explanation.Ondrej Filip
2000-08-28Bugfix in ext lsa importing.Ondrej Filip
2000-08-25Minor bug. It does not work on non RH systems. Thanx toOndrej Filip
Craig Bourne <cbourne@cbourne.com>
2000-08-24Added files for RPM building.Ondrej Filip
2000-08-23Released as version 1.0.2.Ondrej Filip
2000-08-18Typo.Ondrej Filip
2000-08-18Fixed bug in nex hop calculation of external routes.Ondrej Filip
2000-08-18Just formatting.Ondrej Filip
2000-08-17Stupid bug in next hop calculation of external routes.Ondrej Filip
2000-08-16Typo in rte_better.Ondrej Filip
2000-08-16My calculation of external routes violated rfc. :-(Ondrej Filip
2000-08-16Bug in rte_better.Ondrej Filip
2000-06-26Added slides for our presentation, but don't export them to theMartin Mares
distribution tarball -- they are in Czech and therefore of no use to almost anybody :(
2000-06-22Include CVS ChangeLog in the distributionMartin Mares
2000-06-22Released as version 1.0.1.Martin Mares
2000-06-21RIP bugfixPavel Machek
2000-06-21Check broadcast address sanity before believing it.Martin Mares
2000-06-20Don't accept incoming connections when the neighbor is not up.Martin Mares
2000-06-20If compiled with --enable-debug, don't even try to log to syslog unlessMartin Mares
the user forces it in the config file.
2000-06-19Routing table calculation clean up.Ondrej Filip
2000-06-18Fix numbering of routing tables in IPv6 version.Martin Mares
2000-06-17Use our own SUN_LEN if libc doesn't provide it.Martin Mares
2000-06-13Bugfix in logging.Ondrej Filip
2000-06-09bird-1.0.0 has been released.Martin Mares
2000-06-09During initialization, log to both syslog and stderr. When a configurationMartin Mares
file has been read and it doesn't specify any logging, log to syslog only (if syslog is not available, then stderr).
2000-06-09Use SUN_LEN() for length of UNIX domain addresses. This should fix problemsMartin Mares
with connection to clients on libc5 machines.
2000-06-09Shut up an uninitialized variable warning.Martin Mares
2000-06-09Added a `What is missing' section.Martin Mares
2000-06-09Before building distribution tarballs, make distclean first.Martin Mares
2000-06-09Released as 1.0.0, but marked it as a BETA version.Martin Mares
2000-06-09Proper building and installation of documentation in the Makefiles.Martin Mares
2000-06-08Nasty bug in LSA refreshing. I didn't refesh my own copy! :-(Ondrej Filip
2000-06-08Acknoledge your own premature aged LSA.Ondrej Filip
2000-06-08Don't send dbdes before rtlsa origination.Ondrej Filip