aboutsummaryrefslogtreecommitdiffstats
path: root/filter/test.conf
Commit message (Expand)AuthorAgeFilesLines
* Allows more constants in set literals.Ondrej Zajicek2014-10-021-3/+6
* Replaces function name in test.conf as it collided with new keyword.Ondrej Zajicek2014-07-071-2/+2
* Minor fix in log_commit() w.r.t. changes in BFD branch.Ondrej Zajicek2013-11-221-3/+3
* Merge commit 'origin/bfd'Ondrej Zajicek2013-11-221-1/+1
|\
| * Fixes some BFD bugs and makes logging thread-safe.Ondrej Zajicek2013-10-051-1/+1
* | Additional filter test case.Ondrej Zajicek2013-11-201-0/+10
* | Implements C.len operator for clist and eclist types.Ondrej Zajicek2013-10-021-2/+3
* | Some fixes in filter code.Ondrej Zajicek2013-10-021-0/+6
|/
* Extends delete/filter operators to work no bgp_paths.Ondrej Zajicek2013-08-151-0/+4
* Allows to define constants of all filter types.Ondrej Zajicek2013-07-251-8/+11
* Implements 'bgppath ~ int set' filter op.Ondrej Zajicek2013-07-091-2/+2
* Route Origin Authorization basics.Ondrej Zajicek2012-03-181-1/+27
* Extends set operations in filters.Ondrej Zajicek2012-03-151-2/+23
* Configuration can include other files.Ondrej Filip2011-09-111-0/+3
* BGP Extended communities.Ondrej Zajicek2011-08-141-0/+40
* Adds filter clist operation.Ondrej Zajicek2011-06-261-1/+1
* Fixes several problems in filter syntax.Ondrej Zajicek2011-05-061-3/+9
* This adds (*,x) functionality.Ondrej Filip2011-03-261-5/+26
* Convert && and || to shortcut boolean operators.Ondrej Zajicek2011-03-231-1/+1
* A hack to distinguish if..else from else: in case.Ondrej Zajicek2011-03-231-6/+7
* Changes print-like filter commands to use a log instead of a stderr.Ondrej Zajicek2010-09-201-0/+2
* Documentation update and improvement of tests related to expressions in sets.Ondrej Filip2010-08-031-5/+6
* Syntax of sets improved.Ondrej Filip2010-08-031-4/+17
* Extends pair set syntax, matching and deleting against clist.Ondrej Zajicek2010-05-221-5/+7
* NEWS and version update.v1.2.2Ondrej Zajicek2010-04-091-1/+1
* Filter language updates; new route attributes and datatype.Ondrej Zajicek2010-03-291-1/+14
* Clear local variables in filters and functions.Ondrej Zajicek2010-03-191-1/+13
* Replaces the algorithm for building balanced trees.Ondrej Zajicek2010-02-171-0/+15
* Define symbols as text between ''.Ondrej Filip2010-02-101-5/+7
* Priority for '||' and '&&' fixed.Ondrej Filip2010-01-271-1/+1
* Allow multiple || and && statements.Ondrej Filip2010-01-271-1/+1
* Implements protocol-specific router id and updates documentation.Ondrej Zajicek2009-10-121-0/+1
* Merge branch 'master' into devOndrej Zajicek2009-06-261-1/+4
|\
| * Missing boolean comparison added.Ondrej Filip2009-05-281-1/+4
* | Adds support for dynamic pair and bgp mask expressions.Ondrej Zajicek2009-06-011-1/+17
|/
* Reimplementation of prefix sets.Ondrej Zajicek2009-03-311-3/+35
* New syntax for bgp_pathOndrej Zajicek2009-03-141-7/+18
* Fix i_same for 'c' instruction.Pavel Machek2000-06-081-10/+20
* Do not try to divide by zero.Pavel Machek2000-06-021-0/+1
* Added && and ||.Pavel Machek2000-06-011-1/+2
* Use ? in path matching to avoid /* trap.Pavel Machek2000-05-251-2/+2
* Resolved shift/reduce conflictPavel Machek2000-05-161-1/+1
* Allow other operations than +.Pavel Machek2000-05-151-2/+2
* Allow accessing defined symbols.Pavel Machek2000-05-151-1/+6
* Use new eval mechanism for testing filters.Pavel Machek2000-05-151-0/+2
* Bugfix in i_same (comparing of paths still does not work).Pavel Machek2000-04-261-16/+2
* Added code for testing filters.Pavel Machek2000-04-261-0/+24
* Startup renamed to __startup: it is internal function and mj alreadyPavel Machek2000-04-261-1/+8
* pair ~ community list matching works.Pavel Machek2000-04-171-0/+2
* It is good idea to separate entries in list _somehow_. Adding/deletingPavel Machek2000-04-171-1/+4