From 8383a9bd2721dbd8fb1b657269a2cdc40b4226e1 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Thu, 14 Sep 2006 03:06:54 +0000 Subject: [bgpd] RIB statistics address space size shouldnt double count space 2006-09-14 Paul Jakma * bgp_route.c: (bgp_table_stats_walker) Address space announced should only count top-level unaggregateable prefixes, to avoid falling afoul of anti-dodgy-accounting regulations in various jurisdictions.. ;) --- bgpd/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bgpd/ChangeLog') diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 393b00d4..e679f434 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,10 @@ +2006-09-14 Paul Jakma + + * bgp_route.c: (bgp_table_stats_walker) Address space announced + should only count top-level unaggregateable prefixes, to + avoid falling afoul of anti-dodgy-accounting regulations + in various jurisdictions.. ;) + 2006-09-14 Paul Jakma * (general) fix the peer refcount issue exposed by previous, by -- cgit v1.2.1