0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-09 20:58:44 +00:00
bird/proto/bgp
Ondrej Zajicek (work) 6b68390702 BGP: Fix 'deterministic med' to work with 'merge paths'
The 'deterministic med' option is implemented by suppressing other than
best-in-group routes (grouped by ASN) from best route selection. This
interferes with 'merge paths' as supressed routes are no longer mergable
with best route. This is fixed by suppressing only those routes that are
not mergable with best-in-group route.
2019-08-05 00:29:47 +02:00
..
attrs.c BGP: Fix 'deterministic med' to work with 'merge paths' 2019-08-05 00:29:47 +02:00
bgp.c Nest: Add command to request graceful restart 2019-06-30 22:15:24 +02:00
bgp.h Nest: Add command to request graceful restart 2019-06-30 22:15:24 +02:00
config.Y BGP: implement Adj-RIB-In 2019-02-17 23:02:05 +01:00
Doc BGP documented. 2000-06-04 17:06:18 +00:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
packets.c BGP: Handle case where capabilites are not used 2019-03-15 20:57:26 +01:00