diff options
Diffstat (limited to 'tests/bgpd')
| -rw-r--r-- | tests/bgpd/test_peer_attr.c | 14 | 
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/bgpd/test_peer_attr.c b/tests/bgpd/test_peer_attr.c index dd154e3429..231ecd2066 100644 --- a/tests/bgpd/test_peer_attr.c +++ b/tests/bgpd/test_peer_attr.c @@ -262,25 +262,11 @@ static struct test_peer_attr test_peer_attrs[] = {  		.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,  		.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",  		.peer_cmd = "description FRR Peer",  		.group_cmd = "description FRR Group",  | 
