Clean up network/* packages, revamp online status detection

This commit is contained in:
Daniel
2019-10-25 13:33:36 +02:00
parent c72f956fe8
commit fdb5f6fcf7
27 changed files with 738 additions and 268 deletions

View File

@@ -8,5 +8,5 @@ func getNameserversFromDbus() ([]Nameserver, error) {
}
func getConnectivityStateFromDbus() (uint8, error) {
return UNKNOWN, nil
return StatusUnknown, nil
}