aboutsummaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support for address family constantsOndrej Zajicek (work)2019-11-031-0/+1
* Filter: Fix eval commandOndrej Zajicek (work)2019-09-241-1/+1
* Filters: Function body comparison result now used.Maria Matejka2019-09-231-0/+5
* Filter: Fix crash with 'where' filters and function callsOndrej Zajicek (work)2019-09-101-25/+4
* Filter: Fixing empty block and never-executed-statement bugMaria Matejka2019-08-132-10/+26
* Filter: Allow to use set constants / expressions in path masksOndrej Zajicek (work)2019-08-062-0/+17
* Filter: Allow to use sets in path masksOndrej Zajicek (work)2019-08-062-0/+5
* Conf: Fixed symbol redefinitionMaria Matejka2019-07-301-6/+6
* Filter: further split of print & die to FI_PRINT, FI_FLUSH and FI_DIEMaria Matejka2019-07-152-22/+23
* Filter: Simpler filter context allocationMaria Matejka2019-07-151-20/+19
* Filter: FID_MEMBER debug string is a C constant stringMaria Matejka2019-07-152-8/+8
* Filter: Converted FI_PRINT and FI_PATHMASK_CONSTRUCT to VARARGMaria Matejka2019-07-154-81/+63
* Filter: fixed excessive stack allocation in functions with args but no local ...Maria Matejka2019-07-151-21/+21
* Filter: lots of documentationMaria Matejka2019-07-153-49/+156
* Filter: Don't write out when re-evaluating filter for internal purposes.Maria Matejka2019-07-151-1/+1
* Filter: Don't fail badly when trying to access non-existent route in config timeMaria Matejka2019-07-152-4/+2
* Filter: Minor cleanupsOndrej Zajicek (work)2019-07-102-23/+33
* Merge branch 'mq-filter-stack' of gitlab.labs.nic.cz:labs/bird into mq-filter...Maria Matejka2019-07-037-204/+396
|\
| * Filter: CLI command to dump all the linearized filtersMaria Matejka2019-07-032-2/+42
| * Filter: Split printing and dyingMaria Matejka2019-07-034-39/+82
| * Dynamic attributes definition split whether it is bitmask or not.Maria Matejka2019-07-032-3/+5
| * Filter: Dropped some more irrelevant whitespace from generated filesMaria Matejka2019-07-021-19/+19