On Wed, Sep 7, 2016 at 1:32 PM, Thomas Lange <[email protected]> wrote: >>>>>> On Wed, 7 Sep 2016 12:48:16 +0200, Steffen Grunewald >>>>>> <[email protected]> said: > > > I tracked this down a bit. "ip route" returns a single line > OK, I've added some code to catch this scenario. > > > > I'm currently running a stretch-based sysinfo on the same machine, same > result > > (of course) but what's surprising and unexpected, after the recent > complaints: > > the devices in /sys/class/net are still named "eth*". No "enp${i}s${j}". > > This is kernel 4.6.4-1... Is there a trick? > I still do not understand what is reponsible for the different nic > names. Is ist the kernel, systemd, biodevname, or another tool?
Check the kernel parameters. “net.ifnames=0 biosdevname=0” would cause the old eth naming to be used. Regards, Alexander Thomas
