#include "l2vpn.h"
#include "oui.h"
-static const char tstr[] = " [|lspping]";
/*
* LSPPING common header
ND_PRINT("\n\t\t packet is too short");
return;
trunc:
- ND_PRINT("%s", tstr);
+ nd_print_trunc(ndo);
return;
}
-/*
- * Local Variables:
- * c-style: whitesmith
- * c-basic-offset: 8
- * End:
- */