Import patch thomas.2

(Logical change 1.148)
This commit is contained in:
net[shemminger]!shemminger 2005-03-10 19:01:07 +00:00
parent bdc2d779e8
commit 69410a496b
1 changed files with 5 additions and 0 deletions

View File

@ -287,6 +287,11 @@ int print_neigh(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
ci->ndm_confirmed/hz, ci->ndm_updated/hz);
}
if (tb[NDA_PROBES] && show_stats) {
__u32 p = *(__u32 *) RTA_DATA(tb[NDA_PROBES]);
fprintf(fp, " probes %u", p);
}
if (r->ndm_state) {
int nud = r->ndm_state;
fprintf(fp, " ");