ND_TCHECK_1(ipds->ip->ip_vhl);
if (IP_V(ipds->ip) != 4) { /* print version and fail if != 4 */
if (IP_V(ipds->ip) == 6)
- ND_PRINT("IP6, wrong link-layer encapsulation ");
+ ND_PRINT("IP6, wrong link-layer encapsulation");
else
- ND_PRINT("IP%u ", IP_V(ipds->ip));
+ ND_PRINT("IP%u", IP_V(ipds->ip));
return;
}
if (!ndo->ndo_eflag)