Age | Commit message (Expand) | Author |
2023-01-17 | Filter: Allow setting the 'onlink' route attribute in filters | Radu Carpa |
2023-01-07 | Filter: Change linearization of branches in switch instruction | Ondrej Zajicek |
2022-09-16 | Revert "Reducing filter stack size to allow for lesser thread stack size" | Maria Matejka |
2022-07-11 | Merge remote-tracking branch 'origin/master' into backport | Maria Matejka |
2022-06-27 | Filter: Implement for loops | Ondrej Zajicek (work) |
2022-06-27 | Filter: Implement mixed declarations of local variables | Ondrej Zajicek (work) |
2022-06-27 | Filter: Improve handling of stack frames in filter bytecode | Ondrej Zajicek (work) |
2022-06-27 | Filter: Implement direct recursion | Ondrej Zajicek (work) |
2022-06-27 | Filter: Apply constant promotion for FI_EQ / FI_NEQ | Ondrej Zajicek (work) |
2022-06-27 | Filter: Add literal for empty set | Alexander Zubkov |
2022-06-27 | Nest: Cleanups in as_path_filter() | Ondrej Zajicek (work) |
2022-06-27 | Filter: Ensure that all expressions declared return type | Ondrej Zajicek (work) |
2022-06-27 | Filter: Improve description of type system | Ondrej Zajicek (work) |
2022-06-27 | Filter: Implement type checks for function calls | Ondrej Zajicek (work) |
2022-06-27 | Filter: Clean up function call instruction | Ondrej Zajicek (work) |
2022-05-04 | Fixed spurious undef of route attributes | Alexander Zubkov |
2022-04-06 | Unsetting route attributes without messing with type system | Maria Matejka |
2022-04-06 | Eattr flags (originated and fresh) get their own struct fields | Maria Matejka |
2022-03-09 | Merge commit '5cff1d5f' into haugesund | Maria Matejka |
2022-03-02 | Merge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9' into haugesund | Maria Matejka |
2021-12-28 | Filter: Add operators to find minimum and maximum element of sets | Alexander Zubkov |
2021-12-28 | Filter: Add operators to pick community components | Alexander Zubkov |
2021-10-13 | Route: moved rte_src pointer from rta to rte | Maria Matejka |
2021-10-13 | Preference moved to RTA and set explicitly in protocols | Maria Matejka |
2021-09-10 | Reducing filter stack size to allow for lesser thread stack size | Maria Matejka |
2021-05-17 | Filter: Add MPLS label route attribute | Trisha Biswas |
2021-03-15 | Filter: Update 'gw' to handle IPv6 link-local addresses | Ondrej Zajicek (work) |
2021-02-07 | Filter: Recursive filter iteration code | Ondrej Zajicek (work) |
2020-12-28 | Filter: Fix return on top-level | Ondrej Zajicek (work) |
2020-12-02 | Filter: Add 'weight' route attribute | Ondrej Zajicek (work) |
2020-05-18 | Nest: Implement BGP path mask loop operator | Ondrej Zajicek (work) |
2020-05-02 | Filter: Remove quitbird command | Ondrej Zajicek (work) |
2020-04-28 | Filter: fixed omitted overflow check in EC constructor | Maria Matejka |
2020-01-07 | Filter: Fix typecheck for AND/OR. | Ondrej Zajicek (work) |
2019-12-10 | Filter: Fix function comparison | Ondrej Zajicek (work) |
2019-12-09 | Filter: Add support for src/dst accessors for Flowspec and SADR | Ondrej Zajicek (work) |
2019-11-05 | Filter: Add type info for more instructions | Ondrej Zajicek (work) |
2019-11-05 | Filter: Improved parse-time typechecks | Ondrej Zajicek (work) |
2019-11-05 | Filter: Parse-time typechecks | Ondrej Zajicek |
2019-09-23 | Filters: Function body comparison result now used. | Maria Matejka |
2019-08-06 | Filter: Allow to use set constants / expressions in path masks | Ondrej Zajicek (work) |
2019-07-15 | Filter: further split of print & die to FI_PRINT, FI_FLUSH and FI_DIE | Maria Matejka |
2019-07-15 | Filter: FID_MEMBER debug string is a C constant string | Maria Matejka |
2019-07-15 | Filter: Converted FI_PRINT and FI_PATHMASK_CONSTRUCT to VARARG | Maria Matejka |
2019-07-15 | Filter: lots of documentation | Maria Matejka |
2019-07-15 | Filter: Don't write out when re-evaluating filter for internal purposes. | Maria Matejka |
2019-07-10 | Filter: Minor cleanups | Ondrej Zajicek (work) |
2019-07-03 | Filter: Split printing and dying | Maria Matejka |
2019-07-02 | Filter: documentation of the M4 preprocessor | Maria Matejka |
2019-07-02 | Filter: Pre-evaluation of constant expressions | Maria Matejka |