Commit graph

  • d901db3fb7 Fixes bug in packet retransmissions. Ondrej Zajicek 2009-02-12 19:46:51 +0100
  • b807ef9a15 Fixes bug in protocol state machine Ondrej Zajicek 2009-02-12 13:43:06 +0100
  • 80ac7dc181 Do not use ? for client-side help when in new BGP path syntax Ondrej Zajicek 2009-02-12 13:41:34 +0100
  • f949163039 New syntax for bgp_path Ondrej Zajicek 2009-01-27 17:35:00 +0100
  • 11ec0f1a51 Fixes compilation on older systems. Ondrej Zajicek 2009-01-16 12:49:51 +0100
  • e3c460bc90 Fixes some past config grammar update that caused password related regression. Ondrej Zajicek 2009-01-16 12:08:07 +0100
  • 3b108f18e8 One null-pointer dereference bugfix hidden in whitespace changes Ondrej Zajicek 2009-01-16 10:58:52 +0100
  • 0dd7ccc766 Fix typo. Ondrej Zajicek 2009-01-13 19:25:27 +0100
  • 0844b65d13 Fix OSPF protocol error recovery behavior. Ondrej Zajicek 2009-01-13 19:15:49 +0100
  • f15cb99c79 Add check detecting packet overwrite in TX buffer. Ondrej Zajicek 2009-01-12 23:42:51 +0100
  • 02a9eeeb85 Slist update Ondrej Zajicek 2009-01-12 14:40:21 +0100
  • 23d6702952 Some fixes and update of OSPF debug messages Ondrej Zajicek 2009-01-11 12:14:27 +0100
  • 0e9617e400 Move check for NULL before usage of variable. Ondrej Zajicek 2009-01-11 10:51:54 +0100
  • f20907adf6 Fixes bug in OSPF Ondrej Zajicek 2009-01-11 10:47:41 +0100
  • 330aecead8 Bugfix in interpret Ondrej Zajicek 2008-12-25 17:49:57 +0100
  • 083c43e22e fixes some 64-bit related bugs. Ondrej Zajicek 2008-12-25 11:55:27 +0100
  • 165a622727 Adds support for fallback to capabilityless BGP connect Ondrej Zajicek 2008-12-24 17:24:41 +0100
  • 591211557f Fixes bug related to reconfiguration of BGP. Ondrej Zajicek 2008-12-24 12:18:10 +0100
  • 11b32d9117 Major changes to BGP Ondrej Zajicek 2008-12-19 01:34:39 +0100
  • b933281ed5 Fixes nasty bug in event processing. Ondrej Zajicek 2008-12-18 23:26:08 +0100
  • 35164c5017 rx_hook may be cleaned in some callback so we check it before executing sk_read(). Ondrej Zajicek 2008-12-12 17:48:03 +0100
  • d6a836f8d6 Fixes core state machine. Ondrej Zajicek 2008-12-08 12:24:55 +0100
  • fbde6c3908 Fixes race condition leading to memory corruption and crash. Ondrej Zajicek 2008-11-22 01:12:22 +0100
  • 35f983f889 Fixes segfault with multiple routing tables. Ondrej Zajicek 2008-11-21 18:17:03 +0100
  • 661ec5db7f I am not sure whether this is proper fix for a problem that birdc shows only parts of larger outputs (for example 'show route all'). It seems that birdc reads (from bird) and writes (to stdout) everything but during execution of some readline code some already written output disappeared (although it is fflush()ed and tcdrain()ed). Ondrej Zajicek 2008-11-21 13:05:12 +0100
  • eac21b46f7 This is bug, isn't it? Ondrej Zajicek 2008-11-21 13:01:05 +0100
  • e00115904f birdc died during terminal resize because of unhandled EINTR in select loop. Ondrej Zajicek 2008-11-21 12:59:03 +0100
  • 44711e0ca2 Fix some bugs in filter interpret. Ondrej Zajicek 2008-11-16 22:16:04 +0100
  • ebacaf6f7b Fix bug in AS path matching Ondrej Zajicek 2008-11-16 11:35:30 +0100
  • 258d0ad4ca Fixes feeding of new protocol, only preferred routes are announced. Ondrej Zajicek 2008-11-14 23:03:15 +0100
  • 3f670371cf OSPF routes appeared with random value of ospf_tag attribute. This patch fixes it. Ondrej Zajicek 2008-11-14 21:13:56 +0100
  • e29fa06ece New read-only route attribute 'proto' added. It returns a string representing a name of the protocol that originated the route. Strings can be compared using = or matched using ~. Routes can be filtered, for example: Ondrej Zajicek 2008-11-14 14:50:37 +0100
  • aebe06b40c Proper format functions for ORIGINATOR_ID, CLUSTER_LIST Ondrej Zajicek 2008-11-08 23:33:22 +0100
  • b21f68b4cd Fix bugs in OSPF MD5 authentication. First bug is that default values for MD5 password ID changed during reconfigure, Second bug is that BIRD chooses password in first-fit manner, but RFC says that it should use the one with the latest generate-from. Ondrej Zajicek 2008-11-08 17:24:23 +0100
  • 08cca48a14 Uprava configure Ondrej Zajicek 2008-11-06 19:13:55 +0100
  • fd91ae3325 Fix problem with local time changes. Ondrej Zajicek 2008-11-05 22:36:49 +0100
  • 1389f3699f Fixes bugs in IPv6 code caused by recent commits. Ondrej Zajicek 2008-11-05 21:39:04 +0100
  • baa9ef18c6 These warnings are so abundant (because char * / byte * mix) that they are completely useless. Ondrej Zajicek 2008-11-04 14:52:47 +0100
  • 6c8102e3a8 Ignore messages related to wireless extensions. Ondrej Zajicek 2008-11-04 14:51:45 +0100
  • a39b165e45 Multihop BGP was completely broken, because listening socket has always ttl 1. Ondrej Zajicek 2008-11-01 16:58:40 +0100
  • a92fe60717 Implementation of route server. Ondrej Zajicek 2008-11-01 12:55:43 +0100
  • e16466b379 Fix race condition that breaks BGP connections after reconfigure. Ondrej Zajicek 2008-10-29 14:16:34 +0100
  • f0ad56f441 Fixes some sloppiness of commit a3b70dc499. Ondrej Zajicek 2008-10-28 16:10:42 +0100
  • a98fbf0f12 Merge branch 'dev' into out Ondrej Zajicek 2008-10-27 00:20:22 +0100
  • a3b70dc499 Two new informative CLI commands for OSPF. Ondrej Zajicek 2008-10-27 00:03:30 +0100
  • 68fa95cfec Check of socket name length Ondrej Zajicek 2008-10-26 23:55:38 +0100
  • 52586ccdf1 Missing newline. Ondrej Zajicek 2008-10-26 23:53:05 +0100
  • a97122a3ca Bugfix in LSA origination for PTP OSPF links. Ondrej Zajicek 2008-10-26 23:43:13 +0100
  • 4c94a6c7e7 Do not repeat 'Invalid broadcast address' error message. Ondrej Zajicek 2008-10-26 23:23:09 +0100
  • d7f3b30649 Ignore unknown netlink events. Ondrej Zajicek 2008-10-26 23:20:50 +0100
  • 1567edea8d Bugfix for routing table breaking bug. Ondrej Zajicek 2008-10-26 23:09:46 +0100
  • b6bf284a90 Bugfixes in MULIT_EXIT_DISC attribute handling. Ondrej Zajicek 2008-10-26 22:59:21 +0100
  • 4819c3e17a Bugfix in LOCAL_PREF attribute handling. Ondrej Zajicek 2008-10-26 22:54:23 +0100
  • 1adc17b4b5 Update of a documentation - new options for AS4, MD5 auth and route reflection. Ondrej Zajicek 2008-10-26 22:52:21 +0100
  • ba5ed6f3e4 Implementation of an option for disabling AS4 support per BGP instance. Ondrej Zajicek 2008-10-26 22:48:02 +0100
  • 4847a894bf Implementation of route reflection for BGP Ondrej Zajicek 2008-10-26 22:45:09 +0100
  • d51aa28190 Implementation of MD5 authentication of BGP sessions. Ondrej Zajicek 2008-10-26 22:42:39 +0100
  • 11cb620266 Implementation of 4B ASN support for BGP Ondrej Zajicek 2008-10-26 22:36:08 +0100
  • 44cb1449ed The top-level Makefile is a generated file, so remove it from the repo. Martin Mares 2008-10-26 14:14:37 +0100
  • c94d56cb04 Updated version number in the README. Martin Mares 2008-10-26 14:11:06 +0100
  • 226cb2bc3f Expand ospf dump information. Ondrej Filip 2008-08-25 12:51:06 +0000
  • 97c6fa02e0 Previous patch reverted. :-( Ondrej Filip 2008-08-25 12:06:20 +0000
  • 73e53eb555 Endianity problem in debug message fix. Ondrej Filip 2008-08-25 12:00:55 +0000
  • 030e3a79cb Buffer overflow fix. Ondrej Filip 2008-08-25 11:57:46 +0000
  • 057021df0d Fix behavior of ipa_opposite(). Martin Mares 2008-08-25 11:19:49 +0000
  • 6c36c4b66b Updated config.{guess,sub} to a recent version. Martin Mares 2008-08-25 11:14:14 +0000
  • 3c3271d9fc Close fd of config file after reconfiguration. Ondrej Filip 2008-08-24 23:24:14 +0000
  • 85ae398a61 The source address configuration in BGP added. Ondrej Filip 2008-08-24 23:20:46 +0000
  • a456788bce New version of flex needs argument separated. Ondrej Filip 2007-06-20 12:32:39 +0000
  • 8411a37e7d Detach from the TTY properly. Martin Mares 2007-06-20 07:33:26 +0000
  • 4b1cf69e76 Again back to regina.gin.cz. Ondrej Filip 2005-03-16 16:09:28 +0000
  • c81b4ec361 Yes, we will go for 1.0.12 Ondrej Filip 2005-03-16 16:08:40 +0000
  • f39e3bfdbf Small bugfix in tracing. Ondrej Filip 2005-03-15 23:42:41 +0000
  • 94c42054ea Added new parametr 'rx buffer <num>'. BIRD is able to receive very large packets (if configured). Ondrej Filip 2005-03-15 22:06:36 +0000
  • e6ea2e375e Maximal packet size in virtual links is 576. Ondrej Filip 2005-03-15 20:51:33 +0000
  • e300066d5f OSPF can accept larger packets than MTU. Ondrej Filip 2005-03-14 11:24:56 +0000
  • 427e59939b Look for large packets. Ondrej Filip 2005-03-14 11:07:10 +0000
  • a2d5b405d4 Bugfix in external routes calculation. Ondrej Filip 2005-03-14 10:59:52 +0000
  • f735de0290 Small typos in documentation. Ondrej Filip 2005-02-21 14:06:22 +0000
  • 129e912924 Ftp server change. Ondrej Filip 2005-02-21 10:22:57 +0000
  • 89478fe3ab Change of ftp servers. Ondrej Filip 2005-02-21 10:04:37 +0000
  • 39fc85b4c6 Unused code deleted. Ondrej Filip 2005-02-20 19:03:34 +0000
  • 63ca37f313 Cleanup - all unused variables deleted. Ondrej Filip 2005-02-20 18:56:06 +0000
  • efc9e1b78b Some tasks are fulfilled. :-) Ondrej Filip 2005-02-20 17:04:00 +0000
  • 52d61a8498 Intelligent reconfiguration should work again. Ondrej Filip 2005-02-20 16:54:09 +0000
  • dafaef9ba9 Originate default route into stub areas. Ondrej Filip 2005-02-20 16:53:06 +0000
  • 028a4cfc02 Let's go for 1.0.11. Ondrej Filip 2005-02-20 04:28:55 +0000
  • d8c7d9e884 Since now I can also use 'dead interval', not just 'dead counter'. Ondrej Filip 2005-02-20 04:27:56 +0000
  • 7de7470a2a Bugfix - count courrectly next hop on single hop virtual link. Ondrej Filip 2005-02-20 03:37:47 +0000
  • 6eb4b73fe8 Time of neighbor's dead was not shown correctly. Ondrej Filip 2005-02-20 03:30:44 +0000
  • 5506c82ce6 Bugfix in previous bugfix. Ondrej Filip 2005-02-18 19:36:32 +0000
  • 60e04f0413 Minor bugfix: Summary LSA for aggregated area was always propagated with metric = 1. Now it's metric of most distant component. Ondrej Filip 2005-02-18 18:51:42 +0000
  • 27a1e3ac35 Minor bugfixes in routing table calsulation. Ondrej Filip 2005-02-15 16:17:42 +0000
  • 8ffc753441 Minor changes to keep gcc happy. Ondrej Filip 2005-02-15 06:32:31 +0000
  • c025b85273 Real write is only in sk_maybe_write. Previous change partially reverted. Thank you MJ. Ondrej Filip 2005-02-14 23:15:04 +0000
  • 2eef9e887a Be more verbose in log. Ondrej Filip 2005-02-14 21:34:46 +0000
  • 7c49f71559 Added s->err_hook wrapper that empties socket. Ondrej Filip 2005-02-14 21:28:51 +0000
  • 030d3b387e Small changed to reduce the number of warnings. Ondrej Filip 2005-02-14 11:58:46 +0000
  • b181f444a6 Small changes to reduce number of warnings. Ondrej Filip 2005-02-14 11:54:16 +0000
  • 75c1c58519 Yes, I'd like to go to 1.0.10 Ondrej Filip 2005-02-14 11:37:40 +0000