Просмотр исходного кода

base-files: revert r21595

SVN-Revision: 21597
Jo-Philipp Wich 15 лет назад
Родитель
Сommit
09df0523fd
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      package/base-files/files/lib/network/config.sh

+ 0 - 2
package/base-files/files/lib/network/config.sh

@@ -170,8 +170,6 @@ prepare_interface() {
 					# result in another setup_interface() call, so we simply stop processing
 					# the current event at this point.
 				}
-
-				[ -n "$macaddr" ] && ifconfig "$iface" down 2>/dev/null >/dev/null
 				ifconfig "$iface" ${macaddr:+hw ether "${macaddr}"} up 2>/dev/null >/dev/null
 				return 1
 			}