aboutsummaryrefslogtreecommitdiffstats
path: root/filter/config.Y
Commit message (Expand)AuthorAgeFilesLines
* Filter: Add operators to find minimum and maximum element of setsAlexander Zubkov2021-12-281-0/+3
* Filter: Add operators to pick community componentsAlexander Zubkov2021-12-281-1/+5
* Filter: Add MPLS label route attributeTrisha Biswas2021-05-171-1/+2
* Filter: Add 'weight' route attributeOndrej Zajicek (work)2020-12-021-1/+2
* Nest: Implement BGP path mask loop operatorOndrej Zajicek (work)2020-05-181-0/+1
* Filter: Remove quitbird commandOndrej Zajicek (work)2020-05-021-3/+2
* Filter: Removed forgotten dead codeMaria Matejka2020-05-011-153/+0
* Filter: Optimize IPv4 prefix setsOndrej Zajicek (work)2020-03-261-2/+2
* Filter: Add support for src/dst accessors for Flowspec and SADROndrej Zajicek (work)2019-12-091-2/+3
* Filter: Fixing empty block and never-executed-statement bugMaria Matejka2019-08-131-10/+18
* Filter: Allow to use sets in path masksOndrej Zajicek (work)2019-08-061-0/+4
* 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-151-14/+14
* Filter: Converted FI_PRINT and FI_PATHMASK_CONSTRUCT to VARARGMaria Matejka2019-07-151-1/+1
* Filter: fixed excessive stack allocation in functions with args but no local ...Maria Matejka2019-07-151-21/+21
* Filter: Split printing and dyingMaria Matejka2019-07-031-15/+36
* Filter: Resolving of defined constants in config timeMaria Matejka2019-07-011-1/+1
* Conf/Filters: Moved argument count to conf scopeMaria Matejka2019-06-251-12/+11
* Revert "Filter: Dropped the setter instructions in favor of direct result sto...Maria Matejka2019-06-191-40/+19
* Filter: Dropped the setter instructions in favor of direct result storage.Maria Matejka2019-06-031-19/+40
* Filter: Some people can't pronounce "postfixify" correctly. Let's try "linear...Jan Maria Matejka2019-05-221-7/+7
* Filter: Store variables and function arguments on stackJan Maria Matejka2019-05-211-83/+57
* Lexer now returns known sym / unknown sym / keywordMaria Matejka2019-05-171-15/+36
* Filters: comparison of functions and filters cachingMaria Matejka2019-02-261-1/+1
* Filter: Fixed bugs in FI_CALL and FI_SWITCHMaria Matejka2019-02-201-13/+16
* Filter: More cleanup -- customized structures also in struct f_line_itemMaria Matejka2019-02-201-4/+4
* Conf: Symbol implementation converted from void pointers to unionMaria Matejka2019-02-201-24/+29
* Filter: merged filter compare functions into common M4 fileMaria Matejka2019-02-201-2/+15
* Filter: merged filter instruction constructors, counting line size on instruc...Maria Matejka2019-02-201-12/+12
* Filters: split the large filter.h file to smaller files.Maria Matejka2019-02-201-0/+3
* Filter + Config: Fix bugs, tests and split symbols by typeMaria Matejka2019-02-201-64/+80
* Filter: refactoring of instruction constructorsMaria Matejka2019-02-201-197/+146
* Filter refactoring: dropped the recursion from the interpreterMaria Matejka2019-02-201-94/+91
* Filter refactoring: The constant f_val is simply included inside the instructionMaria Matejka2019-02-201-51/+40
* Filter refactoring: Changed arguments from separate unions to an arrayMaria Matejka2019-02-201-105/+105
* Filter refactoring: Converted condition to three-args instructionMaria Matejka2019-02-201-7/+5
* Filter refactoring: Passing the resulting struct f_val as a pointer.Jan Maria Matejka2019-02-201-1/+1
* Custom route attributesMaria Matejka2018-12-061-13/+30
* Filter: Make ifname attribute modifiableOndrej Zajicek (work)2018-11-051-1/+1
* Filter: Add support for VPN_RD setsOndrej Zajicek (work)2018-10-251-3/+6
* Config: Dropping CF_ADDTO.Jan Maria Matejka2018-06-261-11/+4
* Filter: Removing the third argument hackJan Maria Matejka2018-05-291-4/+2
* Filter: Add support for src filter op to access SADR source prefixOndrej Zajicek (work)2018-05-161-1/+2
* Merge branch 'master' into int-newJan Maria Matejka2018-03-141-1/+22
|\
| * Filter: make bgpmask literals real constructorsJan Maria Matejka2018-03-141-1/+21
* | Merge branch 'master' into int-newJan Maria Matejka2018-03-131-136/+109
|\|
| * Filter: Instruction codes named as enumMaria Jan Matejka2018-03-131-131/+103
* | Docs: Update to v2.0Jan Maria Matejka2017-12-081-15/+8
* | Merge branch 'master' into int-newOndrej Zajicek (work)2017-08-091-1/+1
|\|
| * Filters: Do not clamp EC set values to 16 bit for EC_GENERICsOndrej Zajicek (work)2017-06-191-1/+1