Use RTF_LLDATA.

This commit is contained in:
Olivier Houchard 2009-03-31 23:02:51 +00:00
parent 4e4ce82e0a
commit c2851b5d37
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190601

View File

@ -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)