aboutsummaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
...
* Changes print-like filter commands to use a log instead of a stderr.Ondrej Zajicek2010-09-204-68/+74
* Fixes a bug in pair sets.Ondrej Zajicek2010-09-151-3/+11
* Fixes a bug in community set delete.Ondrej Zajicek2010-09-111-3/+6
* Documentation update and improvement of tests related to expressions in sets.Ondrej Filip2010-08-031-5/+6
* Even set of number can be made by expressions.Ondrej Filip2010-08-031-1/+1
* Syntax of sets improved.Ondrej Filip2010-08-032-14/+37
* Hostcache should use trie to filter relevant route changes.Ondrej Zajicek2010-07-271-2/+2
* Minor changes in prefix trie.Ondrej Zajicek2010-07-274-58/+70
* Extends pair set syntax, matching and deleting against clist.Ondrej Zajicek2010-05-223-6/+91
* NEWS and version update.v1.2.2Ondrej Zajicek2010-04-091-1/+1
* Revert "Fixes behavior of defined() on bgp_community attribute."Ondrej Zajicek2010-04-081-5/+7
* Filter language updates; new route attributes and datatype.Ondrej Zajicek2010-03-294-19/+80
* Clear local variables in filters and functions.Ondrej Zajicek2010-03-193-23/+30
* Fixes behavior of defined() on bgp_community attribute.Ondrej Zajicek2010-03-181-7/+5
* Fixes missing cases in filters.Ondrej Zajicek2010-03-151-18/+25
* Replaces the algorithm for building balanced trees.Ondrej Zajicek2010-02-174-71/+65
* Changes right recursion to left in the grammar of the case expression.Ondrej Zajicek2010-02-171-6/+7
* Define symbols as text between ''.Ondrej Filip2010-02-101-5/+7
* Changes right-recursion to left-recursion in a filter grammar.Ondrej Zajicek2010-02-021-9/+9
* Priority for '||' and '&&' fixed.Ondrej Filip2010-01-271-1/+1
* Allow multiple || and && statements.Ondrej Filip2010-01-271-1/+1
* Merge branch 'dev' into ospf3Ondrej Zajicek2009-12-141-1/+3
|\
| * Fixes bug related to reconfiguration with bgp_path first/last operators.Ondrej Zajicek2009-11-151-1/+3
* | Merge branch 'dev' into ospf3Ondrej Zajicek2009-11-095-9/+36
|\|
| * Implements protocol-specific router id and updates documentation.Ondrej Zajicek2009-10-121-0/+1
| * Rename as_path_get_last/as_path_get_first to be consistent.Ondrej Zajicek2009-10-121-2/+2
| * First and last accessors to as_paths.Ondrej Zajicek2009-10-082-1/+24
| * Fixes setting of IP addresses to route attributes (NEXT_HOP).Ondrej Zajicek2009-09-181-0/+1
| * Fixes bug in filter rta copy-on-write.Ondrej Zajicek2009-09-181-7/+4
| * Fixes preference bounds.Ondrej Zajicek2009-09-171-0/+2
| * Some cleanups.Ondrej Zajicek2009-08-272-2/+5
* | Temporary OSPFv3 development commitOndrej Zajicek2009-08-252-1/+2
|/
* Merge branch 'master' into devOndrej Zajicek2009-06-263-4/+18
|\
| * New type variable 'V' defined in filters. This type is checkedOndrej Filip2009-05-292-1/+9
| * Function pm_path_compare() checked just length of the bgpmasksOndrej Filip2009-05-291-0/+2
| * Typo in warning fixed.Ondrej Filip2009-05-291-1/+1
| * Missing boolean comparison added.Ondrej Filip2009-05-282-2/+6
* | Adds support for dynamic pair and bgp mask expressions.Ondrej Zajicek2009-06-013-44/+134
* | Removes some remnant of '|' bgp path separator.Ondrej Zajicek2009-06-011-1/+0
* | Fixes buggy prefix ~ prefix matching.Ondrej Zajicek2009-05-301-17/+3
|/
* Rewrite of buggy AS path matching.Ondrej Zajicek2009-04-172-7/+8
* Cleanup changesOndrej Zajicek2009-03-311-5/+0
* Reimplementation of prefix sets.Ondrej Zajicek2009-03-318-52/+662
* New syntax for bgp_pathOndrej Zajicek2009-03-143-11/+22
* Rate limit for most abundant log messagesOndrej Zajicek2009-02-261-1/+3
* Fixes crash during some expressionsOndrej Zajicek2009-02-211-1/+1
* Add format for BGP_AGGREGATOR attributeOndrej Zajicek2009-02-211-1/+1
* New syntax for bgp_pathOndrej Zajicek2009-01-271-7/+17
* Bugfix in interpretOndrej Zajicek2008-12-251-0/+17
* fixes some 64-bit related bugs.Ondrej Zajicek2008-12-252-22/+24