]> git.ipfire.org Git - thirdparty/bird.git/log
thirdparty/bird.git
25 years agoFixed stupid bug in as_path_format().
Martin Mares [Thu, 27 Apr 2000 19:44:27 +0000 (19:44 +0000)] 
Fixed stupid bug in as_path_format().

25 years agoHandle connect errors correctly.
Martin Mares [Thu, 27 Apr 2000 19:41:10 +0000 (19:41 +0000)] 
Handle connect errors correctly.

25 years agoStub networks done.
Ondrej Filip [Wed, 26 Apr 2000 20:16:36 +0000 (20:16 +0000)] 
Stub networks done.

25 years agoNets are used before routers.
Ondrej Filip [Wed, 26 Apr 2000 14:03:56 +0000 (14:03 +0000)] 
Nets are used before routers.

25 years agoIBGP fixes.
Martin Mares [Wed, 26 Apr 2000 13:26:31 +0000 (13:26 +0000)] 
IBGP fixes.

25 years agoChanged handling of incoming connections, so that we can send data
Martin Mares [Wed, 26 Apr 2000 13:26:11 +0000 (13:26 +0000)] 
Changed handling of incoming connections, so that we can send data
from the send hook without worrying about existence of socket buffers.

Also, don't forget to copy peer addresses.

25 years agoRouting table calculation. Dijkstra done.
Ondrej Filip [Wed, 26 Apr 2000 12:54:23 +0000 (12:54 +0000)] 
Routing table calculation. Dijkstra done.

25 years agoRemoved several FIXME's.
Martin Mares [Wed, 26 Apr 2000 12:33:37 +0000 (12:33 +0000)] 
Removed several FIXME's.

25 years agoBetter formatting of router ID's.
Martin Mares [Wed, 26 Apr 2000 12:32:07 +0000 (12:32 +0000)] 
Better formatting of router ID's.

25 years agoFixed several bugs in protocol state machine. Reconfigurations and
Martin Mares [Wed, 26 Apr 2000 12:30:41 +0000 (12:30 +0000)] 
Fixed several bugs in protocol state machine.  Reconfigurations and
restarts of BGP seem to work now.

25 years agoUse right address for ripv6.
Pavel Machek [Wed, 26 Apr 2000 11:33:03 +0000 (11:33 +0000)] 
Use right address for ripv6.

25 years agoCleanup in preparation for ipv6.
Pavel Machek [Wed, 26 Apr 2000 11:07:57 +0000 (11:07 +0000)] 
Cleanup in preparation for ipv6.

25 years agoSmall cleanup.
Pavel Machek [Wed, 26 Apr 2000 09:38:07 +0000 (09:38 +0000)] 
Small cleanup.

25 years agoWhitespace changes.
Pavel Machek [Wed, 26 Apr 2000 09:37:07 +0000 (09:37 +0000)] 
Whitespace changes.

25 years agofilter_same should now work with path masks.
Pavel Machek [Wed, 26 Apr 2000 09:36:47 +0000 (09:36 +0000)] 
filter_same should now work with path masks.

25 years agoBugfix in i_same (comparing of paths still does not work).
Pavel Machek [Wed, 26 Apr 2000 09:30:12 +0000 (09:30 +0000)] 
Bugfix in i_same (comparing of paths still does not work).

25 years agoAdded code for testing filters.
Pavel Machek [Wed, 26 Apr 2000 08:03:50 +0000 (08:03 +0000)] 
Added code for testing filters.

25 years agoMarked place where new enums belong.
Pavel Machek [Wed, 26 Apr 2000 07:47:47 +0000 (07:47 +0000)] 
Marked place where new enums belong.

25 years agoStartup renamed to __startup: it is internal function and mj already
Pavel Machek [Wed, 26 Apr 2000 07:31:45 +0000 (07:31 +0000)] 
Startup renamed to __startup: it is internal function and mj already
uses word startup in other context.

25 years agoImplemented automatic restart after error with all the timers needed.
Martin Mares [Tue, 25 Apr 2000 23:08:31 +0000 (23:08 +0000)] 
Implemented automatic restart after error with all the timers needed.

25 years agoAvoid printing of error messages on Cease notifications.
Martin Mares [Tue, 25 Apr 2000 23:08:03 +0000 (23:08 +0000)] 
Avoid printing of error messages on Cease notifications.

