mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-25 09:28:50 +00:00
tests: Drop broken unit test for extended-nexthop capability
extended-nexthop capability can't be unset to interface-based peers. Anyway, this is always silently ignored: ``` ✖ [test] peer\capability extended-nexthop ► prepare: initialize bgp test environment ► case 01: set peer-flag [capability extended-nexthop] on [IP-TEST] ► error: execution of command [no neighbor IP-TEST capability extended-nexthop] has failed with code [13] failed ``` Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
a709218b53
commit
39d6b2888c
@ -261,13 +261,6 @@ static struct test_peer_attr test_peer_attrs[] = {
|
||||
.u.flag = PEER_FLAG_CAPABILITY_ENHE,
|
||||
.type = PEER_AT_GLOBAL_FLAG,
|
||||
},
|
||||
{
|
||||
.cmd = "capability extended-nexthop",
|
||||
.u.flag = PEER_FLAG_CAPABILITY_ENHE,
|
||||
.type = PEER_AT_GLOBAL_FLAG,
|
||||
.o.invert_peer = true,
|
||||
.o.use_iface_peer = true,
|
||||
},
|
||||
{
|
||||
.cmd = "capability software-version",
|
||||
.u.flag = PEER_FLAG_CAPABILITY_SOFT_VERSION,
|
||||
|
Loading…
Reference in New Issue
Block a user