Age | Commit message (Expand) | Author |
2016-05-12 | Miscellaneous minor fixes | Ondrej Zajicek (work) |
2016-05-10 | Build system reworked to one global Makefile with includes and no nesting | Jan Moskyto Matejka |
2016-02-01 | Channels - explicit links between protocols and tables | Ondrej Zajicek (work) |
2016-01-21 | Add condition for max_pxlen by ROA grammar | Pavel Tvrdík |
2016-01-21 | Use net_addr pointer for net_addr_roaX | Pavel Tvrdík |
2016-01-20 | Delete old ROA code | Pavel Tvrdík |
2016-01-20 | Add ROA net_addr to grammar | Pavel Tvrdík |
2015-12-29 | Explicit ip4_addr / ip6_addr printf support | Ondrej Zajicek (work) |
2015-12-24 | Follow-up work on integration | Ondrej Zajicek (work) |
2015-12-19 | Stop perusing f_prefix for non-prefix-set uses | Jan Moskyto Matejka |
2015-12-19 | Removed BITS_PER_IP_ADDRESS, MAX_PREFIX_LENGTH, BIRD_AF | Jan Moskyto Matejka |
2015-11-12 | Follow-up commit on integrated BIRD | Ondrej Zajicek (work) |
2015-11-05 | Initial commit on integrated BIRD | Ondrej Zajicek (work) |
2015-02-22 | Relax BGP neighbor parameter | Ondrej Zajicek |
2014-10-24 | Integrated IP functions. | Ondrej Zajicek |
2014-10-02 | Allows to configure different remote port for BGP sessions. | Ondrej Zajicek |
2014-05-29 | String constants could be used for string option values. | Ondrej Zajicek |
2013-10-05 | Fixes some BFD bugs and makes logging thread-safe. | Ondrej Zajicek |
2013-09-16 | BFD work in progress. | Ondrej Zajicek |
2013-07-25 | Allows to define constants of all filter types. | Ondrej Zajicek |
2012-03-18 | Route Origin Authorization basics. | Ondrej Zajicek |
2012-03-16 | Adds filtering to 'show symbols' command. | Ondrej Zajicek |
2012-03-16 | Adds filtering to 'show ospf lsadb' command. | Ondrej Zajicek |
2012-01-01 | Allows sticky link-local neighbors. | Ondrej Zajicek |
2011-05-06 | Fixes several problems in filter syntax. | Ondrej Zajicek |
2011-03-23 | A hack to distinguish if..else from else: in case. | Ondrej Zajicek |
2011-03-13 | Implements Router Advertisement protocol. | Ondrej Zajicek |
2010-10-08 | Fixes syntactic priority of '.' . | Ondrej Zajicek |
2010-02-20 | Implements pattern match for 'show protocols' command. | Ondrej Zajicek |
2010-02-03 | Makes date/time formats configurable. | Ondrej Zajicek |
2010-01-27 | Priority for '||' and '&&' fixed. | Ondrej Filip |
2010-01-27 | Allow multiple || and && statements. | Ondrej Filip |
2009-05-29 | Implements primary address selection base on 'primary' option. | Ondrej Zajicek |
2009-03-31 | Reimplementation of prefix sets. | Ondrej Zajicek |
2009-03-14 | New syntax for bgp_path | Ondrej Zajicek |
2005-02-12 | Time added in password management. | Ondrej Filip |
2000-06-04 | Moved parser docs to cf-lex.l, so that the parser compiles. | Martin Mares |
2000-06-03 | Documentation. | Martin Mares |
2000-06-01 | Added && and ||. | Pavel Machek |
2000-05-16 | Resolved shift/reduce conflict | Pavel Machek |
2000-05-15 | Changed syntax of expressions. Each `expr' can be now either a numeric literal | Martin Mares |
2000-05-15 | Cleanup of configuration. | Martin Mares |
2000-05-13 | Added prefix_or_ipa. | Martin Mares |
2000-05-13 | Unified parsing of prefixes. | Martin Mares |
2000-05-04 | pxlen works even in IPv6 mode. | Martin Mares |
2000-04-12 | Renamed f_path to f_path_mask -- which is what it really is. Use | Pavel Machek |
2000-04-12 | Path masks are needed for filters. | Pavel Machek |
2000-03-31 | Include "lib/string.h" instead of <string.h>. It should give us bzero() | Martin Mares |
2000-03-04 | Removed bogus comment. | Martin Mares |
2000-03-04 | Please *think* when defining operator priorities. | Martin Mares |