]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: do not bounce peer when re-binding to current peer-group 941/head
authorDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 9 Aug 2017 16:47:05 +0000 (20:47 +0400)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 9 Aug 2017 16:47:05 +0000 (20:47 +0400)
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
bgpd/bgpd.c

index 75975b8d682baa619314acc2b7ea585ad0bdafc7..5a423e0c718f3a03fe3d5f808abf8e57c6df9b71 100644 (file)
@@ -2523,7 +2523,8 @@ int peer_group_bind(struct bgp *bgp, union sockunion *su, struct peer *peer,
                if (peer_group_active(peer)) {
 
                        /* The peer is already bound to the peer-group,
-                        * nothing to do */
+                        * nothing to do
+                        */
                        if (strcmp(peer->group->name, group->name) == 0)
                                return 0;
                        else