diff options
-rw-r--r-- | sysdep/bsd/krt-sock.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdep/bsd/krt-sock.c b/sysdep/bsd/krt-sock.c index 4842a6b..a527965 100644 --- a/sysdep/bsd/krt-sock.c +++ b/sysdep/bsd/krt-sock.c @@ -172,8 +172,10 @@ krt_sock_send(int cmd, rte *e) case RTD_DEVICE: if(i) { +#ifdef RTF_CLONING if (cmd == RTM_ADD && (i->flags & IF_MULTIACCESS) != IF_MULTIACCESS) /* PTP */ msg.rtm.rtm_flags |= RTF_CLONING; +#endif if(!i->addr) { log(L_ERR "KIF: interface \"%s\" has no IP addess", i->name); |