[bgpd] Add Clrng description to bgp summary state.
2006-02-21 Paul Jakma <paul.jakma@sun.com>
* bgp_vty.c: (bgp_show_summary) Add a 'Clrng' sub-description
to state of peer while it's suppressed due to clearing.
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index 9a960a3..b10250a 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -31,6 +31,8 @@
than plugging process queue, and lock peer while queue
active.
Update to pass only bgp_node as per-queue-item specific data.
+ * bgp_vty.c: (bgp_show_summary) Add a 'Clrng' sub-description
+ to state of peer while it's suppressed due to clearing.
2006-02-18 Paul Jakma <paul.jakma@sun.com>