]> git.ipfire.org Git - thirdparty/bird.git/history - filter/filter.c
Simplifies val_in_range().
[thirdparty/bird.git] / filter / filter.c
2013-10-02  Ondrej ZajicekSimplifies val_in_range().
2013-09-26  Ondrej ZajicekRewrites static attribute filter code and adds ifname...
2013-09-10  Ondrej ZajicekFixes reconfiguration of global set variables.
2013-09-10  Ondrej ZajicekMerge commit 'origin/master'
2013-08-14  Ondrej ZajicekExtends delete/filter operators to work no bgp_paths.
2013-08-13  Ondrej ZajicekImplements proper setting of 'gw' route attribute.
2013-07-25  Ondrej ZajicekImplements eval command and minor CLI cleanups.
2013-07-09  Ondrej ZajicekImplements 'bgppath ~ int set' filter op.
2013-02-08  Ondrej ZajicekImplements router advertisements activated by received...
2012-11-27  Ondrej ZajicekRemoves some nonsense.
2012-11-27  Ondrej ZajicekFixes setting of route attributes of type router id.
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 ZajicekExtends set operations in filters.
2012-01-02  Ondrej ZajicekFixes a tricky bug in route filtering.
2011-09-18  Ondrej FilipFixed problem during 'configure' with EC
2011-08-14  Ondrej ZajicekBGP Extended communities.
2011-07-03  Ondrej ZajicekPrints full community lists during 'show route all'.
2011-06-26  Ondrej ZajicekAdds filter clist operation.
2011-03-23  Ondrej ZajicekConvert && and || to shortcut boolean operators.
2010-10-08  Ondrej ZajicekFixes error handling in ASN expressions.
2010-09-20  Ondrej ZajicekChanges print-like filter commands to use a log instead...
2010-09-15  Ondrej ZajicekFixes a bug in pair sets.
2010-09-11  Ondrej ZajicekFixes a bug in community set delete.
2010-07-27  Ondrej ZajicekMinor changes in prefix trie.
2010-05-22  Ondrej ZajicekExtends pair set syntax, matching and deleting against...
2010-04-08  Ondrej ZajicekRevert "Fixes behavior of defined() on bgp_community...
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-17  Ondrej ZajicekFixes behavior of defined() on bgp_community attribute.
2010-03-14  Ondrej ZajicekMerge commit 'origin/master' into new
2010-03-14  Ondrej ZajicekFixes missing cases in filters.
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-02-17  Ondrej ZajicekReplaces the algorithm for building balanced trees.
2009-12-14  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-11-15  Ondrej ZajicekFixes bug related to reconfiguration with bgp_path...
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-10-12  Ondrej ZajicekRename as_path_get_last/as_path_get_first to be consistent.
2009-10-08  Ondrej ZajicekFirst and last accessors to as_paths.
2009-09-18  Ondrej ZajicekFixes setting of IP addresses to route attributes ...
2009-09-17  Ondrej ZajicekFixes bug in filter rta copy-on-write.
2009-09-17  Ondrej ZajicekFixes preference bounds.
2009-06-25  Ondrej ZajicekMerge branch 'master' into dev
2009-06-01  Ondrej ZajicekAdds support for dynamic pair and bgp mask expressions.
2009-05-29  Ondrej ZajicekFixes buggy prefix ~ prefix matching.
2009-05-29  Ondrej FilipNew type variable 'V' defined in filters. This type...
2009-05-29  Ondrej FilipFunction pm_path_compare() checked just length of the...
2009-05-29  Ondrej FilipTypo in warning fixed.
2009-05-28  Ondrej FilipMissing boolean comparison added.
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-02-26  Ondrej ZajicekRate limit for most abundant log messages
2009-02-21  Ondrej ZajicekFixes crash during some expressions
2009-02-21  Ondrej ZajicekAdd format for BGP_AGGREGATOR attribute
2008-12-25  Ondrej ZajicekBugfix in interpret
2008-12-25  Ondrej Zajicekfixes some 64-bit related bugs.
2008-11-16  Ondrej ZajicekFix some bugs in filter interpret.
2008-11-14  Ondrej ZajicekNew read-only route attribute 'proto' added. It returns...
2008-11-08  Ondrej ZajicekProper format functions for ORIGINATOR_ID, CLUSTER_LIST
2008-10-26  Ondrej ZajicekMerge branch 'dev' into out
2008-10-26  Ondrej ZajicekImplementation of 4B ASN support for BGP
2004-06-05  Martin MaresStaticized lots of local functions.
2004-05-31  Martin MaresKilled a couple of unused variables.
2003-02-27  Martin MaresPrefix comparison bug (hopefully) fixed.
2000-06-08  Pavel MachekFix i_same for 'c' instruction.
2000-06-08  Martin MaresFixes for the programmer's manual.
2000-06-08  Pavel MachekBetter messages
2000-06-07  Pavel MachekProgdocs updates
2000-06-07  Pavel MachekEven better documentation of filters.
2000-06-07  Pavel MachekBetter progdocs for filters
2000-06-07  Martin MaresSpelling fixes to progdoc.
2000-06-05  Pavel MachekBetter documentation. There are functions whose descrip...
2000-06-05  Pavel MachekBetter error messages
2000-06-05  Ondrej FilipBug in comment. It didn't compile.
2000-06-05  Pavel MachekUpdates to both programmers and users doc
2000-06-04  Martin MaresWhen cloning a rte and replacing its rta, remember...
2000-06-02  Pavel MachekDo not try to divide by zero.
2000-06-01  Pavel MachekAdded && and ||.
2000-06-01  Pavel MachekAllow
2000-06-01  Pavel MachekAllow matching on enums:
2000-05-31  Pavel MachekComplain when filter does not end in accept nor reject.
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 MachekAccess to few more attributes is needed.
2000-05-25  Pavel MachekCleaned up warnings.
2000-05-19  Pavel MachekIf community list is not defined, act as it is empty.
2000-05-17  Pavel MachekFinished cleanng up mess: multiplication reinstalled.
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  Pavel MachekAllow other operations than +.
2000-05-15  Pavel MachekUse new eval mechanism for testing filters.
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-04  Martin Mares#ifdef out lots of debugging information.
2000-04-30  Pavel MachekMoved documentation to top of file, where it belongs.
next