]> git.ipfire.org Git - thirdparty/bird.git/history - conf/confbase.Y
Symbol names enclosed by apostrophes can contain DOTs.
[thirdparty/bird.git] / conf / confbase.Y
2012-03-30  Ondrej ZajicekMerge branch 'soon'
2012-03-18  Ondrej ZajicekRoute Origin Authorization basics.
2012-03-16  Ondrej ZajicekAdds filtering to 'show symbols' command.
2012-03-16  Ondrej ZajicekAdds filtering to 'show ospf lsadb' command.
2012-01-01  Ondrej ZajicekAllows sticky link-local neighbors.
2011-05-06  Ondrej ZajicekMerge commit 'origin/master'
2011-05-06  Ondrej ZajicekFixes several problems in filter syntax.
2011-03-23  Ondrej ZajicekA hack to distinguish if..else from else: in case.
2011-03-13  Ondrej ZajicekImplements Router Advertisement protocol.
2010-10-08  Ondrej ZajicekFixes syntactic priority of '.' .
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-02-21  Ondrej ZajicekMerge commit 'origin/master' into new
2010-02-19  Ondrej ZajicekImplements pattern match for 'show protocols' command.
2010-02-02  Ondrej ZajicekMakes date/time formats configurable.
2010-01-28  Ondrej ZajicekMerge commit 'origin/master' into new
2010-01-27  Ondrej FilipPriority for '||' and '&&' fixed.
2010-01-27  Ondrej FilipAllow multiple || and && statements.
2009-06-25  Ondrej ZajicekMerge branch 'master' into dev
2009-05-29  Ondrej ZajicekImplements primary address selection base on 'primary...
2009-03-31  Ondrej ZajicekReimplementation of prefix sets.
2009-03-14  Ondrej ZajicekNew syntax for bgp_path
2005-02-12  Ondrej FilipTime added in password management.
2000-06-04  Martin MaresMoved parser docs to cf-lex.l, so that the parser compiles.
2000-06-03  Martin MaresDocumentation.
2000-06-01  Pavel MachekAdded && and ||.
2000-05-16  Pavel MachekResolved shift/reduce conflict
2000-05-15  Martin MaresChanged syntax of expressions. Each `expr' can be now...
2000-05-15  Martin MaresCleanup of configuration.
2000-05-13  Martin MaresAdded prefix_or_ipa.
2000-05-13  Martin MaresUnified parsing of prefixes.
2000-05-04  Martin Marespxlen works even in IPv6 mode.
2000-04-12  Pavel MachekRenamed f_path to f_path_mask -- which is what it reall...
2000-04-12  Pavel MachekPath masks are needed for filters.
2000-03-31  Martin MaresInclude "lib/string.h" instead of <string.h>. It should...
2000-03-04  Martin MaresRemoved bogus comment.
2000-03-04  Martin MaresPlease *think* when defining operator priorities.
2000-03-01  Martin MaresMade `datetime' more user friendly. Now it should be...
2000-03-01  Martin MaresDefined INVALID_TOKEN which is a token guaranteed to...
1999-12-06  Martin MaresAdded type `g' for void (general) pointer.
1999-12-02  Martin MaresI tried to turn on the YYERROR_VERBOSE switch, but...
1999-12-01  Martin MaresAdded dumping of routing tables (`show route'). This...
1999-11-25  Martin Marescli_msg() moved to cli.h, so that it can be used outsid...
1999-11-17  Martin MaresCommand line interface now works.
1999-11-15  Martin MaresDefined CF_ENUM.
1999-11-10  Pavel MachekEnumerational types, defined keyword added.
1999-10-31  Martin MaresParse CLI commands. We use the same parser as for confi...
1999-10-28  Pavel Machekswitch() { } done right.
1999-08-03  Martin MaresBasic support for IPv6. The system-dependent part...
1999-05-26  Pavel MachekAdded notion of datetime
1999-05-17  Martin MaresFrom now we support multiple tables. The master_table...
1999-04-19  Pavel MachekUpdated filters: they now actually see IP/pxlen of...
1999-04-12  Pavel MachekSets of integers now actually work. Sets of IP will...
1999-04-07  Pavel MachekFilters upgraded - a bit. Moved code to filter.c becaus...
1999-03-29  Martin MaresAfter today's lengthy discussions about filter syntax...
1999-03-17  Martin MaresA couple of filter tweaks:
1999-03-09  Pavel MachekAdded '=' to operator list
1999-03-08  Pavel MachekFilters are now a tiny bit stronger (if is actually...
1999-01-15  Martin MaresOriginal `expr' is back, filter expressions renamed...
1999-01-15  Martin MaresKilled duplicate %type for expr.
1999-01-15  Pavel MachekFilters, second try. This time they have their own...
1999-01-15  Pavel MachekFilters added. They are unable to do anything interesti...
1998-12-06  Martin MaresAdded new rule for prefix length / netmask.
1998-12-06  Martin MaresAdded rule "bool" for boolean switches.
1998-11-29  Martin MaresAdded configuration of the device internal protocol...
1998-11-27  Martin MaresTrivial 15-line bison excercise: Implemented expression...
1998-11-27  Martin MaresFirst attempt at protocol configuration (now done only...
1998-11-27  Martin MaresBase of the parser.