]>
git.ipfire.org Git - thirdparty/bird.git/log
Martin Mares [Thu, 20 Apr 2000 22:54:22 +0000 (22:54 +0000)]
Synced to draft-ietf-idr-bgp4-09.
Martin Mares [Thu, 20 Apr 2000 22:34:50 +0000 (22:34 +0000)]
Fixed reporting of unknown options.
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.
Pavel Machek [Thu, 20 Apr 2000 10:24:41 +0000 (10:24 +0000)]
Test new syntax of add() and delete().
Martin Mares [Wed, 19 Apr 2000 13:54:35 +0000 (13:54 +0000)]
Temporarily ignore unknown options.
Martin Mares [Wed, 19 Apr 2000 13:54:17 +0000 (13:54 +0000)]
The ATOMIC_AGGREGATE parameter is optional transitive.
Martin Mares [Wed, 19 Apr 2000 13:28:56 +0000 (13:28 +0000)]
Delay fetching of router ID.
Martin Mares [Wed, 19 Apr 2000 12:51:14 +0000 (12:51 +0000)]
Select the right source address and don't check port numbers.
Ondrej Filip [Tue, 18 Apr 2000 22:11:05 +0000 (22:11 +0000)]
Grr, another patch to make it compile.
Ondrej Filip [Tue, 18 Apr 2000 22:07:58 +0000 (22:07 +0000)]
Another ack bugfix. (Bad test for MIN_LS_ARRIVAL.)
Ondrej Filip [Tue, 18 Apr 2000 21:40:11 +0000 (21:40 +0000)]
LS ack bugfix. (I didn't remove LSA from LSret hash.)
Ondrej Filip [Tue, 18 Apr 2000 21:13:56 +0000 (21:13 +0000)]
LS ack.
Ondrej Filip [Tue, 18 Apr 2000 20:34:19 +0000 (20:34 +0000)]
Better LS Ack dumping.
Ondrej Filip [Tue, 18 Apr 2000 19:56:43 +0000 (19:56 +0000)]
Bugfix in neighbor dumping.
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. :-(
Ondrej Filip [Tue, 18 Apr 2000 19:31:42 +0000 (19:31 +0000)]
Multicast open socket for (B)DR bugfix.
Ondrej Filip [Tue, 18 Apr 2000 19:22:49 +0000 (19:22 +0000)]
Dump changes.
Ondrej Filip [Tue, 18 Apr 2000 18:29:50 +0000 (18:29 +0000)]
Many %u changer into %I.
Ondrej Filip [Tue, 18 Apr 2000 18:21:10 +0000 (18:21 +0000)]
Many %u changed into %I and dump cleanup.
Ondrej Filip [Tue, 18 Apr 2000 18:01:26 +0000 (18:01 +0000)]
Iface chstate run only if something really change.
Ondrej Filip [Tue, 18 Apr 2000 17:58:16 +0000 (17:58 +0000)]
Better dumping in neighbor chstate.
Ondrej Filip [Tue, 18 Apr 2000 17:54:06 +0000 (17:54 +0000)]
Better chstate dumping.
Ondrej Filip [Tue, 18 Apr 2000 17:36:46 +0000 (17:36 +0000)]
Sending of ACK disabled, since I'll find bug.
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. :-)
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.
Ondrej Filip [Mon, 17 Apr 2000 21:10:40 +0000 (21:10 +0000)]
Listening on AllDRouters for DR and BACKUP added.
Ondrej Filip [Mon, 17 Apr 2000 20:42:42 +0000 (20:42 +0000)]
Small change in LSA originating.
Pavel Machek [Mon, 17 Apr 2000 16:51:28 +0000 (16:51 +0000)]
Few bugs removed from sgml, makefile added.
Pavel Machek [Mon, 17 Apr 2000 16:49:05 +0000 (16:49 +0000)]
Bird.html will now be autogenerated.
Pavel Machek [Mon, 17 Apr 2000 16:48:22 +0000 (16:48 +0000)]
First version of sgml documentation
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.
Martin Mares [Mon, 17 Apr 2000 13:41:50 +0000 (13:41 +0000)]
Adding of dynamic attributes is hopefully correct now.
Martin Mares [Mon, 17 Apr 2000 13:14:48 +0000 (13:14 +0000)]
Added BGP to the default list of protocols we build.
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.
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.
Pavel Machek [Mon, 17 Apr 2000 12:40:38 +0000 (12:40 +0000)]
Special hack for atomic_aggr.
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.
Pavel Machek [Mon, 17 Apr 2000 11:52:32 +0000 (11:52 +0000)]
EAF_ORIGINATED done right.
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.
Pavel Machek [Mon, 17 Apr 2000 11:49:21 +0000 (11:49 +0000)]
pair ~ community list matching works.
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.
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.
Pavel Machek [Mon, 17 Apr 2000 11:37:05 +0000 (11:37 +0000)]
Use EAF_ORIGINATED as mj wanted. mj: check this!
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.
Martin Mares [Mon, 17 Apr 2000 11:25:15 +0000 (11:25 +0000)]
Normalize community sets when exporting.
Set PARTIAL bits correctly.
Martin Mares [Mon, 17 Apr 2000 11:23:05 +0000 (11:23 +0000)]
Define EAF_ORIGINATED and propagate it properly when merging attribute lists.
Martin Mares [Mon, 17 Apr 2000 11:22:24 +0000 (11:22 +0000)]
Aesthetical tweaks (asterisk spells `asterisk' etc.)
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.
Pavel Machek [Mon, 17 Apr 2000 11:11:33 +0000 (11:11 +0000)]
as_path_match moved to a-path.c
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.
Pavel Machek [Mon, 17 Apr 2000 10:54:01 +0000 (10:54 +0000)]
Use printing routine from nest/ instead of our own.
Pavel Machek [Mon, 17 Apr 2000 10:50:03 +0000 (10:50 +0000)]
Path matching now actually works, including / * 1 2 3 * /.
Pavel Machek [Mon, 17 Apr 2000 10:42:28 +0000 (10:42 +0000)]
Path and path matching seem to work, now.
Martin Mares [Mon, 17 Apr 2000 10:19:15 +0000 (10:19 +0000)]
Send and receive communities.
Martin Mares [Mon, 17 Apr 2000 10:18:55 +0000 (10:18 +0000)]
Printing of AS paths and community sets.
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.
Martin Mares [Mon, 17 Apr 2000 09:37:31 +0000 (09:37 +0000)]
Sending of update messages works!
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.
Ondrej Filip [Wed, 12 Apr 2000 15:37:52 +0000 (15:37 +0000)]
LSack receiving bugfix.
Ondrej Filip [Wed, 12 Apr 2000 15:20:13 +0000 (15:20 +0000)]
LS Ack receiving done.
Ondrej Filip [Wed, 12 Apr 2000 14:49:20 +0000 (14:49 +0000)]
Stupid "+1"-bug fixed.
Martin Mares [Wed, 12 Apr 2000 14:14:47 +0000 (14:14 +0000)]
Made last Pavel's changes compile.
Pavel Machek [Wed, 12 Apr 2000 14:12:37 +0000 (14:12 +0000)]
as_path_prepend is usable outside bgp.
Martin Mares [Wed, 12 Apr 2000 14:09:26 +0000 (14:09 +0000)]
Real bucket lists.
Pavel Machek [Wed, 12 Apr 2000 14:05:37 +0000 (14:05 +0000)]
One less shift/reduce conflict.
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.
Martin Mares [Wed, 12 Apr 2000 13:56:04 +0000 (13:56 +0000)]
Define BGP_PATH.
Martin Mares [Wed, 12 Apr 2000 13:55:53 +0000 (13:55 +0000)]
Minor updates by Pavel.
Martin Mares [Wed, 12 Apr 2000 13:55:30 +0000 (13:55 +0000)]
Attribute type hack.
Pavel Machek [Wed, 12 Apr 2000 13:31:39 +0000 (13:31 +0000)]
Filters now know type path. It is possible to declare variable of type
path, but it is not possible to write constant of type path.
It should be possible to print paths and match them.
Martin Mares [Wed, 12 Apr 2000 13:21:23 +0000 (13:21 +0000)]
Introduced `ARRAY_SIZE' macro to replace all the sizeof(a)/sizeof(*a) constructs.
Pavel Machek [Wed, 12 Apr 2000 13:07:53 +0000 (13:07 +0000)]
Renamed f_path to f_path_mask -- which is what it really is. Use
linklist instead of array of signed integers for path mask.
Pavel Machek [Wed, 12 Apr 2000 12:49:53 +0000 (12:49 +0000)]
Path masks are needed for filters.
Pavel Machek [Wed, 12 Apr 2000 12:10:37 +0000 (12:10 +0000)]
BGP_PATH masks now actually work as data type.
Pavel Machek [Wed, 12 Apr 2000 10:34:45 +0000 (10:34 +0000)]
Path printing is now much nicer: not having to put it backward
simplifies it. (Sorry for previous commit, cvs is naughty).
Pavel Machek [Wed, 12 Apr 2000 10:34:02 +0000 (10:34 +0000)]
Path printing is now much nicer.
Martin Mares [Mon, 10 Apr 2000 22:08:32 +0000 (22:08 +0000)]
Fix comments.
Pavel Machek [Mon, 10 Apr 2000 16:36:40 +0000 (16:36 +0000)]
Commit fixes.
Pavel Machek [Mon, 10 Apr 2000 15:07:43 +0000 (15:07 +0000)]
Functions for matching paths added, tested lightly.
Functions for working with community lists added, they compile.
This should not be definitive place for this stuff.
Pavel Machek [Mon, 10 Apr 2000 14:45:00 +0000 (14:45 +0000)]
As usuall, most important info was missing.
Martin Mares [Mon, 10 Apr 2000 12:39:51 +0000 (12:39 +0000)]
Implemented outgoing attribute cache.
Martin Mares [Mon, 10 Apr 2000 12:39:29 +0000 (12:39 +0000)]
Export ea_same() and ea_hash().
Martin Mares [Mon, 10 Apr 2000 12:38:15 +0000 (12:38 +0000)]
Dropped CPU_NEEDS_ALIGN_* as unaligned.h no longer uses them.
Martin Mares [Mon, 10 Apr 2000 11:21:40 +0000 (11:21 +0000)]
Use neighbor cache to track direct route to the peer or multihop destination.
Calculate next_hop properly based on the local address we get from the
neighbor entry.
Martin Mares [Mon, 10 Apr 2000 10:40:00 +0000 (10:40 +0000)]
Fix stupid bug in neighbor cache.
Martin Mares [Sun, 9 Apr 2000 22:05:02 +0000 (22:05 +0000)]
More BGP progress...
For Pavel: You can use bgp_path_prepend() for prepending AS numbers to AS paths.
Martin Mares [Sun, 9 Apr 2000 22:04:12 +0000 (22:04 +0000)]
BGP doesn't need any inline attributes.
Pavel Machek [Fri, 7 Apr 2000 09:02:17 +0000 (09:02 +0000)]
Fix of comment.
Ondrej Filip [Wed, 5 Apr 2000 00:51:25 +0000 (00:51 +0000)]
LSA flooding done.
Ondrej Filip [Tue, 4 Apr 2000 22:27:19 +0000 (22:27 +0000)]
Small clean up. (Duplicate #defines.)
Ondrej Filip [Tue, 4 Apr 2000 22:22:08 +0000 (22:22 +0000)]
"Bug in hashing" fixed. Ehm it was bug in lsrql node removing.
Ondrej Filip [Tue, 4 Apr 2000 15:55:55 +0000 (15:55 +0000)]
LSupdate processing improved. Now there is some bug in hashing. :-(
Ondrej Filip [Tue, 4 Apr 2000 00:32:17 +0000 (00:32 +0000)]
Flooding work continues.
Ondrej Filip [Mon, 3 Apr 2000 22:31:07 +0000 (22:31 +0000)]
Minor change in area list. Now I use MJ's lists.
Ondrej Filip [Sun, 2 Apr 2000 20:41:33 +0000 (20:41 +0000)]
Work on lsupdates continues. Some checksum cleanup.
Ondrej Filip [Sun, 2 Apr 2000 19:04:23 +0000 (19:04 +0000)]
lsa_cmp moved into lsalib.c
Martin Mares [Sat, 1 Apr 2000 10:21:11 +0000 (10:21 +0000)]
Formatting of dynamic attributes (except for paths and communities which
will be added soon).
Martin Mares [Sat, 1 Apr 2000 10:20:12 +0000 (10:20 +0000)]
RIP: Set attribute class.
Martin Mares [Sat, 1 Apr 2000 10:19:47 +0000 (10:19 +0000)]
Changed initialization of protocol list -- now we call proto_build() instead
of calling the protocols manually.
Implemented printing of dynamic attributes in `show route all'.
Each protocol can now register its own attribute class (protocol->attr_class,
set to EAP_xxx) and also a callback for naming and formatting of attributes.
The callback can return one of the following results:
GA_UNKNOWN Attribute not recognized.
GA_NAME Attribute name recognized and put to the buffer,
generic code should format the value.
GA_FULL Both attribute name and value put to the buffer.
Please update protocols generating dynamic attributes to provide
the attr_class and formatting hook.
Martin Mares [Sat, 1 Apr 2000 09:17:33 +0000 (09:17 +0000)]
BGP now handles incoming routes (IPv4 only).