summaryrefslogtreecommitdiffstats
path: root/proto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ky/bgp-extended-hold-timer' into rheKazuki Yamaguchi2024-01-313-2/+14
|\
| * BGP: add 'soft hold time on' option for debuggingky/bgp-extended-hold-timerKazuki Yamaguchi2024-01-313-2/+14
* | Merge branch 'ky/bgp-fix-timer-jitter' into rheKazuki Yamaguchi2024-01-313-16/+19
|\|
| * BGP: Do not apply jitter to HoldTimerky/bgp-fix-timer-jitterKazuki Yamaguchi2024-01-313-16/+19
* | Merge branch 'ky/bfd-logging-include-ifname' into rheKazuki Yamaguchi2024-01-311-6/+8
|\ \
| * | BFD: Include interface name in tracesky/bfd-logging-include-ifnameKazuki Yamaguchi2023-10-111-6/+8
* | | Merge branch 'ky/aigp-metric-u32' into rheKazuki Yamaguchi2024-01-312-117/+44
|\ \ \
| * | | BGP: Merge routes with the equal AIGP metric onlyky/aigp-metric-u32Kazuki Yamaguchi2023-10-111-0/+4
| * | | BGP: Allow modification of AIGP metric attribute valueKazuki Yamaguchi2023-10-112-117/+40
| |/ /
* | | Merge branch 'ky/trailing-comma' into rheKazuki Yamaguchi2024-01-311-1/+1
|\ \ \ | |_|/ |/| |
| * | Filter: Allow trailing comma in set literalsky/trailing-commaKazuki Yamaguchi2023-10-111-1/+1
| |/
* | Trivial code cleanupsOndrej Zajicek2024-01-225-25/+26
* | OSPF: Cleanup some warningsOndrej Zajicek2023-12-131-2/+2
* | BGP: Send hold timerKaterina Kubecova2023-12-054-4/+59
* | BGP: Add options to require BGP capabilitiesOndrej Zajicek2023-11-234-11/+95
* | BGP: Simplify capability handlingOndrej Zajicek2023-11-232-22/+24
* | OSPF: On physical PtP links, skip next-hop resolvingSoha Jin2023-11-091-1/+6
|/
* BGP: Improve custom BGP attributesOndrej Zajicek2023-10-053-4/+14
* MPLS: Handle compatibility with old configsOndrej Zajicek2023-10-051-0/+4
* BGP: Custom attribute definitions should use cfg_alloc(), not malloc()Ondrej Zajicek2023-10-041-2/+2
* MPLS: Update to support and use 64bit source idOndrej Zajicek2023-10-041-7/+2
* L3VPN: Import/export target reconfigurationOndrej Zajicek2023-10-041-18/+33
* BGP, L3VPN: Fix MPLS channel reloadOndrej Zajicek2023-10-042-1/+12
* L3VPN: Fix bug in reconfigurationOndrej Zajicek2023-10-041-0/+4
* Static: Add syntax for static MPLS labelsOndrej Zajicek2023-10-043-9/+43
* L3VPN: BGP/MPLS VPNs using MPLS backboneOndrej Zajicek2023-10-045-0/+620
* BGP: Add MPLS supportOndrej Zajicek2023-10-044-5/+27
* Static: Add MPLS supportOndrej Zajicek2023-10-042-1/+28
* Nest: Expand rte_src.private_id to u64Ondrej Zajicek2023-10-022-2/+2
* BGP config: Splitting Route Refresh and Enhanced Route RefreshMaria Matejka2023-09-273-2/+5
* Aggregator: Forbidden dangerous filter computationsMaria Matejka2023-09-261-4/+22
* Aggregator: Fixed hashing of adataMaria Matejka2023-09-261-9/+64
* Basic route aggregationIgor Putovny2023-09-267-1/+1075
* BGP: Setting and unsetting unknown attributeskaterina.kubecova2023-09-201-1/+10
* Structures bytestring and adata merged into adata.katerina.kubecova2023-09-202-2/+2
* Conf: config warnings show the file positionMaria Matejka2023-09-124-7/+7
* Conf: Symbol manipulation gets its context explicitlyMaria Matejka2023-09-121-2/+2
* BFD: Improve handling of AdminDownOndrej Zajicek2023-08-291-9/+11
* Conf: Allow keywords to be redefined by user symbolsOndrej Zajicek2023-08-254-7/+4
* RPKI: Fix conflict in config grammarOndrej Zajicek2023-08-251-14/+16
* Conf: Use nonterminal bytestring instead of BYTETEXTOndrej Zajicek2023-08-241-2/+2
* Filter: Add bytestring typeAlexander Zubkov2023-08-241-2/+2
* Nest: Treat VRF interfaces as inside respective VRFsOndrej Zajicek2023-08-235-6/+6
* Merge branch 'bmp'Ondrej Zajicek2023-08-228-504/+710
|\
| * BMP: Improve peer_down handlingOndrej Zajicek2023-08-224-45/+64
| * BMP: Use generic channel feed instead of direct walk over rtableOndrej Zajicek2023-08-212-28/+50
| * BMP: Fix route timestampsOndrej Zajicek2023-08-181-4/+7
| * BMP: Refactor route monitoringOndrej Zajicek2023-08-184-95/+314
| * BMP: Remove useless bufferOndrej Zajicek2023-08-011-7/+1
| * BMP: Simplify route monitoring hooksOndrej Zajicek2023-08-014-162/+66