CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2018/11/11 23:35:37

Modified files:
        sys/net        : if_tun.c 

Log message:
limit the number of interface units to the number of device minors

this prevents creation of tap and tun devices that you cannot open
from userland because of the limit on the number of dev_t minor
numbers.

the lack of limit was pointed out by Greg Steuck
ok deraadt@ guenther@

Reply via email to