]> git.ipfire.org Git - thirdparty/bird.git/history - filter/filter.h
Implements 'allow local as' option.
[thirdparty/bird.git] / filter / filter.h
2013-10-02  Ondrej ZajicekSome fixes in filter code.
2013-09-26  Ondrej ZajicekRewrites static attribute filter code and adds ifname...
2013-07-25  Ondrej ZajicekImplements eval command and minor CLI cleanups.
2012-03-30  Ondrej ZajicekMerge branch 'soon'
2012-03-18  Ondrej ZajicekRoute Origin Authorization basics.
2011-08-14  Ondrej ZajicekBGP Extended communities.
2010-09-20  Ondrej ZajicekChanges print-like filter commands to use a log instead...
2010-07-27  Ondrej ZajicekMinor changes in prefix trie.
2010-03-29  Ondrej ZajicekFilter language updates; new route attributes and datatype.
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-02-17  Ondrej ZajicekReplaces the algorithm for building balanced trees.
2009-12-22  Ondrej ZajicekMerge commit 'origin/master' into new
2009-12-20  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-12-14  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-08-27  Ondrej ZajicekSome cleanups.
2009-08-25  Ondrej ZajicekTemporary OSPFv3 development commit
2009-03-31  Ondrej ZajicekReimplementation of prefix sets.
2008-10-26  Ondrej ZajicekMerge branch 'dev' into out
2008-10-26  Ondrej ZajicekImplementation of route reflection for BGP
2000-05-30  Pavel MachekAdded read-only access to all required fields in rta.
2000-05-25  Pavel MachekCleaned up warnings.
2000-05-16  Martin MaresFixed the horrible mess Pavel has created with his...
2000-05-16  Pavel MachekLine numbers for runtime errors (what's wrong with...
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-26  Pavel MachekAdded code for testing filters.
2000-04-26  Pavel MachekMarked place where new enums belong.
2000-04-17  Pavel MachekSpecial hack for atomic_aggr.
2000-04-17  Pavel MachekFinish moving of path matching. Use int_set_print from...
2000-04-17  Pavel MachekPath matching now actually works, including / * 1 2...
2000-04-12  Pavel MachekOne less shift/reduce conflict.
2000-04-12  Pavel Machekf_new_dynamic_attr gets third argument, type as filters...
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-03-30  Martin MaresRenamed FF_OUTGOING to FF_FORCE_TMPATTR which much...
2000-03-29  Pavel Machekf_run gets one more parameter to distinguish between...
2000-03-01  Pavel MachekAdded type parameter to f_new_dynamic_attr.
2000-03-01  Martin MaresDynamic attributes are now declared in per-protocol...
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.
2000-01-16  Martin MaresAdded filter_same() for comparision of two filters.
1999-12-16  Martin MaresKicked off F_MODIFY (not generated nor used)
1999-11-18  Pavel MachekSplit inst->code into inst->code and inst->aux. Both...
1999-11-10  Pavel MachekFirst try on enumerational types.
1999-11-10  Pavel MachekEnumerational types, defined keyword added.
1999-11-03  Pavel MachekFilters now do not allow function (int arg; int arg2; ).
1999-10-12  Pavel MachekFilters: permit variables of prefix types, cleanup...
1999-08-03  Martin MaresAdded missing structure declarations.
1999-04-12  Pavel MachekSets of integers now actually work. Sets of IP will...
1999-04-10  Pavel MachekDecrease number of warnings.
1999-04-07  Pavel MachekFilters upgraded - a bit. Moved code to filter.c becaus...
1999-04-05  Martin MaresSeveral filter changes. (Pavel, please check if they...
1999-03-29  Pavel MachekUpdate of filters towards new interface.
1999-03-17  Martin MaresA couple of filter tweaks:
1999-03-17  Pavel Machekaccept & reject should now work
1999-03-08  Pavel MachekFilters are now a tiny bit stronger (if is actually...
1999-03-02  Pavel MachekAdd interface for running filters (please comment!...
1999-01-15  Pavel Machekfilters_init() renamed to filters_postconfig().
1999-01-15  Pavel MachekFilters, second try. This time they have their own...