-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bier: BIFT computation and synchronization with Fastclick #32
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nrybowski Awesome work! Being able to test the BIER dataplane is super exciting.
The code changes look good to me. I'll be traveling soon, but I'll definitely give this a try when I'm back.
One suggestion: could you gate the FastClick integration behind an optional feature and make reqwest an optional dependency tied to that feature? This might require defining a "fastclick" feature in both the holo-daemon
and holo-utils
Cargo.toml files.
The CI errors make no sense and should go away with a simple rebase on top of master.
Signed-off-by: Nicolas Rybowski <[email protected]>
Signed-off-by: Nicolas Rybowski <[email protected]>
Signed-off-by: Nicolas Rybowski <[email protected]>
Rebase on db22407. |
Signed-off-by: Nicolas Rybowski <[email protected]> Suggested-by: Renato Westphal <[email protected]>
Signed-off-by: Nicolas Rybowski <[email protected]>
This PR adds the computation of the BIFT upon BIRT update and synchronization with a BIFT implemented as a Fastclick dataplane element.
See also tbarbette/fastclick#397 and #14.
TODO