|
@@ -208,6 +208,7 @@ symbol_type symtable[NUM_IDENTIFIERS] = {
|
|
{ 352, "CMLoadBalancingPolicyID", 1, 200, (encode_uint), (decode_uint), 0, 0 }, /* TLV 22.43.1 MULPIv3.0-I24 Annex C.1.1.18.1.1 */
|
|
{ 352, "CMLoadBalancingPolicyID", 1, 200, (encode_uint), (decode_uint), 0, 0 }, /* TLV 22.43.1 MULPIv3.0-I24 Annex C.1.1.18.1.1 */
|
|
{ 353, "CMLoadBalancingPriority", 2, 200, (encode_uint), (decode_uint), 0, 0 }, /* TLV 22.43.2 MULPIv3.0-I24 Annex C.1.1.18.1.2 */
|
|
{ 353, "CMLoadBalancingPriority", 2, 200, (encode_uint), (decode_uint), 0, 0 }, /* TLV 22.43.2 MULPIv3.0-I24 Annex C.1.1.18.1.2 */
|
|
{ 354, "CMLoadBalancingGroupID", 3, 200, (encode_uint), (decode_uint), 0, 0 }, /* TLV 22.43.3 MULPIv3.0-I24 Annex C.1.1.18.1.3 */
|
|
{ 354, "CMLoadBalancingGroupID", 3, 200, (encode_uint), (decode_uint), 0, 0 }, /* TLV 22.43.3 MULPIv3.0-I24 Annex C.1.1.18.1.3 */
|
|
|
|
+{ 355, "CMRangingClassIDExtension", 4, 200, (encode_ushort), (decode_ushort), 0, 0 }, /* TLV 22.43.4 MULPIv3.0-I24 Annex C.1.1.18.1.4 */
|
|
{ 202, "L2VPNEncoding", 5, 200, (encode_nothing), (decode_aggregate), 0, 0 }, /* TLV 22.43.5 MULPIv3.0-I24 Annex C.1.1.18.1.5 */
|
|
{ 202, "L2VPNEncoding", 5, 200, (encode_nothing), (decode_aggregate), 0, 0 }, /* TLV 22.43.5 MULPIv3.0-I24 Annex C.1.1.18.1.5 */
|
|
{ 203, "VPNIdentifier", 1, 202, (encode_hexstr), (decode_hexstr), 4, 255 }, /* TLV 22.43.5.1 L2VPN-I13 Annex B.3.1 */
|
|
{ 203, "VPNIdentifier", 1, 202, (encode_hexstr), (decode_hexstr), 4, 255 }, /* TLV 22.43.5.1 L2VPN-I13 Annex B.3.1 */
|
|
{ 350, "NSIEncapsulationSubtype", 2, 202, (encode_nothing), (decode_aggregate), 0, 0 }, /* TLV 22.43.5.2 L2VPN-I13 Annex B.3.2 */
|
|
{ 350, "NSIEncapsulationSubtype", 2, 202, (encode_nothing), (decode_aggregate), 0, 0 }, /* TLV 22.43.5.2 L2VPN-I13 Annex B.3.2 */
|
|
@@ -455,7 +456,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 */
|
|
{ 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 */
|
|
{ 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 353 */
|
|
|
|
|
|
+/* A little more organized -> Start with 356 */
|
|
|
|
|
|
/* Generic TLV ... we only use the limits, code and length don't matter ...*/
|
|
/* Generic TLV ... we only use the limits, code and length don't matter ...*/
|
|
{ 998, "GenericTLV", 0, 0, (encode_nothing), (decode_special), 0, 0 },
|
|
{ 998, "GenericTLV", 0, 0, (encode_nothing), (decode_special), 0, 0 },
|