aboutsummaryrefslogtreecommitdiffstats
path: root/filter/data.h
Commit message (Expand)AuthorAgeFilesLines
* ASPA: checks done in filters; no autoreload yetMaria Matejka2024-03-251-0/+1
* Filter: Add route attribute gw_mpls_stackOndrej Zajicek2024-03-051-0/+1
* MPLS subsystemOndrej Zajicek2023-10-041-0/+1
* Basic route aggregationIgor Putovny2023-09-261-0/+5
* BGP: Setting and unsetting unknown attributeskaterina.kubecova2023-09-201-0/+1
* Structures bytestring and adata merged into adata.katerina.kubecova2023-09-201-1/+1
* Filter: Use common initializer for undefined variables and eattrs.Ondrej Zajicek2023-09-131-1/+19
* Filter: Print proper error response in multiple method dispatchOndrej Zajicek2023-09-121-0/+2
* Filter: Implement multiple dispatch for methodsOndrej Zajicek2023-09-121-0/+2
* Filter: Methods reworkMaria Matejka2023-09-121-1/+7
* Dropping empty-type const f_vals, they were copied anywayMaria Matejka2023-09-121-1/+1
* Filter: Add bytestring typeAlexander Zubkov2023-08-241-0/+2
* Filter: Allow setting the 'onlink' route attribute in filtersRadu Carpa2023-01-171-0/+1
* Filter: Change linearization of branches in switch instructionOndrej Zajicek2023-01-071-0/+1
* Add compile-time option to enable 4-way tries instead of 16-way onesOndrej Zajicek2023-01-021-0/+7
* Filter: Add some minor functions for f_tree and ECOndrej Zajicek2022-10-031-0/+5
* Merge remote-tracking branch 'origin/master' into backportMaria Matejka2022-07-111-3/+5
|\
| * Filter: Add literal for empty setAlexander Zubkov2022-06-271-4/+4
| * Nest: Cleanups in as_path_filter()Ondrej Zajicek (work)2022-06-271-0/+2
* | Merge commit '5cff1d5f' into haugesundMaria Matejka2022-03-091-0/+1
|\ \ | |/ |/|
| * Preference moved to RTA and set explicitly in protocolsMaria Matejka2021-10-131-0/+1
* | Merge branch 'oz-trie-table'Ondrej Zajicek (work)2022-02-061-4/+81
|\ \
| * | Trie: Add prefix counterOndrej Zajicek (work)2022-02-061-0/+1
| * | Trie: Implement longest-prefix-match queries and walksOndrej Zajicek (work)2021-11-261-0/+51
| * | Trie: Implement trie walking codeOndrej Zajicek (work)2021-11-191-1/+22
| * | Filter: Faster prefix setsOndrej Zajicek (work)2021-09-251-4/+8
| |/
* / Filter: Add operators to find minimum and maximum element of setsAlexander Zubkov2021-12-281-0/+2
|/
* Filter: Add MPLS label route attributeTrisha Biswas2021-05-171-0/+1
* Filter: Recursive filter iteration codeOndrej Zajicek (work)2021-02-071-0/+1
* Filter: Add 'weight' route attributeOndrej Zajicek (work)2020-12-021-0/+1
* Configuration strings are constant.Maria Matejka2020-04-091-1/+1
* Filter: Optimize IPv4 prefix setsOndrej Zajicek (work)2020-03-261-7/+23
* Filter: Improve typecheck error messagesOndrej Zajicek (work)2019-11-051-0/+2
* Support for address family constantsOndrej Zajicek (work)2019-11-031-0/+1
* Filter: Pre-evaluation of constant expressionsMaria Matejka2019-07-021-1/+2
* Revert "Filter: Dropped the setter instructions in favor of direct result sto...Maria Matejka2019-06-191-8/+0
* Filter: Dropped the setter instructions in favor of direct result storage.Maria Matejka2019-06-031-0/+8
* Filter: Store variables and function arguments on stackJan Maria Matejka2019-05-211-2/+2
* Filter data manipulation functions separated to their fileMaria Matejka2019-02-201-0/+33
* Filter: merged filter instruction constructors, counting line size on instruc...Maria Matejka2019-02-201-0/+169