]> git.ipfire.org Git - thirdparty/bird.git/log
thirdparty/bird.git
22 years agoThere can be multiple primary addresses with different scopes
Martin Mares [Sat, 22 Feb 2003 22:39:06 +0000 (22:39 +0000)] 
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".

22 years agoReport link-scope addresses as well.
Martin Mares [Sat, 22 Feb 2003 22:38:15 +0000 (22:38 +0000)] 
Report link-scope addresses as well.

22 years agoTemporary fix for BGP protocol capability announcement for IPv6 mode.
Martin Mares [Sat, 22 Feb 2003 10:40:35 +0000 (10:40 +0000)] 
Temporary fix for BGP protocol capability announcement for IPv6 mode.

22 years agoFixed length check miscalculation in IPv6 receive path.
Martin Mares [Sat, 22 Feb 2003 10:25:22 +0000 (10:25 +0000)] 
Fixed length check miscalculation in IPv6 receive path.

22 years agoABS should be a macro.
Martin Mares [Wed, 13 Nov 2002 08:47:19 +0000 (08:47 +0000)] 
ABS should be a macro.

22 years agoAdded missing includes.
Martin Mares [Wed, 13 Nov 2002 08:47:06 +0000 (08:47 +0000)] 
Added missing includes.

22 years agoAdded missing semicolons.
Martin Mares [Wed, 13 Nov 2002 08:46:12 +0000 (08:46 +0000)] 
Added missing semicolons.

22 years agoDon't use obsolete functions which are no longer declared in the header.
Martin Mares [Wed, 13 Nov 2002 08:45:24 +0000 (08:45 +0000)] 
Don't use obsolete functions which are no longer declared in the header.

22 years agoAdded missing #include and wondering how could it ever compile.
Martin Mares [Wed, 13 Nov 2002 08:30:56 +0000 (08:30 +0000)] 
Added missing #include and wondering how could it ever compile.

22 years agoPassword does not need to be null-terminated, do not print garbage in
Pavel Machek [Sat, 21 Sep 2002 13:57:48 +0000 (13:57 +0000)] 
Password does not need to be null-terminated, do not print garbage in
such case. Thanks to silvio@big.net.

23 years agoSmall typo fixed.
Ondrej Filip [Wed, 3 Apr 2002 15:41:05 +0000 (15:41 +0000)] 
Small typo fixed.

23 years agoApplied Pavel's fix for broadcast/multicast mode.
Martin Mares [Sun, 10 Mar 2002 12:32:12 +0000 (12:32 +0000)] 
Applied Pavel's fix for broadcast/multicast mode.

23 years agoAge LSA DB after LSA origination and before routing table calculation.
Ondrej Filip [Mon, 4 Mar 2002 15:54:39 +0000 (15:54 +0000)] 
Age LSA DB after LSA origination and before routing table calculation.

23 years agoNew trace added.
Ondrej Filip [Mon, 4 Mar 2002 15:52:40 +0000 (15:52 +0000)] 
New trace added.

23 years agoBugfix in router importation.
Ondrej Filip [Fri, 7 Dec 2001 17:34:09 +0000 (17:34 +0000)] 
Bugfix in router importation.

23 years agoSmall bugfix in RIP documentation.
Ondrej Filip [Fri, 7 Dec 2001 17:10:49 +0000 (17:10 +0000)] 
Small bugfix in RIP documentation.

23 years agoRemoved some useless (hope!) code in next hop calculation.
Ondrej Filip [Tue, 21 Aug 2001 17:00:15 +0000 (17:00 +0000)] 
Removed some useless (hope!) code in next hop calculation.

23 years agoFinally, next hop problem fixed.
Ondrej Filip [Tue, 21 Aug 2001 16:44:57 +0000 (16:44 +0000)] 
Finally, next hop problem fixed.

23 years agoUseless trace.
Ondrej Filip [Tue, 21 Aug 2001 15:03:42 +0000 (15:03 +0000)] 
Useless trace.

23 years agoHope, bug in next hop calculation for stub routes fixed.
Ondrej Filip [Tue, 21 Aug 2001 15:00:29 +0000 (15:00 +0000)] 
Hope, bug in next hop calculation for stub routes fixed.

