]> git.ipfire.org Git - thirdparty/bird.git/history - filter
Doc: BFD update
[thirdparty/bird.git] / filter /
2024-03-25  Maria MatejkaASPA: checks done in filters; no autoreload yet
2024-03-21  Ondrej ZajicekMerge commit '44e351d1522f0099687aac9fd65dcea73a04af43'
2024-03-05  Ondrej ZajicekFilter: Add route attribute gw_mpls_stack
2024-02-14  Ondrej ZajicekFilter: Add support for string route attribute
2024-01-22  Katerina KubecovaFilter: Tests for net_addr
2023-12-08  Maria MatejkaMerge commit 'bb094fb6'
2023-12-08  Maria MatejkaMerge commit '54ddf90f'
2023-10-05  Ondrej ZajicekBGP: Improve custom BGP attributes
2023-10-05  Ondrej ZajicekFilter: Fix scope handling in for loops
2023-10-04  Maria MatejkaFilter: explicitly forbidden for-loop with pre-defined...
2023-10-04  Ondrej ZajicekL3VPN: BGP/MPLS VPNs using MPLS backbone
2023-10-04  Ondrej ZajicekMPLS subsystem
2023-09-26  Igor PutovnyBasic route aggregation
2023-09-24  Maria MatejkaSimple testing of reconfiguration to a slightly differe...
2023-09-20  katerina.kubecovaBGP: Setting and unsetting unknown attributes kk-bgp-unknown-attributes
2023-09-20  katerina.kubecovaAttributes declared in config can be bytestrings
2023-09-20  katerina.kubecovaFilter: Function unset() accepts attributes declared...
2023-09-20  katerina.kubecovaStructures bytestring and adata merged into adata.
2023-09-13  Ondrej ZajicekFilter: Use common initializer for undefined variables... mq-func-types
2023-09-12  Ondrej ZajicekFilter: Minor updates to methods
2023-09-12  Ondrej ZajicekFilter: Split clist add/delete operations to multiple...
2023-09-12  Ondrej ZajicekFilter: Implement constant promotion for multiple dispa...
2023-09-12  Ondrej ZajicekFilter: Print proper error response in multiple method...
2023-09-12  Ondrej ZajicekFilter: Move argument list reversal from function_call...
2023-09-12  Ondrej ZajicekFilter: Better syntax for function return types
2023-09-12  Ondrej ZajicekFilter: Implement multiple dispatch for methods
2023-09-12  Ondrej ZajicekFilter: Make f_method_call_*() usage symmetric
2023-09-12  Ondrej ZajicekFilter: Convert more methods to use METHOD_R()
2023-09-12  Ondrej ZajicekFilter: Remove number of args from METHOD_R()
2023-09-12  Maria MatejkaFilter: Print instructions take only one value (simplif...
2023-09-12  Maria MatejkaFilter: Shortened method declarations
2023-09-12  Maria MatejkaFilter: The for loop uses the method system for type...
2023-09-12  Maria MatejkaRemoving unused terminals from filter config
2023-09-12  Maria MatejkaFilter: Methods rework
2023-09-12  Maria MatejkaUninitialized filter variables of path/[el]?clist types...
2023-09-12  Maria MatejkaFilter: functions can and should have typed return...
2023-09-12  Maria MatejkaFilter/Conf: Method names have their own keyword hash
2023-09-12  Maria MatejkaConf: Symbol manipulation gets its context explicitly
2023-09-12  Maria MatejkaFilter: any lvalue can get its methods called
2023-09-12  Maria MatejkaFilter: split out dot-notation methods to separate...
2023-09-12  Maria MatejkaConf: Symbol hashes for all scopes
2023-09-12  Maria MatejkaDropping empty-type const f_vals, they were copied...
2023-08-25  Ondrej ZajicekConf: Allow keywords to be redefined by user symbols
2023-08-25  Ondrej ZajicekFilter: Add separate instruction for uninitialized...
2023-08-24  Alexander ZubkovFilter: Use more generic approach for intra-config...
2023-08-24  Alexander ZubkovFilter: Add bytestring type
2023-08-22  Ondrej ZajicekMerge branch 'bmp'
2023-06-22  Maria MatejkaMerge tag 'v2.13.1'
2023-06-22  Maria MatejkaFilter: Fixed segfault when a case option had an empty...
2023-05-16  Ondrej ZajicekNest: Add tests and benchmark for FIB
2023-04-21  Ondrej ZajicekFilter: Disable some trie formatting tests
2023-02-22  Maria MatejkaConfig: Dropping filter instruction trees after lineari...
2023-01-22  Maria MatejkaAdded test case for switch bug fixed in e20bef69ccc4a85...
2023-01-18  Maria MatejkaMerge branch 'master' of https://gitlab.nic.cz/labs...
2023-01-17  Radu CarpaFilter: Allow setting the 'onlink' route attribute...
2023-01-13  Ondrej ZajicekMinor cleanups
2023-01-07  Ondrej ZajicekFilter: Change linearization of branches in switch...
2023-01-02  Ondrej ZajicekAdd compile-time option to enable 4-way tries instead...
2022-11-01  Maria MatejkaMoved config-related allocations to config_pool and...
2022-10-18  Ondrej ZajicekFilter: Fix handling of variables in anonymous filters
2022-10-03  Ondrej ZajicekFilter: Add some minor functions for f_tree and EC
2022-09-16  Maria MatejkaRevert "Reducing filter stack size to allow for lesser...
2022-07-26  Ondrej ZajicekMerge branch 'master' into backport
2022-07-24  Ondrej ZajicekMerge branch 'master' into backport
2022-07-11  Maria MatejkaMerge remote-tracking branch 'origin/master' into backport
2022-07-11  Maria MatejkaMerge commit 'beb5f78a' into backport
2022-07-10  Maria MatejkaMerge version 2.0.10 into backport
2022-06-27  Ondrej Zajicek ... Filter: Implement for loops
2022-06-27  Ondrej Zajicek ... Filter: Implement mixed declarations of local variables
2022-06-27  Ondrej Zajicek ... Filter: Improve handling of stack frames in filter...
2022-06-27  Ondrej Zajicek ... Filter: Simplify handling of command sequences
2022-06-27  Ondrej Zajicek ... Filter: Fix bug in variable shadowing
2022-06-27  Ondrej Zajicek ... Filter: Implement direct recursion
2022-06-27  Ondrej Zajicek ... Filter: Apply constant promotion for FI_EQ / FI_NEQ
2022-06-27  Alexander ZubkovFilter: Add literal for empty set
2022-06-27  Ondrej Zajicek ... Nest: Cleanups in as_path_filter()
2022-06-27  Ondrej Zajicek ... Filter: Ensure that all expressions declared return...
2022-06-27  Ondrej Zajicek ... Filter: Improve description of type system
2022-06-27  Ondrej Zajicek ... Filter: Implement type checks for function calls
2022-06-27  Ondrej Zajicek ... Filter: Clean up function call instruction
2022-05-30  Maria MatejkaMerge remote-tracking branch 'origin/master' into hauge...
2022-05-30  Maria MatejkaMerge commit '9eec503b251c3388579032b300d32640403d8612...
2022-05-30  Maria MatejkaMerge commit '692055e3df6cc9f0d428d3b0dd8cdd8e825eb6f4...
2022-05-04  Alexander ZubkovFixed spurious undef of route attributes
2022-04-06  Maria MatejkaUnsetting route attributes without messing with type...
2022-04-06  Maria MatejkaEattr flags (originated and fresh) get their own struct...
2022-03-09  Maria MatejkaMerge remote-tracking branch 'origin/master' into haugesund
2022-03-09  Maria MatejkaMerge commit '60880b539b8886f76961125d89a265c6e1112b7a...
2022-03-09  Maria MatejkaMerge commit 'e42eedb9' into haugesund
2022-03-09  Maria MatejkaMerge commit '5cff1d5f' into haugesund
2022-03-09  Maria MatejkaMerge commit 'd5a32563' into haugesund
2022-03-09  Maria MatejkaMerge commit '0c59f7ff' into haugesund
2022-03-02  Maria MatejkaReplaced custom linpools in tests for the common tmp_li...
2022-03-02  Maria MatejkaMerge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9...
2022-02-06  Ondrej Zajicek ... Merge branch 'oz-trie-table'
2022-02-06  Ondrej Zajicek ... Trie: Fix trie format
2022-02-06  Ondrej Zajicek ... Trie: Add prefix counter
2022-01-05  Ondrej Zajicek ... Conf: Fix parsing full-length IPv6 addresses
2021-12-28  Alexander ZubkovFilter: Add operators to find minimum and maximum eleme...
2021-12-28  Alexander ZubkovFilter: Add operators to pick community components
next