mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 01:15:29 +00:00
Use RTF_LLDATA.
This commit is contained in:
parent
4e4ce82e0a
commit
c2851b5d37
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190601
@ -208,7 +208,7 @@ static int rtmsg(cmd)
|
||||
rtm->rtm_addrs |= RTA_GATEWAY;
|
||||
rtm->rtm_rmx.rmx_expire = expire_time;
|
||||
rtm->rtm_inits = RTV_EXPIRE;
|
||||
rtm->rtm_flags |= (RTF_HOST | RTF_STATIC);
|
||||
rtm->rtm_flags |= (RTF_HOST | RTF_STATIC | RTF_LLDATA);
|
||||
sin_m.sin_other = 0;
|
||||
if (doing_proxy) {
|
||||
if (export_only)
|
||||
|
Loading…
x
Reference in New Issue
Block a user