/* \summary: Generic Protocol Extension for VXLAN (VXLAN GPE) printer */
-/* specification: draft-ietf-nvo3-vxlan-gpe-01 */
+/* specification: draft-ietf-nvo3-vxlan-gpe-10 */
#ifdef HAVE_CONFIG_H
#include <config.h>
static const struct tok vxlan_gpe_flags [] = {
{ 0x08, "I" },
{ 0x04, "P" },
+ { 0x02, "B" },
{ 0x01, "O" },
{ 0, NULL }
};
case 0x4:
nsh_print(ndo, bp, len - VXLAN_GPE_HDR_LEN);
break;
- case 0x5:
- mpls_print(ndo, bp, len - VXLAN_GPE_HDR_LEN);
- break;
default:
ND_PRINT("ERROR: unknown-next-protocol");
return;