PVE::INotify::write_network_interfaces: readability

This commit is contained in:
Wolfgang Bumiller 2015-06-25 11:54:32 +02:00 committed by Dietmar Maurer
parent 936218b86f
commit 11e7facb94

View File

@ -1305,11 +1305,9 @@ NETWORKDOC
return $a cmp $b;
} keys %$ifaces) {
my $d = $ifaces->{$iface};
next if $printed->{$iface};
my $d = $ifaces->{$iface};
if (@options && $options[0]->[0] < $d->{priority}) {
do {
$raw .= (shift @options)->[1] . "\n";