aboutsummaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '5cff1d5f' into haugesundMaria Matejka2022-03-093-26/+9
|\
| * Route: moved rte_src pointer from rta to rteMaria Matejka2021-10-131-2/+2
| * Preference moved to RTA and set explicitly in protocolsMaria Matejka2021-10-133-24/+7
* | Replaced custom linpools in tests for the common tmp_linpoolMaria Matejka2022-03-023-51/+35
* | Merge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9' into haugesundMaria Matejka2022-03-024-35/+61
|\|
| * Reducing filter stack size to allow for lesser thread stack sizeMaria Matejka2021-09-104-29/+46
| * Filter: Additional consistency checksMaria Matejka2021-09-101-6/+15
* | Merge branch 'oz-trie-table'Ondrej Zajicek (work)2022-02-064-215/+1716
|\ \
| * | Trie: Fix trie formatOndrej Zajicek (work)2022-02-062-21/+110
| * | Trie: Add prefix counterOndrej Zajicek (work)2022-02-063-0/+12
| * | Trie: Clarify handling of less-common net typesOndrej Zajicek (work)2021-12-021-21/+41
| * | Trie: Implement longest-prefix-match queries and walksOndrej Zajicek (work)2021-11-263-1/+355
| * | Trie: Implement trie walking codeOndrej Zajicek (work)2021-11-193-13/+413
| * | Trie: Simplify network matching codeOndrej Zajicek (work)2021-11-131-16/+6
| * | Filter: Add prefix trie benchmarksOndrej Zajicek (work)2021-09-251-0/+235
| * | Filter: Improve prefix trie testsOndrej Zajicek (work)2021-09-251-74/+302
| * | Filter: Update trie documentationOndrej Zajicek (work)2021-09-251-44/+69
| * | Filter: Fix trie testOndrej Zajicek (work)2021-09-251-2/+3
| * | Filter: Faster prefix setsOndrej Zajicek (work)2021-09-253-71/+218
| |/
* | Conf: Fix parsing full-length IPv6 addressesOndrej Zajicek (work)2022-01-051-0/+20
* | Filter: Add operators to find minimum and maximum element of setsAlexander Zubkov2021-12-285-0/+102
* | Filter: Add operators to pick community componentsAlexander Zubkov2021-12-283-8/+53
|/
* Flowspec: Label field should use numeric operator and not bitmask operatorOndrej Zajicek (work)2021-05-181-0/+1
* Flowspec: Do not use comma for bitmask operatorsOndrej Zajicek (work)2021-05-181-1/+1
* Filter: Add MPLS label route attributeTrisha Biswas2021-05-173-1/+22
* Filter: Update 'gw' to handle IPv6 link-local addressesOndrej Zajicek (work)2021-03-151-1/+2
* Filter: Recursive filter iteration codeOndrej Zajicek (work)2021-02-075-0/+106
* Filter: Fix return on top-levelOndrej Zajicek (work)2020-12-281-6/+5
* Filter: Add 'weight' route attributeOndrej Zajicek (work)2020-12-023-1/+18
* Minor cleanups with cfg_allocz()Ondrej Zajicek (work)2020-11-241-6/+1
* Filter: Improve handling of sets in BGP path masksKazuki Yamaguchi2020-06-281-0/+9
* Filter: Fix comparison of BGP path maskKazuki Yamaguchi2020-06-281-0/+1
* Nest: Implement BGP path mask loop operatorOndrej Zajicek (work)2020-05-184-2/+32
* Filter: Remove quitbird commandOndrej Zajicek (work)2020-05-024-8/+2
* Filter: Don't alloc varargs array if its length would be zeroMaria Matejka2020-05-011-1/+1
* Filter: Removed forgotten dead codeMaria Matejka2020-05-011-153/+0
* Filter: fixed omitted overflow check in EC constructorMaria Matejka2020-04-281-16/+15
* Configuration strings are constant.Maria Matejka2020-04-091-1/+1
* Filter: Remove mixed address tests and fix formattingOndrej Zajicek (work)2020-03-262-37/+9
* Filter: Optimize IPv4 prefix setsOndrej Zajicek (work)2020-03-264-88/+243
* Filter: Fix typecheck for AND/OR.Ondrej Zajicek (work)2020-01-072-3/+8
* Test: Improve filter_testOndrej Zajicek (work)2019-12-172-31/+21
* Filter: fix filter comparison testMaria Matejka2019-12-121-13/+13
* Filter: Fix function comparisonOndrej Zajicek (work)2019-12-101-1/+1
* Filter: Add support for src/dst accessors for Flowspec and SADROndrej Zajicek (work)2019-12-094-8/+69
* Filter: Add type info for more instructionsOndrej Zajicek (work)2019-11-051-2/+12
* Filter: Improve typecheck error messagesOndrej Zajicek (work)2019-11-055-9/+71
* Filter: Better constant promotionOndrej Zajicek (work)2019-11-051-1/+20
* Filter: Improved parse-time typechecksOndrej Zajicek (work)2019-11-052-56/+12
* Filter: Parse-time typechecksOndrej Zajicek2019-11-053-38/+63