X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FINotify.pm;h=330085066f29f461329494084d7a654c0149e7a3;hp=201c97b1965a29650bc16f86619a2ebf407e49c9;hb=c27ef07ff57a0143ef9200ed8ee53401d46f727a;hpb=cebd1c85f0144628a24c61fa06f3602f78da3c61 diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index 201c97b..3300850 100644 --- a/src/PVE/INotify.pm +++ b/src/PVE/INotify.pm @@ -763,7 +763,7 @@ my $check_mtu = sub { my $cmtu = $ifaces->{$child}->{mtu} ? $ifaces->{$child}->{mtu} : 1500; die "interface '$parent' - mtu $pmtu is bigger than '$child' - mtu $cmtu\n" - if $pmtu gt $cmtu; + if $pmtu > $cmtu; }; # config => {