mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-26 00:10:24 +00:00
bgpd: Drop unnecessary unit test for software-version capability
It's tested above, and was just copied from extended-nexthop as an example which is broken too. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
39d6b2888c
commit
dede6261d8
@ -266,13 +266,6 @@ static struct test_peer_attr test_peer_attrs[] = {
|
|||||||
.u.flag = PEER_FLAG_CAPABILITY_SOFT_VERSION,
|
.u.flag = PEER_FLAG_CAPABILITY_SOFT_VERSION,
|
||||||
.type = PEER_AT_GLOBAL_FLAG,
|
.type = PEER_AT_GLOBAL_FLAG,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
.cmd = "capability software-version",
|
|
||||||
.u.flag = PEER_FLAG_CAPABILITY_SOFT_VERSION,
|
|
||||||
.type = PEER_AT_GLOBAL_FLAG,
|
|
||||||
.o.invert_peer = true,
|
|
||||||
.o.use_iface_peer = true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
.cmd = "description",
|
.cmd = "description",
|
||||||
.peer_cmd = "description FRR Peer",
|
.peer_cmd = "description FRR Peer",
|
||||||
|
Loading…
Reference in New Issue
Block a user