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:
parent
beb2ced8ac
commit
c3b52d6499
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120699
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user