25 years agoAllow sk_close(NULL).
Martin Mares [Tue, 25 Apr 2000 23:07:47 +0000 (23:07 +0000)] 
Allow sk_close(NULL).

25 years agoRandomize timers properly.
Martin Mares [Tue, 25 Apr 2000 22:01:19 +0000 (22:01 +0000)] 
Randomize timers properly.

25 years agoSupport dynamic reconfiguration.
Martin Mares [Tue, 25 Apr 2000 21:58:17 +0000 (21:58 +0000)] 
Support dynamic reconfiguration.

25 years agoDon't forget to set filter pointers in struct proto when reconfiguring.
Martin Mares [Tue, 25 Apr 2000 21:56:46 +0000 (21:56 +0000)] 
Don't forget to set filter pointers in struct proto when reconfiguring.

25 years agoUse the same attribute names as in filters.
Martin Mares [Tue, 25 Apr 2000 21:31:15 +0000 (21:31 +0000)] 
Use the same attribute names as in filters.

25 years agoWhen sending BGP attributes, re-create the flags, so that attributes
Martin Mares [Tue, 25 Apr 2000 21:21:52 +0000 (21:21 +0000)] 
When sending BGP attributes, re-create the flags, so that attributes
added by filters which get the flags wrong are fixed automagically.

25 years agoBetter reporting of both local and remote errors.
Martin Mares [Tue, 25 Apr 2000 21:13:25 +0000 (21:13 +0000)] 
Better reporting of both local and remote errors.

25 years agoReal parsing of BGP OPEN options including capability
Martin Mares [Tue, 25 Apr 2000 13:32:17 +0000 (13:32 +0000)] 
Real parsing of BGP OPEN options including capability
negotiation.

25 years agoLOCAL_PREF is now always present and exported over all ibgp connections [draft]
Martin Mares [Fri, 21 Apr 2000 13:01:28 +0000 (13:01 +0000)] 
LOCAL_PREF is now always present and exported over all ibgp connections [draft]

Allow setting of address of the local end of the TCP connection.

Several bug fixes.

25 years agoIf no NLRI's are present in an UPDATE message, parse the attributes, but
Martin Mares [Fri, 21 Apr 2000 12:25:35 +0000 (12:25 +0000)] 
If no NLRI's are present in an UPDATE message, parse the attributes, but
don't check presence of mandatory attributes. [draft-09]

25 years agoIPv6 compiles with glibc 2.1.
Martin Mares [Thu, 20 Apr 2000 23:05:41 +0000 (23:05 +0000)] 
IPv6 compiles with glibc 2.1.

25 years agoUse xmalloc() instead of malloc().
Martin Mares [Thu, 20 Apr 2000 22:55:32 +0000 (22:55 +0000)] 
Use xmalloc() instead of malloc().

25 years agoSynced to draft-ietf-idr-bgp4-09.
Martin Mares [Thu, 20 Apr 2000 22:54:22 +0000 (22:54 +0000)] 
Synced to draft-ietf-idr-bgp4-09.

25 years agoFixed reporting of unknown options.
Martin Mares [Thu, 20 Apr 2000 22:34:50 +0000 (22:34 +0000)] 
Fixed reporting of unknown options.

25 years agoCreate syntax sugar for add/delete/prepend, so xyzzy.prepend(123) is
Pavel Machek [Thu, 20 Apr 2000 10:25:51 +0000 (10:25 +0000)] 
Create syntax sugar for add/delete/prepend, so xyzzy.prepend(123) is
possible. That means that milestone 3 was reached.

25 years agoTest new syntax of add() and delete().
Pavel Machek [Thu, 20 Apr 2000 10:24:41 +0000 (10:24 +0000)] 
Test new syntax of add() and delete().

25 years agoTemporarily ignore unknown options.
Martin Mares [Wed, 19 Apr 2000 13:54:35 +0000 (13:54 +0000)] 
Temporarily ignore unknown options.

25 years agoThe ATOMIC_AGGREGATE parameter is optional transitive.
Martin Mares [Wed, 19 Apr 2000 13:54:17 +0000 (13:54 +0000)] 
The ATOMIC_AGGREGATE parameter is optional transitive.

25 years agoDelay fetching of router ID.
Martin Mares [Wed, 19 Apr 2000 13:28:56 +0000 (13:28 +0000)] 
Delay fetching of router ID.

25 years agoSelect the right source address and don't check port numbers.
Martin Mares [Wed, 19 Apr 2000 12:51:14 +0000 (12:51 +0000)] 
Select the right source address and don't check port numbers.

