]> git.ipfire.org Git - thirdparty/bird.git/history - conf/confbase.Y
Changed syntax of expressions. Each `expr' can be now either a numeric literal
[thirdparty/bird.git] / conf / confbase.Y
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.