Filter out network interfaces without IP addresses
All checks were successful
Build and Release / build-and-release (push) Successful in 1m9s

Remove interfaces like ifb0, dummy devices that have no IPs. Only show interfaces with at least one IPv4 or IPv6 address.

Version bump to 0.1.167
This commit is contained in:
2025-11-26 19:19:21 +01:00
parent 9f0aa5f806
commit 5c6b11c794
5 changed files with 13 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cm-dashboard-agent"
version = "0.1.166"
version = "0.1.167"
edition = "2021"
[dependencies]