aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/tun.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/tun.c')
-rw-r--r--usr.sbin/ppp/tun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/tun.c b/usr.sbin/ppp/tun.c
index 2f7196f49a7a..e1f475872b97 100644
--- a/usr.sbin/ppp/tun.c
+++ b/usr.sbin/ppp/tun.c
@@ -111,7 +111,7 @@ tun_configure(struct bundle *bundle)
info.baudrate = bundle->bandwidth;
#ifdef __OpenBSD__
- info.flags = IFF_UP|IFF_POINTOPOINT;
+ info.flags = IFF_UP|IFF_POINTOPOINT|IFF_MULTICAST;
#endif
if (ID0ioctl(bundle->dev.fd, TUNSIFINFO, &info) < 0)
log_Printf(LogERROR, "tun_configure: ioctl(TUNSIFINFO): %s\n",