23 years agoFix %<something>I format strings.
Martin Mares [Sun, 19 Aug 2001 11:15:24 +0000 (11:15 +0000)] 
Fix %<something>I format strings.

23 years agoIP address formatting now uses the same rules as formatting of strings
Martin Mares [Sun, 19 Aug 2001 11:11:44 +0000 (11:11 +0000)] 
IP address formatting now uses the same rules as formatting of strings
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.

24 years agoDokumented switch network.
Ondrej Filip [Sun, 12 Aug 2001 00:09:47 +0000 (00:09 +0000)] 
Dokumented switch network.

24 years agoArea networks added into configuration.
Ondrej Filip [Sun, 12 Aug 2001 00:04:42 +0000 (00:04 +0000)] 
Area networks added into configuration.

24 years agoChanged definition of stub area.
Ondrej Filip [Sat, 11 Aug 2001 16:22:29 +0000 (16:22 +0000)] 
Changed definition of stub area.

24 years agoBugfix in B-bit setting in router LSA.
Ondrej Filip [Sat, 11 Aug 2001 14:40:51 +0000 (14:40 +0000)] 
Bugfix in B-bit setting in router LSA.

24 years agoI will not originate the same lsa before MINLSINTERVAL.
Ondrej Filip [Sat, 11 Aug 2001 14:01:54 +0000 (14:01 +0000)] 
I will not originate the same lsa before MINLSINTERVAL.

24 years agoDon't loop forever when trying to skip an out-sequence netlink reply.
Martin Mares [Fri, 3 Aug 2001 08:44:51 +0000 (08:44 +0000)] 
Don't loop forever when trying to skip an out-sequence netlink reply.

24 years agoInstall route into main routing table just if it's necessary.
Ondrej Filip [Tue, 12 Jun 2001 21:10:30 +0000 (21:10 +0000)] 
Install route into main routing table just if it's necessary.

24 years agoYes, 1.0.5 released.
Ondrej Filip [Sat, 9 Jun 2001 15:13:38 +0000 (15:13 +0000)] 
Yes, 1.0.5 released.

24 years agoAdded comments.
Ondrej Filip [Sat, 9 Jun 2001 14:56:01 +0000 (14:56 +0000)] 
Added comments.

24 years agoBug in next-hop calculation fixed. (For dual connected neighbors.)
Ondrej Filip [Sat, 9 Jun 2001 14:55:10 +0000 (14:55 +0000)] 
Bug in next-hop calculation fixed. (For dual connected neighbors.)

24 years agoPatch from David Rohleder <davro@ics.muni.cz> thanx.
Ondrej Filip [Mon, 9 Apr 2001 19:15:03 +0000 (19:15 +0000)] 
Patch from David Rohleder <davro@ics.muni.cz> thanx.

24 years agoFixed <time.h> vs. <sys/time.h> problems.
Martin Mares [Tue, 6 Mar 2001 13:40:39 +0000 (13:40 +0000)] 
Fixed <time.h> vs. <sys/time.h> problems.

24 years agoFixed duplicity in log category numbering.
Martin Mares [Tue, 20 Feb 2001 09:49:19 +0000 (09:49 +0000)] 
Fixed duplicity in log category numbering.

Thanks to Zheng Yuan for spotting this.

24 years agoAdded paper for my talk about BIRD at SLT 2001.
Martin Mares [Fri, 19 Jan 2001 20:30:08 +0000 (20:30 +0000)] 
Added paper for my talk about BIRD at SLT 2001.

24 years agoBug fix from Zheng Yuan <zyuan1@cig.mot.com>.
Martin Mares [Wed, 17 Jan 2001 08:32:28 +0000 (08:32 +0000)] 
Bug fix from Zheng Yuan <zyuan1@cig.mot.com>.

24 years agoAdded an explanatory comment.
Martin Mares [Mon, 15 Jan 2001 09:24:16 +0000 (09:24 +0000)] 
Added an explanatory comment.

24 years agoFixed infinite recursion in password_same.
Martin Mares [Mon, 8 Jan 2001 11:13:01 +0000 (11:13 +0000)] 
Fixed infinite recursion in password_same.

Pavel, please check.

