Commit graph

  • abf06173a3 Current Linux kernels don't remember rtm_protocol for IPv6 routes and supply RTPROT_BOOT instead. Work around that. Martin Mares 2003-02-22 23:06:32 +0000
  • 11d4474c17 Better selection of link-local NLRI addresses, at least for our own 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. Martin Mares 2003-02-22 22:47:45 +0000
  • 7b7a7b43a6 There can be multiple primary addresses with different scopes and only the highest scope one has IA_PRIMARY set, so report the remaining ones as "Unselected". Martin Mares 2003-02-22 22:39:06 +0000
  • 8001948b43 Report link-scope addresses as well. Martin Mares 2003-02-22 22:38:15 +0000
  • 8c92bf6a0d Temporary fix for BGP protocol capability announcement for IPv6 mode. Martin Mares 2003-02-22 10:40:35 +0000
  • 60a72ed49b Fixed length check miscalculation in IPv6 receive path. Martin Mares 2003-02-22 10:25:22 +0000
  • 47f18ac39a ABS should be a macro. Martin Mares 2002-11-13 08:47:19 +0000
  • 7d875e094b Added missing includes. Martin Mares 2002-11-13 08:47:06 +0000
  • de10a974f2 Added missing semicolons. Martin Mares 2002-11-13 08:46:12 +0000
  • 59b96d7b4d Don't use obsolete functions which are no longer declared in the header. Martin Mares 2002-11-13 08:45:24 +0000
  • a19cd81100 Added missing #include and wondering how could it ever compile. Martin Mares 2002-11-13 08:30:56 +0000
  • 19bd5c8e2c Password does not need to be null-terminated, do not print garbage in such case. Thanks to silvio@big.net. Pavel Machek 2002-09-21 13:57:48 +0000
  • 4ca0d0847e Small typo fixed. Ondrej Filip 2002-04-03 15:41:05 +0000
  • 53a50af504 Applied Pavel's fix for broadcast/multicast mode. Martin Mares 2002-03-10 12:32:12 +0000
  • e59e310e64 Age LSA DB after LSA origination and before routing table calculation. Ondrej Filip 2002-03-04 15:54:39 +0000
  • 025b0e856a New trace added. Ondrej Filip 2002-03-04 15:52:40 +0000
  • b78696282d Bugfix in router importation. Ondrej Filip 2001-12-07 17:34:09 +0000
  • 30c34a1079 Small bugfix in RIP documentation. Ondrej Filip 2001-12-07 17:10:49 +0000
  • 8e32493c56 Removed some useless (hope!) code in next hop calculation. Ondrej Filip 2001-08-21 17:00:15 +0000
  • 68db89a2ce Finally, next hop problem fixed. Ondrej Filip 2001-08-21 16:44:57 +0000
  • 37da55168c Useless trace. Ondrej Filip 2001-08-21 15:03:42 +0000
  • e8ab168030 Hope, bug in next hop calculation for stub routes fixed. Ondrej Filip 2001-08-21 15:00:29 +0000
  • e43ae6330e Fix %<something>I format strings. Martin Mares 2001-08-19 11:15:24 +0000
  • 30b773041c IP address formatting now uses the same rules as formatting of strings with two exceptions: Martin Mares 2001-08-19 11:11:44 +0000
  • 16319aebd3 Dokumented switch network. Ondrej Filip 2001-08-12 00:09:47 +0000
  • c926eee724 Area networks added into configuration. Ondrej Filip 2001-08-12 00:04:42 +0000
  • b2bdb40656 Changed definition of stub area. Ondrej Filip 2001-08-11 16:22:29 +0000
  • 85062e8a60 Bugfix in B-bit setting in router LSA. Ondrej Filip 2001-08-11 14:40:51 +0000
  • 78e2c6ccf1 I will not originate the same lsa before MINLSINTERVAL. Ondrej Filip 2001-08-11 14:01:54 +0000
  • 5fc7c5c513 Don't loop forever when trying to skip an out-sequence netlink reply. Martin Mares 2001-08-03 08:44:51 +0000
  • 24c00cb119 Install route into main routing table just if it's necessary. Ondrej Filip 2001-06-12 21:10:30 +0000
  • c48b33292b Yes, 1.0.5 released. Ondrej Filip 2001-06-09 15:13:38 +0000
  • 87c450dffc Added comments. Ondrej Filip 2001-06-09 14:56:01 +0000
  • e9d3c3aaea Bug in next-hop calculation fixed. (For dual connected neighbors.) Ondrej Filip 2001-06-09 14:55:10 +0000
  • ea31425a61 Patch from David Rohleder <davro@ics.muni.cz> thanx. Ondrej Filip 2001-04-09 19:15:03 +0000
  • 01b776e117 Fixed <time.h> vs. <sys/time.h> problems. Martin Mares 2001-03-06 13:40:39 +0000
  • 27e993fb4e Fixed duplicity in log category numbering. Martin Mares 2001-02-20 09:49:19 +0000
  • 4d04187465 Added paper for my talk about BIRD at SLT 2001. Martin Mares 2001-01-19 20:30:08 +0000
  • 0766e962e9 Bug fix from Zheng Yuan <zyuan1@cig.mot.com>. Martin Mares 2001-01-17 08:32:28 +0000
  • a2d01907c5 Added an explanatory comment. Martin Mares 2001-01-15 09:24:16 +0000
  • 8c6ce98b9d Fixed infinite recursion in password_same. Martin Mares 2001-01-08 11:13:01 +0000
  • 32749f493f Hmm, nasty bug, LSUPD was not well flooded via PTP interfaces. :-( Ondrej Filip 2000-12-14 01:04:51 +0000
  • 501c5bb03f Small bugfix in ext routes calculation. Ondrej Filip 2000-11-21 23:47:51 +0000
  • a5096a1bde Yet another nasty bugfix of iface_patts_equal(). Ondrej Filip 2000-11-08 22:46:54 +0000
  • 0639f7263a Bugfix in iface_patts_equal. When both patterns were NULL strcmp it sigfaulted. Ondrej Filip 2000-11-08 17:06:35 +0000
  • 482bbc7396 Minor rpm changes to make RedHat happy. Ondrej Filip 2000-09-09 19:21:01 +0000
  • 52fa3e3869 Fixed many bugs in rt calculation and interface adding. Now it seems to be OK, I'm going to advertise 1.0.4. Ondrej Filip 2000-09-04 21:21:34 +0000
  • b02e40111e I allocate struct ifa before unlocking. So route exported to OSPF are correct. I work also with interfaces that have some problems with socket opening. I declare them as stub. Ondrej Filip 2000-09-04 19:42:17 +0000
  • fdb1998202 Serious bug in ext lsa origination found. Going for 1.0.4. Ondrej Filip 2000-09-03 22:18:40 +0000
  • f02e4258b9 Some misspells. Ondrej Filip 2000-09-03 18:27:21 +0000
  • 43dff480ef Version 1.0.3. Ondrej Filip 2000-09-03 18:13:00 +0000
  • 19e930a9bb Version 1.0.3 released. Ondrej Filip 2000-09-03 17:53:12 +0000
  • f82e9bc374 Another atrey->atrey.karlin.mff.cuni.cz Ondrej Filip 2000-09-03 16:21:14 +0000
  • 1e972b5524 Log some unusual situation. Ondrej Filip 2000-09-03 16:16:33 +0000
  • 76460860ec Small bugfix. (Use atrey.karlin.... instead of atrey.) Ondrej Filip 2000-09-03 06:54:35 +0000
  • e3bc10fdc4 Added stub interface. (Interface which is propagated to OSPF but it does not sends nor listens packets.) Ondrej Filip 2000-09-02 08:54:40 +0000
  • 5ddec4e6cf Reconfigure poll interval. Ondrej Filip 2000-09-02 07:58:05 +0000
  • 7cedbf217e Reconfiguration for new options. Ondrej Filip 2000-09-02 00:15:07 +0000
  • e7e2878b74 More examples. Ondrej Filip 2000-09-02 00:14:46 +0000
  • a190e7200b Added hellos on NBMA networks. (I don't violate RFC now.) Ondrej Filip 2000-09-02 00:03:36 +0000
  • 94e2bbcc72 Better ospf metric explanation. Ondrej Filip 2000-08-28 14:32:11 +0000
  • 5a063efeea Bugfix in ext lsa importing. Ondrej Filip 2000-08-28 13:51:13 +0000
  • 8b6b49239f Minor bug. It does not work on non RH systems. Thanx to Craig Bourne <cbourne@cbourne.com> Ondrej Filip 2000-08-25 12:26:03 +0000
  • 6cf7e97abe Added files for RPM building. Ondrej Filip 2000-08-24 20:08:00 +0000
  • a24e315762 Released as version 1.0.2. Ondrej Filip 2000-08-23 06:51:26 +0000
  • 9e2920824e Typo. Ondrej Filip 2000-08-18 16:47:27 +0000
  • f321a61f77 Fixed bug in nex hop calculation of external routes. Ondrej Filip 2000-08-18 16:44:37 +0000
  • 88aa2af7ef Just formatting. Ondrej Filip 2000-08-18 16:36:54 +0000
  • 28a6e1aa0e Stupid bug in next hop calculation of external routes. Ondrej Filip 2000-08-17 19:42:52 +0000
  • 1eec760778 Typo in rte_better. Ondrej Filip 2000-08-16 20:18:19 +0000
  • 059fc1e94a My calculation of external routes violated rfc. :-( Ondrej Filip 2000-08-16 19:37:04 +0000
  • d6a7e2fb85 Bug in rte_better. Ondrej Filip 2000-08-16 19:03:06 +0000
  • e7894ecede Added slides for our presentation, but don't export them to the distribution tarball -- they are in Czech and therefore of no use to almost anybody :( Martin Mares 2000-06-26 20:02:30 +0000
  • 2084109a37 Include CVS ChangeLog in the distribution Martin Mares 2000-06-21 22:11:29 +0000
  • fc12a680b1 Released as version 1.0.1. Martin Mares 2000-06-21 22:08:46 +0000
  • ad3907559c RIP bugfix Pavel Machek 2000-06-21 19:40:46 +0000
  • 2836ce3951 Check broadcast address sanity before believing it. Martin Mares 2000-06-21 09:58:09 +0000
  • bcbdcbb6ae Don't accept incoming connections when the neighbor is not up. Martin Mares 2000-06-20 07:49:08 +0000
  • f9eb8f7e06 If compiled with --enable-debug, don't even try to log to syslog unless the user forces it in the config file. Martin Mares 2000-06-19 23:50:02 +0000
  • 972fdb4532 Routing table calculation clean up. Ondrej Filip 2000-06-19 15:12:50 +0000
  • ca00d4a13a Fix numbering of routing tables in IPv6 version. Martin Mares 2000-06-18 19:49:32 +0000
  • 4daf03e513 Use our own SUN_LEN if libc doesn't provide it. Martin Mares 2000-06-16 23:12:47 +0000
  • 365211d588 Bugfix in logging. Ondrej Filip 2000-06-13 19:03:41 +0000
  • dd44b2ce90 bird-1.0.0 has been released. Martin Mares 2000-06-09 07:52:57 +0000
  • 5ddf4a58f9 During initialization, log to both syslog and stderr. When a configuration file has been read and it doesn't specify any logging, log to syslog only (if syslog is not available, then stderr). Martin Mares 2000-06-09 07:32:57 +0000
  • 0b3bf4b1d8 Use SUN_LEN() for length of UNIX domain addresses. This should fix problems with connection to clients on libc5 machines. Martin Mares 2000-06-09 07:30:22 +0000
  • 0e376168c5 Shut up an uninitialized variable warning. Martin Mares 2000-06-09 06:54:01 +0000
  • 1aa2a9c835 Added a `What is missing' section. Martin Mares 2000-06-09 06:49:43 +0000
  • 4386360bd9 Before building distribution tarballs, make distclean first. Martin Mares 2000-06-09 06:46:58 +0000
  • 2d176ac5d2 Released as 1.0.0, but marked it as a BETA version. Martin Mares 2000-06-09 06:45:48 +0000
  • 99955b54be Proper building and installation of documentation in the Makefiles. Martin Mares 2000-06-09 06:31:43 +0000
  • a012cbb16f Nasty bug in LSA refreshing. I didn't refesh my own copy! :-( Ondrej Filip 2000-06-08 19:16:21 +0000
  • 135857e577 Acknoledge your own premature aged LSA. Ondrej Filip 2000-06-08 19:14:08 +0000
  • 054a352475 Don't send dbdes before rtlsa origination. Ondrej Filip 2000-06-08 19:02:31 +0000
  • 4bb18dd2da Fix i_same for 'c' instruction. Pavel Machek 2000-06-08 16:57:41 +0000
  • 89e7de98e4 Updated distribution README. Martin Mares 2000-06-08 15:44:52 +0000
  • d4f72db31a When distcleaning, clean up doc as well. Martin Mares 2000-06-08 15:22:06 +0000
  • 96264d4d2f Final version of documentation (famous last words) Pavel Machek 2000-06-08 14:06:20 +0000
  • 66701947c4 Fixes. Martin Mares 2000-06-08 12:56:59 +0000
  • 6567e6cf50 Missing parameters... Martin Mares 2000-06-08 12:42:34 +0000