mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 11:19:13 +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;
|
struct peer_group *group = NULL;
|
||||||
|
|
||||||
group = peer_group_lookup(bgp, peer_str);
|
group = peer_group_lookup(bgp, peer_str);
|
||||||
|
return group->conf;
|
||||||
if (group)
|
|
||||||
return group->conf;
|
|
||||||
|
|
||||||
return NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user