From 43587bee2e4f23249bfbe51e9025b94973d77ce3 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 8 Oct 2016 18:43:22 -0700 Subject: Fix some names for MPLS PW types, and use that table for LDP. --- l2vpn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'l2vpn.c') diff --git a/l2vpn.c b/l2vpn.c index 156139ba..47d6a4c8 100644 --- a/l2vpn.c +++ b/l2vpn.c @@ -60,8 +60,8 @@ const struct tok l2vpn_encaps_values[] = { */ const struct tok mpls_pw_types_values[] = { { 0x0000, "Reserved"}, - { 0x0001, "Frame Relay"}, - { 0x0002, "ATM AAL5 VCC transport"}, + { 0x0001, "Frame Relay DLCI (Martini Mode)"}, + { 0x0002, "ATM AAL5 SDU VCC transport"}, { 0x0003, "ATM transparent cell transport"}, { 0x0004, "Ethernet VLAN"}, { 0x0005, "Ethernet"}, -- cgit v1.2.1