]> git.ipfire.org Git - thirdparty/bird.git/history - filter/test.conf
Merge branch 'master' into mq-filter-stack
[thirdparty/bird.git] / filter / test.conf
2010-01-27  Ondrej FilipPriority for '||' and '&&' fixed.
2010-01-27  Ondrej FilipAllow multiple || and && statements.
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-10-12  Ondrej ZajicekImplements protocol-specific router id and updates...
2009-06-25  Ondrej ZajicekMerge branch 'master' into dev
2009-06-01  Ondrej ZajicekAdds support for dynamic pair and bgp mask expressions.
2009-05-28  Ondrej FilipMissing boolean comparison added.
2009-03-31  Ondrej ZajicekReimplementation of prefix sets.
2009-03-14  Ondrej ZajicekNew syntax for bgp_path
2000-06-08  Pavel MachekFix i_same for 'c' instruction.
2000-06-02  Pavel MachekDo not try to divide by zero.
2000-06-01  Pavel MachekAdded && and ||.
2000-05-25  Pavel MachekUse ? in path matching to avoid /* trap.
2000-05-16  Pavel MachekResolved shift/reduce conflict
2000-05-15  Pavel MachekAllow other operations than +.
2000-05-15  Pavel MachekAllow accessing defined symbols.
2000-05-15  Pavel MachekUse new eval mechanism for testing filters.
2000-04-26  Pavel MachekBugfix in i_same (comparing of paths still does not...
2000-04-26  Pavel MachekAdded code for testing filters.
2000-04-26  Pavel MachekStartup renamed to __startup: it is internal function...
2000-04-17  Pavel Machekpair ~ community list matching works.
2000-04-17  Pavel MachekIt is good idea to separate entries in list _somehow_...
2000-04-17  Pavel MachekInt sets moved to core. It is now possible to have...
2000-04-17  Pavel MachekPath_getlen moved to nest and length was made callable...
2000-04-17  Pavel MachekPath matching now actually works, including / * 1 2...
2000-04-17  Pavel MachekPath and path matching seem to work, now.
2000-04-12  Pavel MachekFilters now know type path. It is possible to declare...
2000-04-12  Pavel MachekBGP_PATH masks now actually work as data type.
2000-03-09  Pavel Machek1 less shift/reduce conflict
2000-03-02  Pavel MachekAvoid being exponential, do not allow ! =
2000-02-25  Pavel MachekGet rid of 'ab'-s, added return to functions.
2000-01-31  Pavel Machekfilter_same() implemented. Don't bet on it, yet.
1999-12-08  Pavel MachekDisallow rta.net syntax.
1999-11-24  Pavel MachekCheck that prefixes are really prefixes + fix config...
1999-11-24  Pavel MachekFilters: write access to dynamic attributes should...
1999-11-18  Pavel MachekSplit inst->code into inst->code and inst->aux. Both...
1999-11-18  Pavel MachekYou can now print enum.
1999-11-11  Pavel MachekFixed order of arguments for function call.