aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BFD: Include interface name in tracesky/bfd-logging-include-ifnameKazuki Yamaguchi2023-10-111-6/+8
* NEWS and version updatev2.14Ondrej Zajicek2023-10-063-2/+32
* Doc: Minor fixesOndrej Zajicek2023-10-061-6/+12
* Conf: Bytestrings with hex: should use the same general format as ones without.Ondrej Zajicek2023-10-063-16/+12
* KRT: Allow to learn routes with RTPROT_KERNELPavel Ĺ orejs2023-10-065-10/+28
* BGP: Improve custom BGP attributesOndrej Zajicek2023-10-055-9/+32
* MPLS: Handle compatibility with old configsOndrej Zajicek2023-10-053-2/+10
* Filter: Fix scope handling in for loopsOndrej Zajicek2023-10-052-1/+61
* Conf: Fix 'show symbols'Ondrej Zajicek2023-10-041-0/+1
* BGP: Custom attribute definitions should use cfg_alloc(), not malloc()Ondrej Zajicek2023-10-041-2/+2
* Filter: explicitly forbidden for-loop with pre-defined variableMaria Matejka2023-10-041-1/+1
* IO: Fix race condition in event processingOndrej Zajicek2023-10-041-3/+3
* Doc: Fix syntax errors in SGMLOndrej Zajicek2023-10-041-7/+9
* MPLS: Update to support and use 64bit source idOndrej Zajicek2023-10-043-15/+10
* Doc: L3VPN documentationOndrej Zajicek2023-10-041-3/+135
* Doc: MPLS documentationOndrej Zajicek2023-10-041-9/+221
* L3VPN: Import/export target reconfigurationOndrej Zajicek2023-10-041-18/+33
* BGP, L3VPN: Fix MPLS channel reloadOndrej Zajicek2023-10-042-1/+12
* MPLS: Implement FEC map reconfigurationOndrej Zajicek2023-10-043-28/+147
* MPLS: Handle label allocation failuresOndrej Zajicek2023-10-043-18/+63
* L3VPN: Fix bug in reconfigurationOndrej Zajicek2023-10-041-0/+4
* MPLS: Improve handling of static label allocationsOndrej Zajicek2023-10-042-16/+24
* Static: Add syntax for static MPLS labelsOndrej Zajicek2023-10-044-10/+46
* MPLS: Label range non-intersection checkOndrej Zajicek2023-10-042-2/+48
* MPLS: Improve label range reconfigurationOndrej Zajicek2023-10-041-4/+6
* MPLS: Add command 'show mpls ranges'Ondrej Zajicek2023-10-045-1/+115
* Nest: Fix missing RTS_* values in filtersOndrej Zajicek2023-10-041-1/+2
* Lib: Extend MPLS label allocator bitmapOndrej Zajicek2023-10-043-0/+88
* L3VPN: BGP/MPLS VPNs using MPLS backboneOndrej Zajicek2023-10-0410-5/+636
* MPLS: Add support for per-VRF labeling policyOndrej Zajicek2023-10-044-6/+53
* BGP: Add MPLS supportOndrej Zajicek2023-10-044-5/+27
* Static: Add MPLS supportOndrej Zajicek2023-10-042-1/+28
* MPLS subsystemOndrej Zajicek2023-10-0421-18/+1487
* Lib: Indirect bitmap for MPLS label allocatorOndrej Zajicek (work)2023-10-044-0/+301
* Nest: Expand rte_src.private_id to u64Ondrej Zajicek2023-10-025-5/+5
* BGP config: Splitting Route Refresh and Enhanced Route RefreshMaria Matejka2023-09-274-8/+18
* Aggregator: brief documentationMaria Matejka2023-09-261-0/+64
* Aggregator: Forbidden dangerous filter computationsMaria Matejka2023-09-261-4/+22
* Aggregator: Fixed hashing of adataMaria Matejka2023-09-262-9/+72
* Basic route aggregationIgor Putovny2023-09-2623-39/+1257
* Simple testing of reconfiguration to a slightly different oneMaria Matejka2023-09-242-3/+8
* BGP: Setting and unsetting unknown attributeskaterina.kubecova2023-09-205-2/+34
* Attributes declared in config can be bytestringskaterina.kubecova2023-09-202-4/+4
* Filter: Function unset() accepts attributes declared in configkaterina.kubecova2023-09-201-0/+9
* Structures bytestring and adata merged into adata.katerina.kubecova2023-09-208-13/+9
* Conf: Move definition of struct keyword to conf.hOndrej Zajicek2023-09-142-5/+5
* Filter: Use common initializer for undefined variables and eattrs.Ondrej Zajicek2023-09-133-51/+28
* Filter: Minor updates to methodsOndrej Zajicek2023-09-123-19/+11
* 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