]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Do not fail when going from GR mode to GR
authorDonald Sharp <sharpd@nvidia.com>
Thu, 10 Mar 2022 14:33:57 +0000 (09:33 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 10 Mar 2022 14:33:57 +0000 (09:33 -0500)
commit624037727072a9087c936cb7f221bc53c22932f2
treeba097145ed4536c0ad4ea6ff5ddef89baa9a7557
parent82aca4ae4f995e5ff38202641ac47e127cd3c738
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>
bgpd/bgpd.c