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
283 stars 44 forks source link

RIS-Mirror: Refactoring #434

Closed taktv6 closed 1 year ago

taktv6 commented 1 year ago

It was unclear in the RIS mirror which member of the Router object is authoritative regarding the VRFs. The idea is to make the local map authoritative on existing VRFs. The vrf.VRFRegistry is only used to pass it to the metrics package to provide metrics.

codecov-commenter commented 1 year ago

Codecov Report

Merging #434 (35f6199) into master (ee76fb0) will not change coverage. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master     #434   +/-   ##
=======================================
  Coverage   54.03%   54.03%           
=======================================
  Files         147      147           
  Lines        7963     7963           
=======================================
  Hits         4303     4303           
  Misses       3455     3455           
  Partials      205      205           
Flag Coverage Δ
unittests 54.03% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more