BIND 10 trac916, updated. e94a7a6e1cc5f561b4fffaec19ddba016e997e97 [916] add a TODO tag about the amount of loaded data after reviewing
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Dec 13 11:37:49 UTC 2011
The branch, trac916 has been updated
via e94a7a6e1cc5f561b4fffaec19ddba016e997e97 (commit)
from 66401c7265d6d7ccce1784ded0c8ea85e3dab60e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e94a7a6e1cc5f561b4fffaec19ddba016e997e97
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Tue Dec 13 20:36:33 2011 +0900
[916] add a TODO tag about the amount of loaded data after reviewing
-----------------------------------------------------------------------
Summary of changes:
src/bin/stats/stats_snmp.py.in | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/stats/stats_snmp.py.in b/src/bin/stats/stats_snmp.py.in
index a777b4a..7482bc8 100644
--- a/src/bin/stats/stats_snmp.py.in
+++ b/src/bin/stats/stats_snmp.py.in
@@ -71,6 +71,9 @@ class StatsSnmp:
def get_stats_data(self):
return self.send_command('show')
+ # TODO: All lists of data and schema are always loaded via the CC
+ # session even though the OID is specified. That should be fixed
+ # in order to avoid unneeded extra loads.
def getMibdata(self):
"""Get mib data"""
def conv_spec2oid(spec, data, oid):
More information about the bind10-changes
mailing list