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: ee88563ac2 ("bgpd: Add 'bgp bestpath peer-type multipath-relax'")

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
Philippe Guibert 2024-07-03 14:37:52 +02:00
parent d7d491537a
commit 7dfe12eef8
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
},
{
"fib":true,
"duplicate":true,
"ip":"10.0.3.2",
"active":true
}

View File

@ -24,6 +24,7 @@
},
{
"fib":true,
"duplicate":true,
"ip":"10.0.3.2",
"active":true
}