summaryrefslogtreecommitdiff
path: root/bgpd/ChangeLog
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2006-09-04 01:10:36 +0000
committerPaul Jakma <paul.jakma@sun.com>2006-09-04 01:10:36 +0000
commitff7924f6c0437e2f3cc3710570414ae87a828724 (patch)
treee7e7e1910839845b37b4fa3f7ebc3d935ff9de99 /bgpd/ChangeLog
parentb5aeb4410ae3722a5f331850acbc84c39e3fcd9f (diff)
[bgpd] Add 'show ... neighbor .... prefix-counts' command
2006-09-03 Paul Jakma <paul.jakma@sun.com> * bgp_route.c: Add 'show ... bgp ... <neighbour> prefix-count' commands, to provide detailed counts of prefixes for a peer. Informative, and should help pin down to pfxcnt drift problems.
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r--bgpd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index b27132c9..cb07c58d 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -1,3 +1,10 @@
+2006-09-03 Paul Jakma <paul.jakma@sun.com>
+
+ * bgp_route.c: Add 'show ... bgp ... <neighbour> prefix-count'
+ commands, to provide detailed counts of prefixes for a peer.
+ Informative, and should help pin down to pfxcnt drift
+ problems.
+
2006-08-27 Paul Jakma <paul.jakma@sun.com>
* bgp_advertise.c: (bgp_sync_delete) fix mtype in XFREE.