Commit 60f1317a authored by osdl.net!shemminger's avatar osdl.net!shemminger

NDA_PROBES not defined yet, so work around.

(Logical change 1.155)
parent d41b550f
......@@ -287,10 +287,12 @@ int print_neigh(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
ci->ndm_confirmed/hz, ci->ndm_updated/hz);
}
#ifdef NDA_PROBES
if (tb[NDA_PROBES] && show_stats) {
__u32 p = *(__u32 *) RTA_DATA(tb[NDA_PROBES]);
fprintf(fp, " probes %u", p);
}
#endif
if (r->ndm_state) {
int nud = r->ndm_state;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment