diff options
author | Guy Harris <guy@alum.mit.edu> | 2016-10-08 16:33:42 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2016-10-08 16:33:42 -0700 |
commit | 9178fd8a959af7e6e5fb3a9d4cc23c76598e721e (patch) | |
tree | 81330081ea33f1f34c7cb27e87e6a4975f68ecb7 /l2vpn.h | |
parent | 88135db7c785661e7a8b0c02d3ef0bfd00cce6aa (diff) | |
download | tcpdump-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,3 +14,4 @@ */ extern const struct tok l2vpn_encaps_values[]; +extern const struct tok mpls_pw_types_values[]; |