summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2003-04-06Updated the documentation building tools to work with a recent ↵Martin Mares
linuxdoc-tools package. Note that this is (and always was) a terrible hack and we really should replace it with something reasonable which wouldn't need changing every time linuxdoc-tools evolve. I also needed to include a patched version of LinuxDocTools.pm, because the original one explicitly refused to work with a non-linuxdoc DTD. The authors of linuxdoc recommend to use sgmltools-lite in such cases, but it would mean rewritting our formatting rules to the DSSSL language which I don't dare to speak about here :)
2003-04-06Added release history.Martin Mares
2003-04-06Bug fixes to authentication code by Eric Leblond <eleblond@init-sys.com>.Martin Mares
2003-02-27Prefix comparison bug (hopefully) fixed.Martin Mares
2003-02-23Updated a comment.Martin Mares
2003-02-23Current Linux kernels don't remember rtm_protocol for IPv6 routes and supply ↵Martin Mares
RTPROT_BOOT instead. Work around that.
2003-02-22Better selection of link-local NLRI addresses, at least for our ownMartin Mares
address. Need to do it better for the other neighbors -- the current solution works only if they use the standard 64+64 global addresses and the interface identifier in lower 64 bits is the same as for the link-scope addresses.
2003-02-22There can be multiple primary addresses with different scopesMartin Mares
and only the highest scope one has IA_PRIMARY set, so report the remaining ones as "Unselected".
2003-02-22Report link-scope addresses as well.Martin Mares
2003-02-22Temporary fix for BGP protocol capability announcement for IPv6 mode.Martin Mares
2003-02-22Fixed length check miscalculation in IPv6 receive path.Martin Mares
2002-11-13ABS should be a macro.Martin Mares
2002-11-13Added missing includes.Martin Mares
2002-11-13Added missing semicolons.Martin Mares
2002-11-13Don't use obsolete functions which are no longer declared in the header.Martin Mares
2002-11-13Added missing #include and wondering how could it ever compile.Martin Mares
2002-09-21Password does not need to be null-terminated, do not print garbage inPavel Machek
such case. Thanks to silvio@big.net.
2002-04-03Small typo fixed.Ondrej Filip
2002-03-10Applied Pavel's fix for broadcast/multicast mode.Martin Mares
2002-03-04Age LSA DB after LSA origination and before routing table calculation.Ondrej Filip
2002-03-04New trace added.Ondrej Filip
2001-12-07Bugfix in router importation.Ondrej Filip
2001-12-07Small bugfix in RIP documentation.Ondrej Filip
2001-08-21Removed some useless (hope!) code in next hop calculation.Ondrej Filip
2001-08-21Finally, next hop problem fixed.Ondrej Filip
2001-08-21Useless trace.Ondrej Filip
2001-08-21Hope, bug in next hop calculation for stub routes fixed.Ondrej Filip
2001-08-19Fix %<something>I format strings.Martin Mares
2001-08-19IP address formatting now uses the same rules as formatting of stringsMartin Mares
with two exceptions: o Any non-zero field width is automatically replaced by standard IP address width. This hides dependences on IPv4/IPv6. o %#I generates hexadecimal form of the address. Therefore |%I| generates unpadded format, |%1I| full size flush-right, and |%-1I| full size flush-left format.
2001-08-12Dokumented switch network.Ondrej Filip
2001-08-12Area networks added into configuration.Ondrej Filip
2001-08-11Changed definition of stub area.Ondrej Filip
2001-08-11Bugfix in B-bit setting in router LSA.Ondrej Filip
2001-08-11I will not originate the same lsa before MINLSINTERVAL.Ondrej Filip
2001-08-03Don't loop forever when trying to skip an out-sequence netlink reply.Martin Mares
2001-06-12Install route into main routing table just if it's necessary.Ondrej Filip
2001-06-09Yes, 1.0.5 released.Ondrej Filip
2001-06-09Added comments.Ondrej Filip
2001-06-09Bug in next-hop calculation fixed. (For dual connected neighbors.)Ondrej Filip
2001-04-09Patch from David Rohleder <davro@ics.muni.cz> thanx.Ondrej Filip
2001-03-06Fixed <time.h> vs. <sys/time.h> problems.Martin Mares
2001-02-20Fixed duplicity in log category numbering.Martin Mares
Thanks to Zheng Yuan for spotting this.
2001-01-19Added paper for my talk about BIRD at SLT 2001.Martin Mares
2001-01-17Bug fix from Zheng Yuan <zyuan1@cig.mot.com>.Martin Mares
2001-01-15Added an explanatory comment.Martin Mares
2001-01-08Fixed infinite recursion in password_same.Martin Mares
Pavel, please check.
2000-12-14Hmm, nasty bug, LSUPD was not well flooded via PTP interfaces. :-(Ondrej Filip
2000-11-22Small bugfix in ext routes calculation.Ondrej Filip
2000-11-08Yet another nasty bugfix of iface_patts_equal().Ondrej Filip
2000-11-08Bugfix in iface_patts_equal.Ondrej Filip
When both patterns were NULL strcmp it sigfaulted.