Do not generate dhcp entry for loopback interface
authorMichael Prokop <mika@grml.org>
Fri, 8 Feb 2019 15:26:21 +0000 (16:26 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 8 Feb 2019 15:26:21 +0000 (16:26 +0100)
This fixes a regression that was introduced in commit 52474b4c28303324.
The variable $interface is pointing towards /sys/class/net/lo,
at least until we overwrite the variable by the basename of
its network interface name path. Accordingly fix order for comparison.

Closes: https://github.com/grml/live-boot-grml/issues/9
Thanks: Mykola Malkov for the bug report


No differences found