]> git.ipfire.org Git - thirdparty/bird.git/history - filter/config.Y
Filter: make bgpmask literals real constructors
[thirdparty/bird.git] / filter / config.Y
2018-03-14  Jan Maria MatejkaFilter: make bgpmask literals real constructors
2018-03-13  Maria Jan MatejkaFilter: Instruction codes named as enum
2017-06-19  Ondrej Zajicek ... Filters: Do not clamp EC set values to 16 bit for EC_GE...
2016-11-08  Ondrej Zajicek ... Minor code cleanups
2016-10-03  Ondrej Zajicek ... Filter: large community sets
2016-10-03  Ondrej Zajicek ... BGP: Support for large communities
2016-09-21  Pavel TvrdikAdd !~ operator to filter grammar
2016-06-08  Ondrej Zajicek ... Filters: Fixes pm_same() w.r.t. ASN ranges and ASN...
2016-06-08  Ondrej FilipAdd AS# ranges to bgpmask.
2016-02-16  Ondrej Zajicek ... Filter: Implement last_nonaggregated operator on bgp_path
2015-02-21  Ondrej ZajicekAllows user data attached to f_trie_node structure.
2014-10-14  Ondrej ZajicekMerge remote-tracking branch 'origin/master' into soft-int
2014-10-02  Ondrej ZajicekAllows more constants in set literals.
2013-11-23  Ondrej ZajicekMerge branch 'master' into add-path
2013-11-22  Ondrej ZajicekMerge commit 'origin/bfd'
2013-09-26  Ondrej ZajicekRewrites static attribute filter code and adds ifname...
2013-09-10  Ondrej ZajicekMerge commit 'origin/master'
2013-08-13  Ondrej ZajicekImplements proper setting of 'gw' route attribute.
2013-07-26  Ondrej ZajicekFixes initial random values for function arguments.
2013-07-25  Ondrej ZajicekAllows to define constants of all filter types.
2012-07-16  Ondrej ZajicekMerge branch 'rt-accepted'
2012-05-10  Ondrej FilipMerge branch 'master' of ssh://git.nic.cz/bird
2012-04-28  Ondrej ZajicekAllows some modifications of dest attribute in filters.
2012-03-30  Ondrej ZajicekMerge branch 'soon'
2012-03-18  Ondrej ZajicekRoute Origin Authorization basics.
2012-03-15  Ondrej ZajicekFixes a bug in pair set intervals.
2011-10-26  Ondrej ZajicekSome minor fixes in parser.
2011-09-27  Ondrej ZajicekFixes a bug with multiple function arguments.
2011-08-14  Ondrej ZajicekBGP Extended communities.
2011-06-26  Ondrej ZajicekAdds filter clist operation.
2011-05-06  Ondrej ZajicekMerge commit 'origin/master'
2011-05-06  Ondrej ZajicekFixes several problems in filter syntax.
2011-03-27  Ondrej FilipAvoid using stack.
2011-03-26  Ondrej FilipThis adds (*,x) functionality.
2011-03-23  Ondrej ZajicekA hack to distinguish if..else from else: in case.
2010-10-04  Ondrej ZajicekFixes scope of filter symbols.
2010-08-03  Ondrej FilipEven set of number can be made by expressions.
2010-08-03  Ondrej FilipSyntax of sets improved.
2010-07-27  Ondrej ZajicekMinor changes in prefix trie.
2010-05-22  Ondrej ZajicekExtends pair set syntax, matching and deleting against...
2010-03-29  Ondrej ZajicekFilter language updates; new route attributes and datatype.
2010-03-26  Ondrej ZajicekMerge branch 'socket2' into new
2010-03-19  Ondrej ZajicekClear local variables in filters and functions.
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-02-17  Ondrej ZajicekChanges right recursion to left in the grammar of the...
2010-02-01  Ondrej ZajicekChanges right-recursion to left-recursion in a filter...
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-10-08  Ondrej ZajicekFirst and last accessors to as_paths.
2009-06-25  Ondrej ZajicekMerge branch 'master' into dev
2009-06-01  Ondrej ZajicekAdds support for dynamic pair and bgp mask expressions.
2009-06-01  Ondrej ZajicekRemoves some remnant of '|' bgp path separator.
2009-05-29  Ondrej FilipNew type variable 'V' defined in filters. This type...
2009-04-16  Ondrej ZajicekRewrite of buggy AS path matching.
2009-03-31  Ondrej ZajicekReimplementation of prefix sets.
2009-03-14  Ondrej ZajicekNew syntax for bgp_path
2009-01-27  Ondrej ZajicekNew syntax for bgp_path
2008-12-25  Ondrej Zajicekfixes some 64-bit related bugs.
2008-11-14  Ondrej ZajicekNew read-only route attribute 'proto' added. It returns...
2008-10-26  Ondrej ZajicekMerge branch 'dev' into out
2008-10-26  Ondrej ZajicekImplementation of 4B ASN support for BGP
2004-05-31  Martin MaresFix bison input for current build tools, otherwise...
2002-11-13  Martin MaresAdded missing semicolons.
2000-06-08  Pavel MachekFixing error messages.
2000-06-04  Martin MaresUse nested scopes properly. Updated according to cf_def...
2000-06-01  Pavel MachekAdded && and ||.
2000-06-01  Pavel MachekAllow
2000-06-01  Pavel MachekAllow matching on enums:
2000-05-30  Pavel MachekAccess to all attributes we should be able to access...
2000-05-30  Pavel MachekAdded read-only access to all required fields in rta.
2000-05-30  Pavel MachekCleaning static attributes
2000-05-30  Pavel MachekAccess to few more attributes is needed.
2000-05-25  Pavel MachekCleaned up warnings.
2000-05-25  Pavel MachekUse ? in path matching to avoid /* trap.
2000-05-25  Pavel MachekFixed comment not to be misleading.
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  Martin MaresCleanup of configuration.
2000-05-15  Martin MaresGot rid of startup functions and filters_postconfig().
2000-05-15  Martin MaresAdded f_eval_int() and EVAL configuration command.
2000-05-13  Martin MaresUnified parsing of prefixes.
2000-04-28  Martin MaresSplit CF_HDR section to CF_HDR (only includes) and...
2000-04-26  Pavel MachekSmall cleanup.
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-20  Pavel MachekCreate syntax sugar for add/delete/prepend, so xyzzy...
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-17  Pavel MachekPrepend and creation of empty path should work, but...
2000-04-12  Pavel MachekOne less shift/reduce conflict.
2000-04-12  Pavel MachekFilters now know type path. It is possible to declare...
2000-04-12  Pavel MachekRenamed f_path to f_path_mask -- which is what it reall...
2000-04-12  Pavel MachekBGP_PATH masks now actually work as data type.
2000-04-10  Pavel MachekFunctions for matching paths added, tested lightly.
2000-04-01  Martin MaresSOURCE should really refer to rta->source, not rta...
2000-03-31  Martin MaresInclude "lib/string.h" instead of <string.h>. It should...
next