/* specification: draft-ietf-nvo3-vxlan-gpe-12 */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
#include "netdissect-stdinc.h"
len -= 3;
if (flags & VXLAN_GPE_B)
- printf(", BUM");
+ ND_PRINT(", BUM");
if (flags & VXLAN_GPE_O) {
- printf(", OAM (proto 0x%x, len %u)", next_protocol, len);
+ ND_PRINT(", OAM (proto 0x%x, len %u)", next_protocol, len);
return;
}