Ignored unconfigured network interfaces

Signed-off-by: digimer <mkelly@alteeve.ca>
main
digimer 10 months ago
parent 06a841c80a
commit a2af862567
  1. 3
      scancore-agents/scan-network/scan-network

@ -2553,6 +2553,9 @@ sub check_interfaces
new_rx_bytes => $new_rx_bytes, new_rx_bytes => $new_rx_bytes,
}}); }});
# This is likely an unused interface, like a wireless adapter.
next if not $new_nm_name;
# Find the bridge, if any, and the bond UUID, if there's a bond name. # Find the bridge, if any, and the bond UUID, if there's a bond name.
if ($new_bond_name) if ($new_bond_name)
{ {

Loading…
Cancel
Save