25 years agoGrr, another patch to make it compile.
Ondrej Filip [Tue, 18 Apr 2000 22:11:05 +0000 (22:11 +0000)] 
Grr, another patch to make it compile.

25 years agoAnother ack bugfix. (Bad test for MIN_LS_ARRIVAL.)
Ondrej Filip [Tue, 18 Apr 2000 22:07:58 +0000 (22:07 +0000)] 
Another ack bugfix. (Bad test for MIN_LS_ARRIVAL.)

25 years agoLS ack bugfix. (I didn't remove LSA from LSret hash.)
Ondrej Filip [Tue, 18 Apr 2000 21:40:11 +0000 (21:40 +0000)] 
LS ack bugfix. (I didn't remove LSA from LSret hash.)

25 years agoLS ack.
Ondrej Filip [Tue, 18 Apr 2000 21:13:56 +0000 (21:13 +0000)] 
LS ack.

25 years agoBetter LS Ack dumping.
Ondrej Filip [Tue, 18 Apr 2000 20:34:19 +0000 (20:34 +0000)] 
Better LS Ack dumping.

25 years agoBugfix in neighbor dumping.
Ondrej Filip [Tue, 18 Apr 2000 19:56:43 +0000 (19:56 +0000)] 
Bugfix in neighbor dumping.

25 years agoFixed the serious bug in LSack.
Ondrej Filip [Tue, 18 Apr 2000 19:44:16 +0000 (19:44 +0000)] 
Fixed the serious bug in LSack.
Oh, I'm an idiot. I sent LSACK, but in header was LSUPD. :-(

25 years agoMulticast open socket for (B)DR bugfix.
Ondrej Filip [Tue, 18 Apr 2000 19:31:42 +0000 (19:31 +0000)] 
Multicast open socket for (B)DR bugfix.

25 years agoDump changes.
Ondrej Filip [Tue, 18 Apr 2000 19:22:49 +0000 (19:22 +0000)] 
Dump changes.

25 years agoMany %u changer into %I.
Ondrej Filip [Tue, 18 Apr 2000 18:29:50 +0000 (18:29 +0000)] 
Many %u changer into %I.

25 years agoMany %u changed into %I and dump cleanup.
Ondrej Filip [Tue, 18 Apr 2000 18:21:10 +0000 (18:21 +0000)] 
Many %u changed into %I and dump cleanup.

25 years agoIface chstate run only if something really change.
Ondrej Filip [Tue, 18 Apr 2000 18:01:26 +0000 (18:01 +0000)] 
Iface chstate run only if something really change.

25 years agoBetter dumping in neighbor chstate.
Ondrej Filip [Tue, 18 Apr 2000 17:58:16 +0000 (17:58 +0000)] 
Better dumping in neighbor chstate.

25 years agoBetter chstate dumping.
Ondrej Filip [Tue, 18 Apr 2000 17:54:06 +0000 (17:54 +0000)] 
Better chstate dumping.

25 years agoSending of ACK disabled, since I'll find bug.
Ondrej Filip [Tue, 18 Apr 2000 17:36:46 +0000 (17:36 +0000)] 
Sending of ACK disabled, since I'll find bug.

25 years agoAnother LSack update. It's still NOT correct and it surely
Ondrej Filip [Tue, 18 Apr 2000 17:00:56 +0000 (17:00 +0000)] 
Another LSack update. It's still NOT correct and it surely
kills gated or Cyclades OSPF implementation. :-)

25 years agoSome lsack work. There is something very worng. :-( It locked my network.
Ondrej Filip [Tue, 18 Apr 2000 01:06:16 +0000 (01:06 +0000)] 
Some lsack work. There is something very worng. :-( It locked my network.

25 years agoListening on AllDRouters for DR and BACKUP added.
Ondrej Filip [Mon, 17 Apr 2000 21:10:40 +0000 (21:10 +0000)] 
Listening on AllDRouters for DR and BACKUP added.

25 years agoSmall change in LSA originating.
Ondrej Filip [Mon, 17 Apr 2000 20:42:42 +0000 (20:42 +0000)] 
Small change in LSA originating.

25 years agoFew bugs removed from sgml, makefile added.
Pavel Machek [Mon, 17 Apr 2000 16:51:28 +0000 (16:51 +0000)] 
Few bugs removed from sgml, makefile added.

25 years agoBird.html will now be autogenerated.
Pavel Machek [Mon, 17 Apr 2000 16:49:05 +0000 (16:49 +0000)] 
Bird.html will now be autogenerated.

25 years agoFirst version of sgml documentation
Pavel Machek [Mon, 17 Apr 2000 16:48:22 +0000 (16:48 +0000)] 
First version of sgml documentation

25 years agoCleaned up mess with types in e,a and e,S. Dynamic attributes should
Pavel Machek [Mon, 17 Apr 2000 14:12:02 +0000 (14:12 +0000)] 
Cleaned up mess with types in e,a and e,S. Dynamic attributes should
now work.

25 years agoAdding of dynamic attributes is hopefully correct now.
Martin Mares [Mon, 17 Apr 2000 13:41:50 +0000 (13:41 +0000)] 
Adding of dynamic attributes is hopefully correct now.

25 years agoAdded BGP to the default list of protocols we build.
Martin Mares [Mon, 17 Apr 2000 13:14:48 +0000 (13:14 +0000)] 
Added BGP to the default list of protocols we build.

25 years agoHonor standard communities (no_export, no_advertise, no_export_subconfed)
Martin Mares [Mon, 17 Apr 2000 13:13:08 +0000 (13:13 +0000)] 
Honor standard communities (no_export, no_advertise, no_export_subconfed)
when exporting routes.

25 years agoDon't import/export MED and LOCAL_PREF on external links.
Martin Mares [Mon, 17 Apr 2000 12:46:07 +0000 (12:46 +0000)] 
Don't import/export MED and LOCAL_PREF on external links.
Added real comparison of BGP routes (inspired by the Cisco one).
Default local preference and default MED are now settable.
Defined filter keywords for all BGP attributes we know.

25 years agoSpecial hack for atomic_aggr.
Pavel Machek [Mon, 17 Apr 2000 12:40:38 +0000 (12:40 +0000)] 
Special hack for atomic_aggr.

25 years agoCommunity lists can be now accessed as dynamical attributes. Mj:
Pavel Machek [Mon, 17 Apr 2000 12:38:24 +0000 (12:38 +0000)] 
Community lists can be now accessed as dynamical attributes. Mj:
please create such dynamic atribute for bgp.

25 years agoEAF_ORIGINATED done right.
Pavel Machek [Mon, 17 Apr 2000 11:52:32 +0000 (11:52 +0000)] 
EAF_ORIGINATED done right.

25 years agoThe previous fix for spacing was (a) totally out of context, (b) wrong.
Martin Mares [Mon, 17 Apr 2000 11:49:41 +0000 (11:49 +0000)] 
The previous fix for spacing was (a) totally out of context, (b) wrong.
Please *read* the code when trying to change it.

Also killed a couple of type clashes.

25 years agopair ~ community list matching works.
Pavel Machek [Mon, 17 Apr 2000 11:49:21 +0000 (11:49 +0000)] 
pair ~ community list matching works.

25 years agoPut space between entries so they are separated.
Pavel Machek [Mon, 17 Apr 2000 11:42:34 +0000 (11:42 +0000)] 
Put space between entries so they are separated.

FIXME: should use format as in filters.

25 years agoIt is good idea to separate entries in list _somehow_. Adding/deleting
Pavel Machek [Mon, 17 Apr 2000 11:42:08 +0000 (11:42 +0000)] 
It is good idea to separate entries in list _somehow_. Adding/deleting
to community lists from filters now works.

25 years agoUse EAF_ORIGINATED as mj wanted. mj: check this!
Pavel Machek [Mon, 17 Apr 2000 11:37:05 +0000 (11:37 +0000)] 
Use EAF_ORIGINATED as mj wanted. mj: check this!

25 years agoInt sets moved to core. It is now possible to have variable of type clist.
Pavel Machek [Mon, 17 Apr 2000 11:34:38 +0000 (11:34 +0000)] 
Int sets moved to core. It is now possible to have variable of type clist.

25 years agoNormalize community sets when exporting.
Martin Mares [Mon, 17 Apr 2000 11:25:15 +0000 (11:25 +0000)] 
Normalize community sets when exporting.

Set PARTIAL bits correctly.

25 years agoDefine EAF_ORIGINATED and propagate it properly when merging attribute lists.
Martin Mares [Mon, 17 Apr 2000 11:23:05 +0000 (11:23 +0000)] 
Define EAF_ORIGINATED and propagate it properly when merging attribute lists.

25 years agoAesthetical tweaks (asterisk spells `asterisk' etc.)
Martin Mares [Mon, 17 Apr 2000 11:22:24 +0000 (11:22 +0000)] 
Aesthetical tweaks (asterisk spells `asterisk' etc.)

25 years agoFinish moving of path matching. Use int_set_print from core for
Pavel Machek [Mon, 17 Apr 2000 11:20:00 +0000 (11:20 +0000)] 
Finish moving of path matching. Use int_set_print from core for
printing community lists.

25 years agoas_path_match moved to a-path.c
Pavel Machek [Mon, 17 Apr 2000 11:11:33 +0000 (11:11 +0000)] 
as_path_match moved to a-path.c

25 years agoPath_getlen moved to nest and length was made callable from filters.
Pavel Machek [Mon, 17 Apr 2000 11:06:39 +0000 (11:06 +0000)] 
Path_getlen moved to nest and length was made callable from filters.

25 years agoUse printing routine from nest/ instead of our own.
Pavel Machek [Mon, 17 Apr 2000 10:54:01 +0000 (10:54 +0000)] 
Use printing routine from nest/ instead of our own.

25 years agoPath matching now actually works, including / * 1 2 3 * /.
Pavel Machek [Mon, 17 Apr 2000 10:50:03 +0000 (10:50 +0000)] 
Path matching now actually works, including / * 1 2 3 * /.

25 years agoPath and path matching seem to work, now.
Pavel Machek [Mon, 17 Apr 2000 10:42:28 +0000 (10:42 +0000)] 
Path and path matching seem to work, now.

25 years agoSend and receive communities.
Martin Mares [Mon, 17 Apr 2000 10:19:15 +0000 (10:19 +0000)] 
Send and receive communities.

25 years agoPrinting of AS paths and community sets.
Martin Mares [Mon, 17 Apr 2000 10:18:55 +0000 (10:18 +0000)] 
Printing of AS paths and community sets.

25 years agoPrepend and creation of empty path should work, but it has strange
Pavel Machek [Mon, 17 Apr 2000 10:16:47 +0000 (10:16 +0000)] 
Prepend and creation of empty path should work, but it has strange
syntax for now.

25 years agoSending of update messages works!
Martin Mares [Mon, 17 Apr 2000 09:37:31 +0000 (09:37 +0000)] 
Sending of update messages works!

25 years agoCreated nest/a-path.c and a-set.c which should contain general operations
Martin Mares [Mon, 17 Apr 2000 07:53:29 +0000 (07:53 +0000)] 
Created nest/a-path.c and a-set.c which should contain general operations
on AS paths and community sets.

Moved as_path_prepend() there.

Pavel, please move the other functions as well.

25 years agoLSack receiving bugfix.
Ondrej Filip [Wed, 12 Apr 2000 15:37:52 +0000 (15:37 +0000)] 
LSack receiving bugfix.

25 years agoLS Ack receiving done.
Ondrej Filip [Wed, 12 Apr 2000 15:20:13 +0000 (15:20 +0000)] 
LS Ack receiving done.

25 years agoStupid "+1"-bug fixed.
Ondrej Filip [Wed, 12 Apr 2000 14:49:20 +0000 (14:49 +0000)] 
Stupid "+1"-bug fixed.

25 years agoMade last Pavel's changes compile.
Martin Mares [Wed, 12 Apr 2000 14:14:47 +0000 (14:14 +0000)] 
Made last Pavel's changes compile.

25 years agoas_path_prepend is usable outside bgp.
Pavel Machek [Wed, 12 Apr 2000 14:12:37 +0000 (14:12 +0000)] 
as_path_prepend is usable outside bgp.

25 years agoReal bucket lists.
Martin Mares [Wed, 12 Apr 2000 14:09:26 +0000 (14:09 +0000)] 
Real bucket lists.

25 years agoOne less shift/reduce conflict.
Pavel Machek [Wed, 12 Apr 2000 14:05:37 +0000 (14:05 +0000)] 
One less shift/reduce conflict.

25 years agof_new_dynamic_attr gets third argument, type as filters know it.
Pavel Machek [Wed, 12 Apr 2000 14:02:04 +0000 (14:02 +0000)] 
f_new_dynamic_attr gets third argument, type as filters know it.

25 years agoDefine BGP_PATH.
Martin Mares [Wed, 12 Apr 2000 13:56:04 +0000 (13:56 +0000)] 
Define BGP_PATH.