summaryrefslogtreecommitdiff
path: root/bgpd/ChangeLog
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2006-02-21 01:14:13 +0000
committerPaul Jakma <paul.jakma@sun.com>2006-02-21 01:14:13 +0000
commit6a419733c5fba17b246b5cce4af73828f8c346ef (patch)
treef62342579f0adce713aa9d599bfe2fa20a987456 /bgpd/ChangeLog
parent64e580a72deaa268e46559516663808503f347ec (diff)
[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.
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r--bgpd/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index 9a960a38..b10250aa 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>