|
@@ -444,7 +444,8 @@ symbol_type symtable[NUM_IDENTIFIERS] = {
|
|
|
{ 228, "SNMPv1v2cCoexistenceConfig", 53, 175, (encode_nothing), (decode_aggregate), 0, 0 }, /* TLV 202.53 eRouter-I12 Annex B.4.5 */
|
|
|
{ 229, "SNMPv1v2cCommunityName", 1, 228, (encode_string), (decode_string), 0, 0 }, /* TLV 202.53.1 eRouter-I12 Annex B.4.5.1 */
|
|
|
{ 230, "SNMPv1v2cTransportAddressAccess", 2, 228, (encode_nothing), (decode_aggregate), 0, 0 }, /* TLV 202.53.2 eRouter-I12 Annex B.4.5.2 */
|
|
|
-{ 340, "SNMPv1v2cTransportAddress", 1, 230, (encode_nothing), (decode_ip_ip6_port), 0, 0 }, /* TLV 202.53.2.1 */
|
|
|
+{ 340, "SNMPv1v2cTransportAddress", 1, 230, (encode_nothing), (decode_ip_ip6_port), 0, 0 }, /* TLV 202.53.2.1 eRouter-I12 Annex B.4.5.2.1 */
|
|
|
+{ 349, "SNMPv1v2cTransportAddressMask", 2, 230, (encode_nothing), (decode_ip_ip6_port), 0, 0 }, /* TLV 202.53.2.2 eRouter-I12 Annex B.4.5.2.2 */
|
|
|
{ 231, "SNMPv1v2cAccessViewType", 3, 228, (encode_uchar), (decode_uchar), 1, 2 }, /* TLV 202.53.3 eRouter-I12 Annex B.4.5.3 */
|
|
|
{ 232, "SNMPv1v2cAccessViewName", 4, 228, (encode_string), (decode_string), 0, 0 }, /* TLV 202.53.4 eRouter-I12 Annex B.4.5.4 */
|
|
|
{ 233, "SNMPv3AccessViewConfiguration", 54, 175, (encode_nothing), (decode_aggregate), 0, 0 }, /* TLV 202.54 eRouter-I12 Annex B.4.6 */
|
|
@@ -453,7 +454,7 @@ symbol_type symtable[NUM_IDENTIFIERS] = {
|
|
|
{ 236, "SNMPv3AccessViewMask", 3, 233, (encode_hexstr), (decode_hexstr), 2, 2 }, /* TLV 202.54.3 eRouter-I12 Annex B.4.6.3 */
|
|
|
{ 237, "SNMPv3AccessViewType", 4, 233, (encode_uchar), (decode_uchar), 1, 2 }, /* TLV 202.54.4 eRouter-I12 Annex B.4.6.4 */
|
|
|
|
|
|
-/* A little more organized -> Start with 349 */
|
|
|
+/* A little more organized -> Start with 350 */
|
|
|
|
|
|
/* Generic TLV ... we only use the limits, code and length don't matter ...*/
|
|
|
{ 998, "GenericTLV", 0, 0, (encode_nothing), (decode_special), 0, 0 },
|