1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Shorten 'bad gateway' AF_LINK message.

Submitted by:	green
This commit is contained in:
Bruce M Simpson 2003-10-03 17:22:14 +00:00
parent beb2ced8ac
commit c3b52d6499
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120699

View File

@ -211,7 +211,7 @@ arp_rtrequest(req, rt, info)
log(LOG_DEBUG, "arp_rtrequest: bad gateway %s%s\n",
inet_ntoa(SIN(rt_key(rt))->sin_addr),
(gate->sa_family != AF_LINK) ?
" (sa_family != AF_LINK)": "");
" (!AF_LINK)": "");
break;
}
SDL(gate)->sdl_type = rt->rt_ifp->if_type;