|
@@ -277,6 +277,7 @@ symbol_type symtable[NUM_IDENTIFIERS] = {
|
|
|
{ 416, "RouteTargetImport", 3, 413, (encode_hexstr), (decode_hexstr), 0, 0 }, /* TLV 22.43.5.21.3 L2VPN-I13 Annex B.3.21.3 */
|
|
|
{ 417, "RouteTargetExport", 4, 413, (encode_hexstr), (decode_hexstr), 0, 0 }, /* TLV 22.43.5.21.4 L2VPN-I13 Annex B.3.21.4 */
|
|
|
{ 418, "CEIDVEID", 5, 413, (encode_ushort), (decode_ushort), 0, 0 }, /* TLV 22.43.5.21.5 L2VPN-I13 Annex B.3.21.5 */
|
|
|
+{ 419, "PseudowireSignaling", 23, 202, (encode_uchar), (decode_uchar), 0, 2 }, /* TLV 22.43.5.23 L2VPN-I13 Annex B.3.23 */
|
|
|
{ 201, "VendorIdentifier", 8, 200, (encode_hexstr), (decode_hexstr), 3, 3 }, /* TLV 22.43.8 */
|
|
|
|
|
|
/* TODO: Vendor Specific support in the IEEE802Classifier */
|
|
@@ -520,7 +521,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 419 */
|
|
|
+/* A little more organized -> Start with 420 */
|
|
|
|
|
|
/* Generic TLV ... we only use the limits, code and length don't matter ...*/
|
|
|
{ 998, "GenericTLV", 0, 0, (encode_nothing), (decode_special), 0, 0 },
|