]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_fsm.c
bgpd: Update failed reason to distinguish some NHT scenarios
[mirror_frr.git] / bgpd / bgp_fsm.c
index ac8fe5e914774cafb40c497c323e14ae8fa7d1af..157013ed557defc97a573d12627cf39b5a8113e5 100644 (file)
@@ -576,7 +576,9 @@ const char *const peer_down_str[] = {"",
                               "Waiting for NHT",
                               "Waiting for Peer IPv6 LLA",
                               "Waiting for VRF to be initialized",
-                              "No AFI/SAFI activated for peer"};
+                              "No AFI/SAFI activated for peer",
+                              "AS Set config change",
+                              "Waiting for peer OPEN"};
 
 static int bgp_graceful_restart_timer_expire(struct thread *thread)
 {