aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_stf.c
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2019-03-30 18:00:44 +0000
committerMark Johnston <markj@FreeBSD.org>2019-03-30 18:00:44 +0000
commitca1163bd5f0c4216c99774a22e4fd40fc8c220c4 (patch)
tree610751670812138ca40838d0bb19eda9c6ca292c /sys/net/if_stf.c
parent1c50bec8efc26884c31016fb033c7fbe4903860b (diff)
downloadsrc-ca1163bd5f0c4216c99774a22e4fd40fc8c220c4.tar.gz
src-ca1163bd5f0c4216c99774a22e4fd40fc8c220c4.zip
Notes
Diffstat (limited to 'sys/net/if_stf.c')
-rw-r--r--sys/net/if_stf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_stf.c b/sys/net/if_stf.c
index b0f1ab3cd79e..225bd30b6bd3 100644
--- a/sys/net/if_stf.c
+++ b/sys/net/if_stf.c
@@ -724,6 +724,7 @@ stf_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
}
ifp->if_flags |= IFF_UP;
+ ifp->if_drv_flags |= IFF_DRV_RUNNING;
break;
case SIOCADDMULTI: