aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Filter: Split clist add/delete operations to multiple methodsOndrej Zajicek2023-09-122-28/+85
* Filter: Implement constant promotion for multiple dispatch methodsOndrej Zajicek2023-09-123-10/+25
* Filter: Print proper error response in multiple method dispatchOndrej Zajicek2023-09-123-7/+82
* Filter: Move argument list reversal from function_call to var_listOndrej Zajicek2023-09-121-18/+25
* Filter: Better syntax for function return typesOndrej Zajicek2023-09-126-40/+39
* Filter: Implement multiple dispatch for methodsOndrej Zajicek2023-09-127-115/+205
* Filter: Make f_method_call_*() usage symmetricOndrej Zajicek2023-09-121-4/+2
* Filter: Convert more methods to use METHOD_R()Ondrej Zajicek2023-09-121-61/+23
* Filter: Remove number of args from METHOD_R()Ondrej Zajicek2023-09-122-19/+19
* Conf: Remove toksym from symbol_knownOndrej Zajicek2023-09-121-1/+1
* Filter: Print instructions take only one value (simplification)Maria Matejka2023-09-124-31/+37
* Filter: Shortened method declarationsMaria Matejka2023-09-122-107/+51
* Filter: The for loop uses the method system for type dispatchMaria Matejka2023-09-126-72/+85
* Removing unused terminals from filter configMaria Matejka2023-09-121-4/+0
* Filter: Methods reworkMaria Matejka2023-09-1211-277/+800
* Uninitialized filter variables of path/[el]?clist types are now explicitly emptyMaria Matejka2023-09-121-27/+15
* Conf: config warnings show the file positionMaria Matejka2023-09-125-7/+8
* Filter: functions can and should have typed return valuesMaria Matejka2023-09-125-34/+68
* Filter/Conf: Method names have their own keyword hashMaria Matejka2023-09-126-16/+40
* Conf: Allowing conf scope to be explicitly read onlyMaria Matejka2023-09-122-2/+8
* Conf: Symbol manipulation gets its context explicitlyMaria Matejka2023-09-129-113/+107
* Filter: any lvalue can get its methods calledMaria Matejka2023-09-123-23/+55
* Filter: split out dot-notation methods to separate targetsMaria Matejka2023-09-121-36/+63
* Conf: Keywords have their default symbolsMaria Matejka2023-09-123-43/+32
* Conf: Symbol hashes for all scopesMaria Matejka2023-09-129-88/+88
* Dropping empty-type const f_vals, they were copied anywayMaria Matejka2023-09-123-30/+21
* Conf: Adding dummy thread-number setting for easier sharing of configuration ...Maria Matejka2023-09-121-1/+4
* BFD: Improve handling of AdminDownOndrej Zajicek2023-08-291-9/+11
* Conf: Allow keywords to be redefined by user symbolsOndrej Zajicek2023-08-259-14/+20
* Filter: Add separate instruction for uninitialized variable declarationOndrej Zajicek2023-08-253-10/+22
* RPKI: Fix conflict in config grammarOndrej Zajicek2023-08-252-15/+35
* Nest: Fix missing bar in kw_symOndrej Zajicek2023-08-251-1/+1
* Doc: Document bytestring typeAlexander Zubkov2023-08-241-6/+25
* Doc: Document RAdv "custom option" configuration definitionAlexander Zubkov2023-08-241-0/+19
* Conf: Use nonterminal bytestring instead of BYTETEXTOndrej Zajicek2023-08-243-6/+36
* Filter: Use more generic approach for intra-config expressionsAlexander Zubkov2023-08-245-25/+19
* Filter: Add bytestring typeAlexander Zubkov2023-08-2411-14/+81
* Lib: Add functions for reading and writing of bytestringsOndrej Zajicek2023-08-243-52/+101
* Nest: Treat VRF interfaces as inside respective VRFsOndrej Zajicek2023-08-239-12/+36
* Merge branch 'bmp'Ondrej Zajicek2023-08-2211-541/+757
|\
| * BMP: Improve peer_down handlingOndrej Zajicek2023-08-224-45/+64
| * BMP: Use generic channel feed instead of direct walk over rtableOndrej Zajicek2023-08-214-34/+53
| * Nest: Use generic rte_announce() also for import tablesOndrej Zajicek2023-08-211-21/+17
| * BMP: Fix route timestampsOndrej Zajicek2023-08-181-4/+7
| * BMP: Refactor route monitoringOndrej Zajicek2023-08-187-130/+366
| * BMP: Remove useless bufferOndrej Zajicek2023-08-011-7/+1
| * BMP: Simplify route monitoring hooksOndrej Zajicek2023-08-014-162/+66
| * BMP: Ensure that bmp_fire_tx() does nothing when not upOndrej Zajicek2023-06-081-2/+5
| * BMP: Support multiple instances of BMP protocolOndrej Zajicek2023-06-085-75/+139
| * BMP: Fix bug in buffer resizeOndrej Zajicek2023-05-311-5/+15