Skip to content

Commit

Permalink
tap(4): Correct driver name...
Browse files Browse the repository at this point in the history
Reported by:	rgrimes
Pointy hat to:	kevans
MFC after:	3 days
X-MFC-With:	r346688
  • Loading branch information
kevans91 committed Apr 25, 2019
1 parent 2d32136 commit 911dcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/if_tap.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ SYSCTL_INT(_net_link_tap, OID_AUTO, devfs_cloning, CTLFLAG_RWTUN, &tapdclone, 0,
SYSCTL_INT(_net_link_tap, OID_AUTO, debug, CTLFLAG_RW, &tapdebug, 0, "");

DEV_MODULE(if_tap, tapmodevent, NULL);
MODULE_VERSION(if_tun, 1);
MODULE_VERSION(if_tap, 1);

static int
tap_clone_create(struct if_clone *ifc, int unit, caddr_t params)
Expand Down

0 comments on commit 911dcfd

Please sign in to comment.