summaryrefslogtreecommitdiff
path: root/filter/test.conf
AgeCommit message (Expand)Author
2015-12-24Follow-up work on integrationOndrej Zajicek (work)
2014-10-02Allows more constants in set literals.Ondrej Zajicek
2014-07-07Replaces function name in test.conf as it collided with new keyword.Ondrej Zajicek
2013-11-22Minor fix in log_commit() w.r.t. changes in BFD branch.Ondrej Zajicek
2013-11-22Merge commit 'origin/bfd'Ondrej Zajicek
2013-11-20Additional filter test case.Ondrej Zajicek
2013-10-05Fixes some BFD bugs and makes logging thread-safe.Ondrej Zajicek
2013-10-02Implements C.len operator for clist and eclist types.Ondrej Zajicek
2013-10-02Some fixes in filter code.Ondrej Zajicek
2013-08-15Extends delete/filter operators to work no bgp_paths.Ondrej Zajicek
2013-07-25Allows to define constants of all filter types.Ondrej Zajicek
2013-07-09Implements 'bgppath ~ int set' filter op.Ondrej Zajicek
2012-03-18Route Origin Authorization basics.Ondrej Zajicek
2012-03-15Extends set operations in filters.Ondrej Zajicek
2011-09-11Configuration can include other files.Ondrej Filip
2011-08-14BGP Extended communities.Ondrej Zajicek
2011-06-26Adds filter clist operation.Ondrej Zajicek
2011-05-06Fixes several problems in filter syntax.Ondrej Zajicek
2011-03-26This adds (*,x) functionality.Ondrej Filip
2011-03-23Convert && and || to shortcut boolean operators.Ondrej Zajicek
2011-03-23A hack to distinguish if..else from else: in case.Ondrej Zajicek
2010-09-20Changes print-like filter commands to use a log instead of a stderr.Ondrej Zajicek
2010-08-03Documentation update and improvement of tests related to expressions in sets.Ondrej Filip
2010-08-03Syntax of sets improved.Ondrej Filip
2010-05-22Extends pair set syntax, matching and deleting against clist.Ondrej Zajicek
2010-04-09NEWS and version update.v1.2.2Ondrej Zajicek
2010-03-29Filter language updates; new route attributes and datatype.Ondrej Zajicek
2010-03-19Clear local variables in filters and functions.Ondrej Zajicek
2010-02-17Replaces the algorithm for building balanced trees.Ondrej Zajicek
2010-02-10Define symbols as text between ''.Ondrej Filip
2010-01-27Priority for '||' and '&&' fixed.Ondrej Filip
2010-01-27Allow multiple || and && statements.Ondrej Filip
2009-10-12Implements protocol-specific router id and updates documentation.Ondrej Zajicek
2009-06-26Merge branch 'master' into devOndrej Zajicek
2009-06-01Adds support for dynamic pair and bgp mask expressions.Ondrej Zajicek
2009-05-28Missing boolean comparison added.Ondrej Filip
2009-03-31Reimplementation of prefix sets.Ondrej Zajicek
2009-03-14New syntax for bgp_pathOndrej Zajicek
2000-06-08Fix i_same for 'c' instruction.Pavel Machek
2000-06-02Do not try to divide by zero.Pavel Machek
2000-06-01Added && and ||.Pavel Machek
2000-05-25Use ? in path matching to avoid /* trap.Pavel Machek
2000-05-16Resolved shift/reduce conflictPavel Machek
2000-05-15Allow other operations than +.Pavel Machek
2000-05-15Allow accessing defined symbols.Pavel Machek
2000-05-15Use new eval mechanism for testing filters.Pavel Machek
2000-04-26Bugfix in i_same (comparing of paths still does not work).Pavel Machek
2000-04-26Added code for testing filters.Pavel Machek
2000-04-26Startup renamed to __startup: it is internal function and mj alreadyPavel Machek
2000-04-17pair ~ community list matching works.Pavel Machek