bio-routing / bio-rd

bio routing is a project to create a versatile, fast and reliable routing daemon in Golang. bio = BGP + IS-IS + OSPF
Apache License 2.0
285 stars 46 forks source link

Add config option for `always-compare-med` #404

Open BarbarossaTM opened 1 year ago

BarbarossaTM commented 1 year ago

Describe the feature Currently bio-routing always compares MED values, even if the ASes of different paths are different - this should be configurable as it is in other implementations.

Also add a config option for the RIS/BMP Monitoring station which allows setting this.