-
Notifications
You must be signed in to change notification settings - Fork 125
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
fix: linux route metric #1826
fix: linux route metric #1826
Conversation
When examining this example, I found a bug (unrelated to this PR): VPP agent can not configure IPv6 route with scope set to
with
Add the following code at the end of
Then build and run the example.
There should be no executed operations. |
* the metric change causes the linux route to recreate instead of replacing (which led to the creation of a new route instead) * for IPv6, the metric 0 and 1024 is considered equal (based on how Linux treats it) Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
(which led to the creation of a new route instead)
treats it)
Signed-off-by: Vladimir Lavor vlavor@cisco.com