mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 05:28:51 +00:00
parent
642ef66443
commit
8cadd54e59
@ -6275,11 +6275,7 @@ static struct peer *bgp_peer_group_peer_lookup(struct bgp *bgp,
|
||||
struct peer_group *group = NULL;
|
||||
|
||||
group = peer_group_lookup(bgp, peer_str);
|
||||
|
||||
if (group)
|
||||
return group->conf;
|
||||
|
||||
return NULL;
|
||||
return group->conf;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user