mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-06 20:20:00 +00:00
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:
parent
d7d491537a
commit
7dfe12eef8
@ -24,6 +24,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fib":true,
|
"fib":true,
|
||||||
|
"duplicate":true,
|
||||||
"ip":"10.0.3.2",
|
"ip":"10.0.3.2",
|
||||||
"active":true
|
"active":true
|
||||||
}
|
}
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fib":true,
|
"fib":true,
|
||||||
|
"duplicate":true,
|
||||||
"ip":"10.0.3.2",
|
"ip":"10.0.3.2",
|
||||||
"active":true
|
"active":true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user