24 years agoHmm, nasty bug, LSUPD was not well flooded via PTP interfaces. :-(
Ondrej Filip [Thu, 14 Dec 2000 01:04:51 +0000 (01:04 +0000)] 
Hmm, nasty bug, LSUPD was not well flooded via PTP interfaces. :-(

24 years agoSmall bugfix in ext routes calculation.
Ondrej Filip [Tue, 21 Nov 2000 23:47:51 +0000 (23:47 +0000)] 
Small bugfix in ext routes calculation.

24 years agoYet another nasty bugfix of iface_patts_equal().
Ondrej Filip [Wed, 8 Nov 2000 22:46:54 +0000 (22:46 +0000)] 
Yet another nasty bugfix of iface_patts_equal().

24 years agoBugfix in iface_patts_equal.
Ondrej Filip [Wed, 8 Nov 2000 17:06:35 +0000 (17:06 +0000)] 
Bugfix in iface_patts_equal.
When both patterns were NULL strcmp it sigfaulted.

24 years agoMinor rpm changes to make RedHat happy.
Ondrej Filip [Sat, 9 Sep 2000 19:21:01 +0000 (19:21 +0000)] 
Minor rpm changes to make RedHat happy.

24 years agoFixed many bugs in rt calculation and interface adding. Now it seems to be
Ondrej Filip [Mon, 4 Sep 2000 21:21:34 +0000 (21:21 +0000)] 
Fixed many bugs in rt calculation and interface adding. Now it seems to be
OK, I'm going to advertise 1.0.4.

24 years agoI allocate struct ifa before unlocking. So route exported to OSPF are correct.
Ondrej Filip [Mon, 4 Sep 2000 19:42:17 +0000 (19:42 +0000)] 
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.

24 years agoSerious bug in ext lsa origination found. Going for 1.0.4.
Ondrej Filip [Sun, 3 Sep 2000 22:18:40 +0000 (22:18 +0000)] 
Serious bug in ext lsa origination found. Going for 1.0.4.

24 years agoSome misspells.
Ondrej Filip [Sun, 3 Sep 2000 18:27:21 +0000 (18:27 +0000)] 
Some misspells.

24 years agoVersion 1.0.3.
Ondrej Filip [Sun, 3 Sep 2000 18:13:00 +0000 (18:13 +0000)] 
Version 1.0.3.

24 years agoVersion 1.0.3 released.
Ondrej Filip [Sun, 3 Sep 2000 17:53:12 +0000 (17:53 +0000)] 
Version 1.0.3 released.

24 years agoAnother atrey->atrey.karlin.mff.cuni.cz
Ondrej Filip [Sun, 3 Sep 2000 16:21:14 +0000 (16:21 +0000)] 
Another atrey->atrey.karlin.mff.cuni.cz

24 years agoLog some unusual situation.
Ondrej Filip [Sun, 3 Sep 2000 16:16:33 +0000 (16:16 +0000)] 
Log some unusual situation.

24 years agoSmall bugfix. (Use atrey.karlin.... instead of atrey.)
Ondrej Filip [Sun, 3 Sep 2000 06:54:35 +0000 (06:54 +0000)] 
Small bugfix. (Use atrey.karlin.... instead of atrey.)

24 years agoAdded stub interface. (Interface which is propagated to OSPF but
Ondrej Filip [Sat, 2 Sep 2000 08:54:40 +0000 (08:54 +0000)] 
Added stub interface. (Interface which is propagated to OSPF but
it does not sends nor listens packets.)

I added some new options, please look at it and look into doc if it's OK.

24 years agoReconfigure poll interval.
Ondrej Filip [Sat, 2 Sep 2000 07:58:05 +0000 (07:58 +0000)] 
Reconfigure poll interval.

24 years agoReconfiguration for new options.
Ondrej Filip [Sat, 2 Sep 2000 00:15:07 +0000 (00:15 +0000)] 
Reconfiguration for new options.

24 years agoMore examples.
Ondrej Filip [Sat, 2 Sep 2000 00:14:46 +0000 (00:14 +0000)] 
More examples.

24 years agoAdded hellos on NBMA networks. (I don't violate RFC now.)
Ondrej Filip [Sat, 2 Sep 2000 00:03:36 +0000 (00:03 +0000)] 
Added hellos on NBMA networks. (I don't violate RFC now.)

24 years agoBetter ospf metric explanation.
Ondrej Filip [Mon, 28 Aug 2000 14:32:11 +0000 (14:32 +0000)] 
Better ospf metric explanation.

24 years agoBugfix in ext lsa importing.
Ondrej Filip [Mon, 28 Aug 2000 13:51:13 +0000 (13:51 +0000)] 
Bugfix in ext lsa importing.

24 years agoMinor bug. It does not work on non RH systems. Thanx to
Ondrej Filip [Fri, 25 Aug 2000 12:26:03 +0000 (12:26 +0000)] 
Minor bug. It does not work on non RH systems. Thanx to
Craig Bourne <cbourne@cbourne.com>

24 years agoAdded files for RPM building.
Ondrej Filip [Thu, 24 Aug 2000 20:08:00 +0000 (20:08 +0000)] 
Added files for RPM building.

24 years agoReleased as version 1.0.2.
Ondrej Filip [Wed, 23 Aug 2000 06:51:26 +0000 (06:51 +0000)] 
Released as version 1.0.2.

24 years agoTypo.
Ondrej Filip [Fri, 18 Aug 2000 16:47:27 +0000 (16:47 +0000)] 
Typo.

24 years agoFixed bug in nex hop calculation of external routes.
Ondrej Filip [Fri, 18 Aug 2000 16:44:37 +0000 (16:44 +0000)] 
Fixed bug in nex hop calculation of external routes.

24 years agoJust formatting.
Ondrej Filip [Fri, 18 Aug 2000 16:36:54 +0000 (16:36 +0000)] 
Just formatting.

24 years agoStupid bug in next hop calculation of external routes.
Ondrej Filip [Thu, 17 Aug 2000 19:42:52 +0000 (19:42 +0000)] 
Stupid bug in next hop calculation of external routes.

25 years agoTypo in rte_better.
Ondrej Filip [Wed, 16 Aug 2000 20:18:19 +0000 (20:18 +0000)] 
Typo in rte_better.

25 years agoMy calculation of external routes violated rfc. :-(
Ondrej Filip [Wed, 16 Aug 2000 19:37:04 +0000 (19:37 +0000)] 
My calculation of external routes violated rfc. :-(

25 years agoBug in rte_better.
Ondrej Filip [Wed, 16 Aug 2000 19:03:06 +0000 (19:03 +0000)] 
Bug in rte_better.

25 years agoAdded slides for our presentation, but don't export them to the
Martin Mares [Mon, 26 Jun 2000 20:02:30 +0000 (20:02 +0000)] 
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 :(

25 years agoInclude CVS ChangeLog in the distribution
Martin Mares [Wed, 21 Jun 2000 22:11:29 +0000 (22:11 +0000)] 
Include CVS ChangeLog in the distribution

25 years agoReleased as version 1.0.1.
Martin Mares [Wed, 21 Jun 2000 22:08:46 +0000 (22:08 +0000)] 
Released as version 1.0.1.

25 years agoRIP bugfix
Pavel Machek [Wed, 21 Jun 2000 19:40:46 +0000 (19:40 +0000)] 
RIP bugfix

25 years agoCheck broadcast address sanity before believing it.
Martin Mares [Wed, 21 Jun 2000 09:58:09 +0000 (09:58 +0000)] 
Check broadcast address sanity before believing it.

25 years agoDon't accept incoming connections when the neighbor is not up.
Martin Mares [Tue, 20 Jun 2000 07:49:08 +0000 (07:49 +0000)] 
Don't accept incoming connections when the neighbor is not up.

25 years agoIf compiled with --enable-debug, don't even try to log to syslog unless
Martin Mares [Mon, 19 Jun 2000 23:50:02 +0000 (23:50 +0000)] 
If compiled with --enable-debug, don't even try to log to syslog unless
the user forces it in the config file.

25 years agoRouting table calculation clean up.
Ondrej Filip [Mon, 19 Jun 2000 15:12:50 +0000 (15:12 +0000)] 
Routing table calculation clean up.

25 years agoFix numbering of routing tables in IPv6 version.
Martin Mares [Sun, 18 Jun 2000 19:49:32 +0000 (19:49 +0000)] 
Fix numbering of routing tables in IPv6 version.

25 years agoUse our own SUN_LEN if libc doesn't provide it.
Martin Mares [Fri, 16 Jun 2000 23:12:47 +0000 (23:12 +0000)] 
Use our own SUN_LEN if libc doesn't provide it.

25 years agoBugfix in logging.
Ondrej Filip [Tue, 13 Jun 2000 19:03:41 +0000 (19:03 +0000)] 
Bugfix in logging.

25 years agobird-1.0.0 has been released.
Martin Mares [Fri, 9 Jun 2000 07:52:57 +0000 (07:52 +0000)] 
bird-1.0.0 has been released.

25 years agoDuring initialization, log to both syslog and stderr. When a configuration
Martin Mares [Fri, 9 Jun 2000 07:32:57 +0000 (07:32 +0000)] 
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).

25 years agoUse SUN_LEN() for length of UNIX domain addresses. This should fix problems
Martin Mares [Fri, 9 Jun 2000 07:30:22 +0000 (07:30 +0000)] 
Use SUN_LEN() for length of UNIX domain addresses. This should fix problems
with connection to clients on libc5 machines.

25 years agoShut up an uninitialized variable warning.
Martin Mares [Fri, 9 Jun 2000 06:54:01 +0000 (06:54 +0000)] 
Shut up an uninitialized variable warning.

25 years agoAdded a `What is missing' section.
Martin Mares [Fri, 9 Jun 2000 06:49:43 +0000 (06:49 +0000)] 
Added a `What is missing' section.

25 years agoBefore building distribution tarballs, make distclean first.
Martin Mares [Fri, 9 Jun 2000 06:46:58 +0000 (06:46 +0000)] 
Before building distribution tarballs, make distclean first.

25 years agoReleased as 1.0.0, but marked it as a BETA version.
Martin Mares [Fri, 9 Jun 2000 06:45:48 +0000 (06:45 +0000)] 
Released as 1.0.0, but marked it as a BETA version.

25 years agoProper building and installation of documentation in the Makefiles.
Martin Mares [Fri, 9 Jun 2000 06:31:43 +0000 (06:31 +0000)] 
Proper building and installation of documentation in the Makefiles.

25 years agoNasty bug in LSA refreshing. I didn't refesh my own copy! :-(
Ondrej Filip [Thu, 8 Jun 2000 19:16:21 +0000 (19:16 +0000)] 
Nasty bug in LSA refreshing. I didn't refesh my own copy! :-(

25 years agoAcknoledge your own premature aged LSA.
Ondrej Filip [Thu, 8 Jun 2000 19:14:08 +0000 (19:14 +0000)] 
Acknoledge your own premature aged LSA.

25 years agoDon't send dbdes before rtlsa origination.
Ondrej Filip [Thu, 8 Jun 2000 19:02:31 +0000 (19:02 +0000)] 
Don't send dbdes before rtlsa origination.

25 years agoFix i_same for 'c' instruction.
Pavel Machek [Thu, 8 Jun 2000 16:57:41 +0000 (16:57 +0000)] 
Fix i_same for 'c' instruction.

25 years agoUpdated distribution README.
Martin Mares [Thu, 8 Jun 2000 15:44:52 +0000 (15:44 +0000)] 
Updated distribution README.

25 years agoWhen distcleaning, clean up doc as well.
Martin Mares [Thu, 8 Jun 2000 15:22:06 +0000 (15:22 +0000)] 
When distcleaning, clean up doc as well.

25 years agoFinal version of documentation (famous last words)
Pavel Machek [Thu, 8 Jun 2000 14:06:20 +0000 (14:06 +0000)] 
Final version of documentation (famous last words)

25 years agoFixes.
Martin Mares [Thu, 8 Jun 2000 12:56:59 +0000 (12:56 +0000)] 
Fixes.

25 years agoMissing parameters...
Martin Mares [Thu, 8 Jun 2000 12:42:34 +0000 (12:42 +0000)] 
Missing parameters...

25 years agoMore spellchecking and typographic changes.
Pavel Machek [Thu, 8 Jun 2000 12:38:16 +0000 (12:38 +0000)] 
More spellchecking and typographic changes.

25 years agoFixes for the programmer's manual.
Martin Mares [Thu, 8 Jun 2000 12:37:21 +0000 (12:37 +0000)] 
Fixes for the programmer's manual.