mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 07:56:29 +00:00
bgpd: Update GR flags when peer is bound to group
When a peer is bound to a peer-group, the GR flags set on the peer are over-written. Update the GR flags for the peer after it has been bound to a peer-group. Signed-off-by: NaveenThanikachalam <nthanikachal@vmware.com>
This commit is contained in:
parent
eeec40ba69
commit
0c0b85b502
@ -2511,6 +2511,9 @@ static void peer_group2peer_config_copy(struct peer_group *group,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Update GR flags for the peer. */
|
||||||
|
bgp_peer_gr_flags_update(peer);
|
||||||
|
|
||||||
bgp_bfd_peer_group2peer_copy(conf, peer);
|
bgp_bfd_peer_group2peer_copy(conf, peer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user