holo-routing / holo

Holo is a suite of routing protocols designed to support high-scale and automation-driven networks.
MIT License
274 stars 17 forks source link

Initialize VRRP errors #24

Closed Paul-weqe closed 4 months ago

Paul-weqe commented 4 months ago

Initialize the vrrp errors structures. This will change during the course of the protocol development.

The errors structure have been fetched from ietf-vrrp@2018-03-13.yang file in holo-yang/modules/ietf

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 63.54%. Comparing base (2f0b189) to head (a86e7dd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## vrrp #24 +/- ## ======================================= Coverage 63.54% 63.54% ======================================= Files 182 182 Lines 29650 29650 ======================================= Hits 18840 18840 Misses 10810 10810 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rwestphal commented 4 months ago

@Paul-weqe Great to see this work unfolding!

As we discuss on Discord, you now have write access to the repo, so you can push your changes directly to the vrrp branch :)