build fix on FreeBSD (#3132)

Signed-off-by: Steve Wills <steve@mouf.net>
This commit is contained in:
Steve Wills 2024-09-24 02:25:48 +00:00 committed by GitHub
parent a37174eccf
commit 71d9b6c061
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -70,3 +70,7 @@ func getNetDevStats(filter *deviceFilter, logger *slog.Logger) (netDevStats, err
return netDev, nil
}
func getNetDevLabels() (map[string]map[string]string, error) {
return nil, nil
}