diff -Nur e-smith-base-5.6.0/root/etc/e-smith/db/configuration/migrate/10interfaces e-smith-base-5.6.0_bz8493/root/etc/e-smith/db/configuration/migrate/10interfaces --- e-smith-base-5.6.0/root/etc/e-smith/db/configuration/migrate/10interfaces 2014-03-24 03:47:24.000000000 +0100 +++ e-smith-base-5.6.0_bz8493/root/etc/e-smith/db/configuration/migrate/10interfaces 2014-07-25 15:29:35.646849243 +0200 @@ -128,11 +128,10 @@ return; } - $pppoe->set_prop("PhysicalInterface", $second_interface); # Only update PhysicalInterface # if we just switched to pppoe # ($second_interface is the name of the real external interface) - $pppoe->set_prop("PhysicalInterface", $second_interface) + $pppoe->set_prop("PhysicalInterface", $second_interface) if ($second_interface ne 'ppp0'); } else