Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2001 22:54:39 -0700 (PDT)
From:      Jonathan Lemon <jlemon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if.c
Message-ID:  <200110110554.f9B5sdi29639@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jlemon      2001/10/10 22:54:39 PDT

  Modified files:
    sys/net              if.c 
  Log:
  Move device nodes into a /dev/net/ directory, to avoid conflict with
  existing devices (e.g.: tunX).  This may need a little more thought.
  
  Create a /dev/netX alias for devices.  net0 is reserved.
  
  Allow wiring of net aliases in /boot/device.hints of the form:
  	hint.net.1.dev="lo0"
  	hint.net.12.ether="00:a0:c9:c9:9d:63"
  
  Revision  Changes    Path
  1.119     +62 -9     src/sys/net/if.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?200110110554.f9B5sdi29639>