diff options
author | 2017-07-21 19:15:07 +0000 | |
---|---|---|
committer | 2017-07-21 19:15:07 +0000 | |
commit | aff295d1f7e1f9ba0f3aff43e42e23eb428fdc3a (patch) | |
tree | b6f48e5d2f38c1a4f307b2c87df1d6f5a8114fc7 | |
parent | s/set_interface_mtu/set_mtu/g (diff) | |
download | wireguard-openbsd-aff295d1f7e1f9ba0f3aff43e42e23eb428fdc3a.tar.xz wireguard-openbsd-aff295d1f7e1f9ba0f3aff43e42e23eb428fdc3a.zip |
Multiple virtualization layers may be available at the same time
reachable through different pvbus device nodes.
Suggestion and OK deraadt, OK reyk
-rw-r--r-- | etc/MAKEDEV.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/MAKEDEV.common b/etc/MAKEDEV.common index 74b88489005..446dcdb3039 100644 --- a/etc/MAKEDEV.common +++ b/etc/MAKEDEV.common @@ -1,4 +1,4 @@ -vers(a, {-$OpenBSD: MAKEDEV.common,v 1.94 2016/09/11 19:59:51 deraadt Exp $-})dnl +vers(a, {-$OpenBSD: MAKEDEV.common,v 1.95 2017/07/21 19:15:07 mikeb Exp $-})dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> dnl @@ -167,7 +167,7 @@ target(all, hotplug)dnl target(all, pppx)dnl target(all, fuse)dnl target(all, vmm)dnl -target(all, pvbus, 0)dnl +target(all, pvbus, 0, 1)dnl target(all, bpf)dnl dnl _mkdev(all, {-all-}, {-dnl |