summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/ospfe.c
diff options
context:
space:
mode:
authorremi <remi@openbsd.org>2018-07-12 13:45:03 +0000
committerremi <remi@openbsd.org>2018-07-12 13:45:03 +0000
commit5d393f89df4eea79e7642c10962031cfb716a811 (patch)
tree30b6dff64934a86127c8ef29b6b2d1c14a375e5c /usr.sbin/ospf6d/ospfe.c
parentRemove cases for 1-bit and 4-bit color depths in efifb_ioctl(), as we (diff)
downloadwireguard-openbsd-5d393f89df4eea79e7642c10962031cfb716a811.tar.xz
wireguard-openbsd-5d393f89df4eea79e7642c10962031cfb716a811.zip
Add support for rdomains.
small quirk from tb@ ok phessler@
Diffstat (limited to 'usr.sbin/ospf6d/ospfe.c')
-rw-r--r--usr.sbin/ospf6d/ospfe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/ospfe.c b/usr.sbin/ospf6d/ospfe.c
index 7ce0392aec5..3f03589ab49 100644
--- a/usr.sbin/ospf6d/ospfe.c
+++ b/usr.sbin/ospf6d/ospfe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospfe.c,v 1.53 2018/07/12 12:19:05 remi Exp $ */
+/* $OpenBSD: ospfe.c,v 1.54 2018/07/12 13:45:03 remi Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -324,7 +324,7 @@ ospfe_dispatch_main(int fd, short event, void *bula)
LINK_STATE_IS_UP(iface->linkstate);
if_update(iface, ifp->mtu, ifp->flags, ifp->if_type,
- ifp->linkstate, ifp->baudrate);
+ ifp->linkstate, ifp->baudrate, ifp->rdomain);
isvalid = (iface->flags & IFF_UP) &&
LINK_STATE_IS_UP(iface->linkstate);