diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index 1b3babd..8725aae 100644 --- a/src/PVE/INotify.pm +++ b/src/PVE/INotify.pm @@ -22,7 +22,6 @@ use PVE::Network; use PVE::ProcFSTools; use PVE::SafeSyslog; use PVE::Tools; -use PVE::RESTEnvironment qw(log_warn); use base 'Exporter'; @@ -1145,9 +1144,6 @@ sub __read_etc_network_interfaces { } } - log_warn("detected a interface $iface that is not a bridge!") - if !($d->{type} eq 'OVSBridge' || $d->{type} eq 'bridge') && $iface =~ m/^vmbr\d+$/; - # map address and netmask to cidr if (my $addr = $d->{address}) { if (_address_is_cidr($addr)) {