osi/nlpid: Update Avaya proprietary NLPID

This commit is contained in:
Joerg Mayer 2021-04-01 15:01:11 +02:00
parent 8c7a1c0f39
commit ec2c42723f
2 changed files with 2 additions and 2 deletions

View File

@ -403,7 +403,7 @@ const value_string nlpid_vals[] = {
{ NLPID_ISO9542_ESIS, "ESIS" },
{ NLPID_ISO10589_ISIS, "ISIS" },
{ NLPID_ISO10747_IDRP, "IDRP" },
{ NLPID_AVAYA_8F, "Avaya 0x8f" },
{ NLPID_AVAYA_IPVPN, "Avaya SPBM Fabric IPVPN" },
{ NLPID_ISO9542X25_ESIS, "ESIS (X.25)" },
{ NLPID_ISO10030, "ISO 10030" },
{ NLPID_ISO11577, "ISO 11577" },

View File

@ -34,7 +34,7 @@
#define NLPID_ISO10030 0x8c
#define NLPID_ISO11577 0x8d /* X.273 */
#define NLPID_IP6 0x8e
#define NLPID_AVAYA_8F 0x8f
#define NLPID_AVAYA_IPVPN 0x8f /* Avaya/Extreme Fabric (SPBM) IPVPN */
#define NLPID_COMPRESSED 0xb0 /* "Data compression protocol" */
#define NLPID_TRILL 0xc0
#define NLPID_SNDCF 0xc1 /* "SubNetwork Dependent Convergence Function */