]>
git.ipfire.org Git - thirdparty/bird.git/log
Ondrej Filip [Thu, 11 May 2000 22:00:16 +0000 (22:00 +0000)]
Better debugging.
More robust.
Ondrej Filip [Thu, 11 May 2000 17:14:57 +0000 (17:14 +0000)]
Bugfix in network LSA originating.
Martin Mares [Thu, 11 May 2000 16:55:26 +0000 (16:55 +0000)]
Updated README, generating the first alpha release.
Martin Mares [Thu, 11 May 2000 16:30:56 +0000 (16:30 +0000)]
Multicast problems should be gone, although the fix is Linux only and we'll
need to figure out something better when working on new ports.
Martin Mares [Thu, 11 May 2000 15:05:13 +0000 (15:05 +0000)]
Several minor RIP changes (Pavel, please check as usually):
o Use FIB_ITERATE_INIT instead of calling the function fit_init()
which is explictly marked as private in route.h.
o When printing trace messages, don't spit out protocol name twice.
o Some messages are a bit more verbose.
o Added a bunch of FIXME's.
o When running in broadcast mode, don't forget to bind the local
end of the socket to the same broadcast address, so that we don't
get the broadcasts looped back via different interface. I'm just
going to look up the same problem for multicasts.
Martin Mares [Thu, 11 May 2000 12:30:06 +0000 (12:30 +0000)]
If a broadcast address is missing, go fake one.
Martin Mares [Thu, 11 May 2000 12:20:07 +0000 (12:20 +0000)]
Use correct flags for the LOCAL_PREF attribute.
When an invalid attribute is found, copy the entire attribute to the data
section of the NOTIFICATION message.
Pavel Machek [Thu, 11 May 2000 12:00:35 +0000 (12:00 +0000)]
Critical files from linuxdoc1 distribution checked in.
Pavel Machek [Thu, 11 May 2000 11:54:03 +0000 (11:54 +0000)]
Use <m> instead of <i> in bird.sgml, fix url references.
Pavel Machek [Thu, 11 May 2000 10:47:33 +0000 (10:47 +0000)]
Don't include Rules: they are not needed and break stand-alone make of documentation.
Pavel Machek [Thu, 11 May 2000 10:33:18 +0000 (10:33 +0000)]
Fixed nasty segfault in rip.
Pavel Machek [Thu, 11 May 2000 09:41:16 +0000 (09:41 +0000)]
Some more paranoia into rip_insert and rip_delete
Pavel Machek [Thu, 11 May 2000 09:36:55 +0000 (09:36 +0000)]
Unused variable killed.
Ondrej Filip [Wed, 10 May 2000 23:42:37 +0000 (23:42 +0000)]
Test better lsa size.
Ondrej Filip [Wed, 10 May 2000 23:42:13 +0000 (23:42 +0000)]
Be more verbose.
Ondrej Filip [Wed, 10 May 2000 23:41:52 +0000 (23:41 +0000)]
Bugfix in (B)DR election.
Ondrej Filip [Wed, 10 May 2000 23:41:18 +0000 (23:41 +0000)]
More robust tests in packet receiving.
Ondrej Filip [Wed, 10 May 2000 15:04:21 +0000 (15:04 +0000)]
Some better lsa checking added.
Ondrej Filip [Wed, 10 May 2000 14:29:00 +0000 (14:29 +0000)]
Out dump deleted.
Pavel Machek [Wed, 10 May 2000 13:42:50 +0000 (13:42 +0000)]
use password_same utility function
Pavel Machek [Wed, 10 May 2000 13:42:46 +0000 (13:42 +0000)]
password_same utility function
Ondrej Filip [Wed, 10 May 2000 13:35:49 +0000 (13:35 +0000)]
Ever test possibility of forming of adjacency.
Pavel Machek [Wed, 10 May 2000 13:23:21 +0000 (13:23 +0000)]
Inlined metric and mode into struct rip_interface to make reconfig
work.
reconfigure is conservative but should work.
Pavel Machek [Wed, 10 May 2000 13:05:39 +0000 (13:05 +0000)]
rip_reconfigure done right
Pavel Machek [Wed, 10 May 2000 12:48:06 +0000 (12:48 +0000)]
ipa_same does not exist.
Pavel Machek [Wed, 10 May 2000 12:46:47 +0000 (12:46 +0000)]
Nicer messages from rip.
Pavel Machek [Wed, 10 May 2000 12:38:05 +0000 (12:38 +0000)]
Use ea_get_int instead of ea_find.
Ondrej Filip [Wed, 10 May 2000 12:37:43 +0000 (12:37 +0000)]
Destroying of neighbor moved from 'hello' to 'neighbor' and
improved.
Pavel Machek [Wed, 10 May 2000 12:32:45 +0000 (12:32 +0000)]
Reconfigure hook copied from bgp.
Pavel Machek [Wed, 10 May 2000 12:26:09 +0000 (12:26 +0000)]
Send first udpate sooner.
Pavel Machek [Wed, 10 May 2000 12:23:06 +0000 (12:23 +0000)]
Only announce change to main routing table if it is better than current.
Ondrej Filip [Wed, 10 May 2000 12:22:00 +0000 (12:22 +0000)]
Better dumping.
Pavel Machek [Wed, 10 May 2000 11:57:56 +0000 (11:57 +0000)]
Don't touch used memory.
Ondrej Filip [Wed, 10 May 2000 11:52:39 +0000 (11:52 +0000)]
Bugfix in ip_addr endianity.
Pavel Machek [Wed, 10 May 2000 11:48:34 +0000 (11:48 +0000)]
Killed unused variable.
Ondrej Filip [Wed, 10 May 2000 11:48:21 +0000 (11:48 +0000)]
Bug in (B)DR election fixed.
Pavel Machek [Wed, 10 May 2000 11:40:30 +0000 (11:40 +0000)]
You can now say "mode multicast".
Ondrej Filip [Wed, 10 May 2000 11:22:08 +0000 (11:22 +0000)]
Change u32 to ip_addr in ext lsa.
Ondrej Filip [Wed, 10 May 2000 10:47:17 +0000 (10:47 +0000)]
Calculation of external routes.
Pavel Machek [Wed, 10 May 2000 06:56:42 +0000 (06:56 +0000)]
Fix segfaults by using new ea_get_int.
Pavel Machek [Wed, 10 May 2000 06:54:40 +0000 (06:54 +0000)]
Added more convient interface for ea_find.
What is special about int default;? Compiler chokes on that!
Ondrej Filip [Tue, 9 May 2000 21:52:58 +0000 (21:52 +0000)]
FIXME's removed by deleting them. :-)
Ondrej Filip [Tue, 9 May 2000 21:06:48 +0000 (21:06 +0000)]
Premature aging of self-originated LSA received in flooding.
Ondrej Filip [Tue, 9 May 2000 19:38:34 +0000 (19:38 +0000)]
Better dumping.
Ondrej Filip [Tue, 9 May 2000 19:38:16 +0000 (19:38 +0000)]
Bugfix in lsrt slist adding.
Ondrej Filip [Tue, 9 May 2000 19:36:32 +0000 (19:36 +0000)]
Flushing of old LSAs added.
Ondrej Filip [Tue, 9 May 2000 18:35:57 +0000 (18:35 +0000)]
Backup seen is not called so often.
Ondrej Filip [Tue, 9 May 2000 18:20:39 +0000 (18:20 +0000)]
Don't send flushed LSAs.
Ondrej Filip [Tue, 9 May 2000 18:17:34 +0000 (18:17 +0000)]
Many bugfixes. (I added one entry twice to slist.)
Debug cleanup.
Retransmiting of unacknolegded LSAs
Ondrej Filip [Tue, 9 May 2000 13:56:47 +0000 (13:56 +0000)]
Many bugfixes. Actually, how could this ever work? :-)
Ondrej Filip [Tue, 9 May 2000 12:31:38 +0000 (12:31 +0000)]
Bug fix in sending updates.
Ondrej Filip [Tue, 9 May 2000 12:18:41 +0000 (12:18 +0000)]
Bugfix in testing of possibility of adjacency.
Ondrej Filip [Tue, 9 May 2000 12:03:57 +0000 (12:03 +0000)]
Better dumping.
Ondrej Filip [Tue, 9 May 2000 12:02:48 +0000 (12:02 +0000)]
Bugfix in hello.
Ondrej Filip [Tue, 9 May 2000 11:52:44 +0000 (11:52 +0000)]
Small cleanup.
Ondrej Filip [Tue, 9 May 2000 11:29:52 +0000 (11:29 +0000)]
Sorry, it didn't compile. :-(
Ondrej Filip [Tue, 9 May 2000 11:27:31 +0000 (11:27 +0000)]
Another bugfix in neighbor state machine.
Ondrej Filip [Tue, 9 May 2000 10:47:10 +0000 (10:47 +0000)]
Small bug in neighbor state machine.
Ondrej Filip [Tue, 9 May 2000 00:03:08 +0000 (00:03 +0000)]
Just added declaration of AS Ext routes calculation.
Ondrej Filip [Mon, 8 May 2000 23:46:31 +0000 (23:46 +0000)]
Do not stop lsrr_timer in FULL state. Use it for retransmition.
Ondrej Filip [Mon, 8 May 2000 22:50:37 +0000 (22:50 +0000)]
Some changes in debugging.
Ondrej Filip [Mon, 8 May 2000 22:49:58 +0000 (22:49 +0000)]
Fixed some FIXME's by deleting them. :-)
Ondrej Filip [Mon, 8 May 2000 22:42:56 +0000 (22:42 +0000)]
Useless '\n' in log()
Ondrej Filip [Mon, 8 May 2000 22:40:55 +0000 (22:40 +0000)]
Stopping RXMT timer when going to lower state than EXSTART.
Martin Mares [Mon, 8 May 2000 22:37:16 +0000 (22:37 +0000)]
Generated first public alpha release.
Unless you object, I'll announce it today (9.5.) at noon.
Martin Mares [Mon, 8 May 2000 22:33:50 +0000 (22:33 +0000)]
New example config.
Martin Mares [Mon, 8 May 2000 22:33:38 +0000 (22:33 +0000)]
Implemented debugging function rlookup() which you can call from gdb
to see what resource does the address given as a parameter belong to.
Martin Mares [Mon, 8 May 2000 22:33:02 +0000 (22:33 +0000)]
rt_prune: Don't kill routes from protocols in FS_FEEDING state. If debugging,
call fib_check() on the table's fib.
Martin Mares [Mon, 8 May 2000 22:32:17 +0000 (22:32 +0000)]
KEEPALIVE TIME ought to set keepalive time, not connect retry time :)
Martin Mares [Mon, 8 May 2000 22:31:58 +0000 (22:31 +0000)]
In non-debug mode, set default logging to syslog only, not stderr.
Martin Mares [Mon, 8 May 2000 22:31:34 +0000 (22:31 +0000)]
Fixed type in daemonization code.
Ondrej Filip [Mon, 8 May 2000 22:28:42 +0000 (22:28 +0000)]
Typo in debug.
Ondrej Filip [Mon, 8 May 2000 22:27:25 +0000 (22:27 +0000)]
Grrr, useless debug.
Ondrej Filip [Mon, 8 May 2000 22:26:11 +0000 (22:26 +0000)]
Small typo.
Ondrej Filip [Mon, 8 May 2000 22:24:22 +0000 (22:24 +0000)]
Bugfix in new neighbor allocation.
Ondrej Filip [Mon, 8 May 2000 22:10:10 +0000 (22:10 +0000)]
Better debug output.
Ondrej Filip [Mon, 8 May 2000 22:03:29 +0000 (22:03 +0000)]
Next hop calculation improved. (I ignored stub networks advertised by my
neighbors.
Ondrej Filip [Mon, 8 May 2000 22:02:45 +0000 (22:02 +0000)]
Better logging. (%d->%I)
Martin Mares [Mon, 8 May 2000 19:11:49 +0000 (19:11 +0000)]
Several simplifications of the fib iterators.
Martin Mares [Mon, 8 May 2000 19:10:36 +0000 (19:10 +0000)]
When not debugging, daemonize automatically.
Martin Mares [Mon, 8 May 2000 14:58:00 +0000 (14:58 +0000)]
Implemented `show route count' which is `show route stats' with
exception that it doesn't print the routes themselves.
Martin Mares [Mon, 8 May 2000 14:53:22 +0000 (14:53 +0000)]
Don't crash when the socket gets closed between updates.
Also, this time not only update `remains', but update it right :)
Martin Mares [Mon, 8 May 2000 14:51:57 +0000 (14:51 +0000)]
Added `--disable-memcheck' switch which avoids linking of efence/dmalloc,
so that we can run in debugging mode with large routing tables.
Martin Mares [Mon, 8 May 2000 14:51:26 +0000 (14:51 +0000)]
Stop feeding the protocol if it suddenly shuts down.
Martin Mares [Mon, 8 May 2000 14:32:19 +0000 (14:32 +0000)]
Update `remains' counter correctly.
Martin Mares [Mon, 8 May 2000 14:29:30 +0000 (14:29 +0000)]
Use PATH_CONTROL_SOCKET instead of tacking on "bird.ctl" manually.
Martin Mares [Mon, 8 May 2000 14:24:19 +0000 (14:24 +0000)]
Forgot to add a spiky comment :)
Martin Mares [Mon, 8 May 2000 14:19:47 +0000 (14:19 +0000)]
Autoconf is *evil*. The sysconfdir and similar variables are unusable in
C includes as they contain substitutions specific to make.
Worked around by creating sysconf/paths.h which is created from
the Makefile instead of by the configure script.
Martin Mares [Mon, 8 May 2000 14:18:33 +0000 (14:18 +0000)]
Updated TODO.
Martin Mares [Mon, 8 May 2000 13:56:11 +0000 (13:56 +0000)]
Debugging compilation is no longer default. This means that the configuration
file is expected in $prefix/etc etc.
Use --enable-debug to request debugging.
Martin Mares [Mon, 8 May 2000 13:54:59 +0000 (13:54 +0000)]
`make install' now works.
Martin Mares [Mon, 8 May 2000 13:26:30 +0000 (13:26 +0000)]
The bgp_list is gone. Incomming connections are now handled in a much
more straightforward manner by scanning the active configuration for
matching protocols.
Martin Mares [Mon, 8 May 2000 13:12:14 +0000 (13:12 +0000)]
Really free attributes.
Martin Mares [Mon, 8 May 2000 12:38:00 +0000 (12:38 +0000)]
When reporting a bug(), call abort() instead of exit(), so that we
can analyse the core.
Martin Mares [Mon, 8 May 2000 12:37:39 +0000 (12:37 +0000)]
Some less socket error messages.
Martin Mares [Mon, 8 May 2000 12:37:24 +0000 (12:37 +0000)]
Don't generate corrupted packets when sending only route deletes.
Martin Mares [Mon, 8 May 2000 12:09:10 +0000 (12:09 +0000)]
Don't report refused connections.
Martin Mares [Mon, 8 May 2000 12:05:55 +0000 (12:05 +0000)]
Removed the `async' switch which was used for debugging only anyway.
Don't moan when netlink reports lost packets.
Martin Mares [Mon, 8 May 2000 11:40:30 +0000 (11:40 +0000)]
bugs_in_attr_cache_hashing--;
Martin Mares [Mon, 8 May 2000 11:04:22 +0000 (11:04 +0000)]
Link the instance to the global BGP list as soon as possible.