X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FINotify.pm;fp=src%2FPVE%2FINotify.pm;h=bd2b15a5328e82495dce6e2311ff0e5f8be8ca05;hp=cf6ef57ab6608baf4506a571143e2fa774203c13;hb=eeafe02d81bb06108ca4dc51cd2fb515ce41010c;hpb=e65624a3fac59893e6838d707d38efe8bb875ccb diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index cf6ef57..bd2b15a 100644 --- a/src/PVE/INotify.pm +++ b/src/PVE/INotify.pm @@ -1619,7 +1619,7 @@ sub __write_etc_network_interfaces { die "bridge '$iface' - unable to find bridge port '$p'\n" if !$n; die "iface $p - ip address can't be set on interface if bridged in $iface\n" if ($n->{method} && $n->{method} eq 'static' && $n->{address} ne '0.0.0.0') || - ($n->{method6} && $n->{method6} eq 'static' && $n->{address} ne '::'); + ($n->{method6} && $n->{method6} eq 'static' && $n->{address6} ne '::'); &$check_mtu($ifaces_copy, $p, $iface); $bridgeports->{$p} = $iface; }