K 10 svn:author V 7 rwatson K 8 svn:date V 27 2010-05-31T22:18:42.461166Z K 7 svn:log V 467 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) END