summaryrefslogtreecommitdiff
path: root/l2vpn.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-10-08 16:33:42 -0700
committerGuy Harris <guy@alum.mit.edu>2016-10-08 16:33:42 -0700
commit9178fd8a959af7e6e5fb3a9d4cc23c76598e721e (patch)
tree81330081ea33f1f34c7cb27e87e6a4975f68ecb7 /l2vpn.h
parent88135db7c785661e7a8b0c02d3ef0bfd00cce6aa (diff)
downloadtcpdump-9178fd8a959af7e6e5fb3a9d4cc23c76598e721e.tar.gz
Support two separate layer 2 type registries.
Apparently, the IANA has two separate but similar registries, the BGP Layer 2 Encapsulation Types registry and the MPLS Pseudowire Types registry. Have two separate tables for them, and update them to match the current state of the registries.
Diffstat (limited to 'l2vpn.h')
-rw-r--r--l2vpn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/l2vpn.h b/l2vpn.h
index 151228fc..d93abf15 100644
--- a/l2vpn.h
+++ b/l2vpn.h
@@ -14,3 +14,4 @@
*/
extern const struct tok l2vpn_encaps_values[];
+extern const struct tok mpls_pw_types_values[];