summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2000-05-09Just added declaration of AS Ext routes calculation.Ondrej Filip
2000-05-09Do not stop lsrr_timer in FULL state. Use it for retransmition.Ondrej Filip
2000-05-09Some changes in debugging.Ondrej Filip
2000-05-09Fixed some FIXME's by deleting them. :-)Ondrej Filip
2000-05-09Useless '\n' in log()Ondrej Filip
2000-05-09Stopping RXMT timer when going to lower state than EXSTART.Ondrej Filip
2000-05-09Generated first public alpha release.Martin Mares
2000-05-09New example config.Martin Mares
2000-05-09Implemented debugging function rlookup() which you can call from gdbMartin Mares
2000-05-09rt_prune: Don't kill routes from protocols in FS_FEEDING state. If debugging,Martin Mares
2000-05-09KEEPALIVE TIME ought to set keepalive time, not connect retry time :)Martin Mares
2000-05-09In non-debug mode, set default logging to syslog only, not stderr.Martin Mares
2000-05-09Fixed type in daemonization code.Martin Mares
2000-05-09Typo in debug.Ondrej Filip
2000-05-09Grrr, useless debug.Ondrej Filip
2000-05-09Small typo.Ondrej Filip
2000-05-09Bugfix in new neighbor allocation.Ondrej Filip
2000-05-09Better debug output.Ondrej Filip
2000-05-09Next hop calculation improved. (I ignored stub networks advertised by myOndrej Filip
2000-05-09Better logging. (%d->%I)Ondrej Filip
2000-05-08Several simplifications of the fib iterators.Martin Mares
2000-05-08When not debugging, daemonize automatically.Martin Mares
2000-05-08Implemented `show route count' which is `show route stats' withMartin Mares
2000-05-08Don't crash when the socket gets closed between updates.Martin Mares
2000-05-08Added `--disable-memcheck' switch which avoids linking of efence/dmalloc,Martin Mares
2000-05-08Stop feeding the protocol if it suddenly shuts down.Martin Mares
2000-05-08Update `remains' counter correctly.Martin Mares
2000-05-08Use PATH_CONTROL_SOCKET instead of tacking on "bird.ctl" manually.Martin Mares
2000-05-08Forgot to add a spiky comment :)Martin Mares
2000-05-08Autoconf is *evil*. The sysconfdir and similar variables are unusable inMartin Mares
2000-05-08Updated TODO.Martin Mares
2000-05-08Debugging compilation is no longer default. This means that the configurationMartin Mares
2000-05-08`make install' now works.Martin Mares
2000-05-08The bgp_list is gone. Incomming connections are now handled in a muchMartin Mares
2000-05-08Really free attributes.Martin Mares
2000-05-08When reporting a bug(), call abort() instead of exit(), so that weMartin Mares
2000-05-08Some less socket error messages.Martin Mares
2000-05-08Don't generate corrupted packets when sending only route deletes.Martin Mares
2000-05-08Don't report refused connections.Martin Mares
2000-05-08Removed the `async' switch which was used for debugging only anyway.Martin Mares
2000-05-08bugs_in_attr_cache_hashing--;Martin Mares
2000-05-08Link the instance to the global BGP list as soon as possible.Martin Mares
2000-05-08Incoming buffer must be at least 8KB long.Martin Mares
2000-05-08Use preferences properly.Martin Mares
2000-05-08Don't crash when reporting deleted routes.Martin Mares
2000-05-08Preference is a configurable parameter.Martin Mares
2000-05-08Fixed `show route primary'.Martin Mares
2000-05-08Debugged printing and pruning of neighbor cache entries.Martin Mares
2000-05-07Don't count networks with no routes (they are not displayed at all andMartin Mares
2000-05-07Implemented `show route <...> stats'.Martin Mares