]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
Merge r204173 from head to stable/8:
authorrwatson <rwatson@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 31 May 2010 22:18:42 +0000 (22:18 +0000)
committerrwatson <rwatson@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 31 May 2010 22:18:42 +0000 (22:18 +0000)
commit1cd33e2d45b78cc68dbb979632a0cbf2df5455d1
treed74db82317f5178491d017cd4bd99ed8bb07eaff
parent8033839d6bc7071464dbe04434c699484e53dbed
Merge r204173 from head to stable/8:

  ifconfig(8) expects interface fooX to be supported by the module if_foo,
  and will try to load it if it's not present.  To better meet these
  expectations, change the module name for the loopback interface from
  'loop' to 'if_lo'.  The loopback interface is always compiled into the
  base kernel, so there are no resulting changes in kld files, etc.

  Discussed with:       brooks (ages ago)

Approved by:    re (bz, kib)

git-svn-id: svn://svn.freebsd.org/base/stable/8@208679 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/if_loop.c