Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-20 | Documentation update | Ondrej Zajicek | |
2009-06-11 | Documentation update. | Ondrej Zajicek | |
2009-06-11 | Implements an option that allows to change a set of stub networks. | Ondrej Zajicek | |
2009-06-04 | Adds route limit documentation. | Ondrej Zajicek | |
2009-06-04 | Implements route statistics and fixes some minor bugs. | Ondrej Zajicek | |
2009-06-01 | Adds support for dynamic pair and bgp mask expressions. | Ondrej Zajicek | |
2009-06-01 | The pipe cleanup. | Ondrej Zajicek | |
2009-05-26 | Warning for BSD system and TCP-MD5. | Ondrej Filip | |
2009-05-22 | Change import/preimport to export/preexport to be consistent with filters. | Ondrej Zajicek | |
2009-05-21 | Merge branch 'master' into dev | Ondrej Zajicek | |
2009-05-13 | Documentation updates | Ondrej Zajicek | |
2009-05-11 | 'show route protocol <p>' added to CLI. | Ondrej Filip | |
2009-05-10 | Fixes in documentation. | Ondrej Zajicek | |
2009-04-28 | Small formatting typo in documentation. | Ondrej Filip | |
2009-04-17 | Rewrite of buggy AS path matching. | Ondrej Zajicek | |
Old AS path maching supposes thath AS number appears only once in AS path, but that is not true. It also contains some bugs related to AS path sets. New code does not use any assumptions about semantic structure of AS path. It is asymptotically slower than the old code, but on real paths it is not significant. It also allows '?' for matching one arbitrary AS number. | |||
2009-03-31 | Documentation update | Ondrej Zajicek | |
2009-03-31 | Reimplementation of prefix sets. | Ondrej Zajicek | |
Prefix sets were broken beyond any repair and have to be reimplemented. They are reimplemented using a trie with bitmasks in nodes. There is also change in the interpretation of minus prefix pattern, but the old interpretation was already inconsistent with the documentation and broken. There is also some bugfixes in filter code related to set variables. | |||
2009-03-25 | Minor text updates. | Ondrej Zajicek | |
2009-03-14 | Documentation fixes. | Ondrej Zajicek | |
2009-03-14 | Path related documentation update | Ondrej Zajicek | |
2009-03-13 | Update capability handshake options | Ondrej Zajicek | |
Add 'capabilities' option, change default behavior to advertise ipv4, add some checks and ignore incoming capabilities when capabilities are disabled. | |||
2009-03-05 | Added Cisco and Quagga capability workaround option. | Ondrej Zajicek | |
2009-02-12 | Documentation update | Ondrej Zajicek | |
2008-11-14 | New read-only route attribute 'proto' added. It returns a string | Ondrej Zajicek | |
representing a name of the protocol that originated the route. Strings can be compared using = or matched using ~. Routes can be filtered, for example: show route where proto ~ "bgp1*" | |||
2008-11-08 | Fix bugs in OSPF MD5 authentication. First bug is that default | Ondrej Zajicek | |
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. It also modifies the syntax for multiple passwords. Now it is possible to just add more 'password' statements to the interface section and it is not needed to use 'passwords' section. Old syntax can be used too. | |||
2008-11-01 | Implementation of route server. | Ondrej Zajicek | |
2008-10-26 | Bugfixes in MULIT_EXIT_DISC attribute handling. | Ondrej Zajicek | |
- Old MED handling was completely different from behavior specified in RFCs - for example they havn't been propagated to neighboring areas. - Update tie-breaking according to RFC 4271. - Change default value for 'default bgp_med' configuration option according to RFC 4271. | |||
2008-10-26 | Update of a documentation - new options for AS4, MD5 auth and route reflection. | Ondrej Zajicek | |
2005-03-15 | Added new parametr 'rx buffer <num>'. BIRD is able to receive | Ondrej Filip | |
very large packets (if configured). | |||
2005-02-21 | Small typos in documentation. | Ondrej Filip | |
2005-02-20 | Since now I can also use 'dead interval', not just 'dead counter'. | Ondrej Filip | |
2005-02-12 | Time added in password management. | Ondrej Filip | |
2004-07-16 | Typo. | Ondrej Filip | |
2004-07-15 | Added note about *BSD. | Ondrej Filip | |
2004-07-14 | Multiple OSPF areas can be attached. | Ondrej Filip | |
Origination of summary LSA works. Routing table calculation works. Virtual links works. Well, I hope, OSPF is fully compatible with RFC2328!!!! | |||
2004-07-13 | Default tick = 1. The today's CPU is fast enough. | Ondrej Filip | |
2004-06-27 | Update of the documentation. (passwords and md5). | Ondrej Filip | |
Option for md5 auth in config. | |||
2004-06-25 | A lot of changes: | Ondrej Filip | |
- metric is 3 byte long now - summary lsa originating - more OSPF areas possible - virtual links - better E1/E2 routes handling - some bug fixes.. I have to do: - md5 auth (last mandatory item from rfc2328) - !!!!DEBUG!!!!! (mainly virtual link system has probably a lot of bugs) - 2328 appendig E | |||
2004-06-11 | Deleted RTS_OSPF_BOUNDARY | Ondrej Filip | |
2004-06-07 | Cleanup in show route import <p>. | Ondrej Filip | |
2003-04-06 | Updated the documentation building tools to work with a recent ↵ | Martin Mares | |
linuxdoc-tools package. Note that this is (and always was) a terrible hack and we really should replace it with something reasonable which wouldn't need changing every time linuxdoc-tools evolve. I also needed to include a patched version of LinuxDocTools.pm, because the original one explicitly refused to work with a non-linuxdoc DTD. The authors of linuxdoc recommend to use sgmltools-lite in such cases, but it would mean rewritting our formatting rules to the DSSSL language which I don't dare to speak about here :) | |||
2001-12-07 | Small bugfix in RIP documentation. | Ondrej Filip | |
2001-08-12 | Dokumented switch network. | Ondrej Filip | |
2001-08-11 | Changed definition of stub area. | Ondrej Filip | |
2001-01-19 | Added paper for my talk about BIRD at SLT 2001. | Martin Mares | |
2000-09-03 | Some misspells. | Ondrej Filip | |
2000-09-02 | Added stub interface. (Interface which is propagated to OSPF but | Ondrej Filip | |
it does not sends nor listens packets.) I added some new options, please look at it and look into doc if it's OK. | |||
2000-09-02 | More examples. | Ondrej Filip | |
2000-09-02 | Added hellos on NBMA networks. (I don't violate RFC now.) | Ondrej Filip | |
2000-08-28 | Better ospf metric explanation. | Ondrej Filip | |