
RELEASE: libsmi 0.4.8
XML mapping of default value for fixed-sized binary OctetStrings is wrong now (or at least sometimes). NOTE: Was correct in libsmi 0.4.7.
DLSW-MIB::dlswTConnConfigSapList: DLSW-MIB::dlswIfSapList: DEFVAL { 'aa000000000000000000000000000000'H } becomes 'ff000...'H in XML format: <default>0xff000000000000000000000000000000</default>
IPSEC-SPD-MIB::spdTimeFiltDayOfMonthMask: DEFVAL { 'fffffffffffffffe'H } becomes in XML format: <default>0xffffffffffffffff</default>
I just discovered that when I compared the XML mapping of libsmi with a number of SNMP-MIBs (My "project" should contain most public MIBs that are also distributed wtih libsmi). NOTE: Other mappings may also be affected.
I tried to checkout and use the current Subversion HEAD (rev=13629). But it is currently in an unusable state, probably due to the announced changes (a few days ago).
Ciao, Jens Engel