Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 1998 18:44:23 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/net if_tun.c
Message-ID:  <199804270144.SAA14736@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/04/26 18:44:23 PDT

  Modified files:
    sys/net              if_tun.c 
  Log:
  Support more than 256 tun devices:
  
  $ ls -l /dev/tun25[4-7]
  crw-------  1 fax  dialer   52, 254 Apr 27 02:27 /dev/tun254
  crw-------  1 fax  dialer   52, 255 Apr 27 02:27 /dev/tun255
  crw-------  1 fax  dialer   52, 0x00010000 Apr 27 02:31 /dev/tun256
  crw-------  1 fax  dialer   52, 0x00010001 Apr 27 02:31 /dev/tun257
  
  Revision  Changes    Path
  1.47      +13 -9     src/sys/net/if_tun.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804270144.SAA14736>