* use it for keep-alives; see, for example,
* https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/118370-technote-gre-00.html#anc1
*/
- printf("keep-alive");
+ ND_PRINT("keep-alive");
break;
case GRE_WCCP:
/*
bp += sizeof(*wccp);
len -= sizeof(*wccp);
- printf(": ");
+ ND_PRINT(": ");
}
/* FALLTHROUGH */
case ETHERTYPE_IP: