summaryrefslogtreecommitdiff
path: root/libexec/bootpd
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2009-03-31 23:02:51 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2009-03-31 23:02:51 +0000
commitc2851b5d37c01d60639853627d7cfc2838d77d1a (patch)
tree710b3fd021bdae9f5ddb1fb7dfde05c86a47bf76 /libexec/bootpd
parent4e4ce82e0a05883c8ec7b6a4b56a684062863fe0 (diff)
downloadsrc-test2-c2851b5d37c01d60639853627d7cfc2838d77d1a.tar.gz
src-test2-c2851b5d37c01d60639853627d7cfc2838d77d1a.zip
Notes
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/rtmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c
index 071a7d13cf3f..b691edc238bb 100644
--- a/libexec/bootpd/rtmsg.c
+++ b/libexec/bootpd/rtmsg.c
@@ -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)