From e373b1f74e0295d829608fb305c126f0f2b3a3f7 Mon Sep 17 00:00:00 2001 From: Eric Miller <> Date: Mon, 21 Apr 2008 20:57:30 +0000 Subject: [PATCH] Added munge_port_list(), modify_port_list(), and set_multi() methods --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8f5b61ae..745703ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,11 @@ version 1.09 + Additional wireless statistics from Aironet + Add support to specify MIB to resolve leaf names conflicts in %GLOBALS and %FUNCS. + + Added munge_port_list() and modify_port_list() methods to assist in + working with PortList objects. + + Added set_multi() method to enable a SNMP set command on several new + values in one request. Required for complex set operations + on some agents. * L2::HP now isa Layer3 instead of Layer2 to support arpnip (Dudley Freeman)