Skip to content
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

Duplicate fib proposal #16342

Merged
merged 2 commits into from
Jul 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
topotests: bgp_peer_type_multipath_relax, adds the duplicate flag
During the bgp_peer_type_multipath_relax_test, the test does not
check the 'duplicate' flag value of the duplicate nexthop.

Fix this by adding the duplicate value in the expected json files.

Fixes: ee88563 ("bgpd: Add 'bgp bestpath peer-type multipath-relax'")

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
  • Loading branch information
pguibert6WIND committed Jul 8, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 7dfe12eef838f2a8be15e8c58e47f4bcd8b64239
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@
},
{
"fib":true,
"duplicate":true,
"ip":"10.0.3.2",
"active":true
}
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@
},
{
"fib":true,
"duplicate":true,
"ip":"10.0.3.2",
"active":true
}