]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Do not fail when going from GR mode to GR 10777/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 10 Mar 2022 14:33:57 +0000 (09:33 -0500)
committermergify-bot <noreply@mergify.com>
Fri, 11 Mar 2022 14:52:26 +0000 (14:52 +0000)
commit7b7fb7f22230bbfdc651937dbf613e955f9696c6
tree9ecc764da34e3a391dc2bd2c53be2bd37347e917
parentab32dd7ec63c87bc08a9fec688638c38d3267748
bgpd: Do not fail when going from GR mode to GR

If you enter:

router bgp 325
  bgp graceful-restart
  bgp graceful-restart
!

The second command entered will fail.  This is not
something that should be failing as that it's a no-op.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit 624037727072a9087c936cb7f221bc53c22932f2)
bgpd/bgpd.c