mirror of
https://github.com/KevinMidboe/mktxp-no-cli.git
synced 2025-12-08 20:38:48 +00:00
connections stats collector / cmd output, remote dhcp resolver, fixes / optimizations
This commit is contained in:
@@ -52,11 +52,3 @@ class WirelessMetricsDataSource:
|
||||
@staticmethod
|
||||
def wifiwave2_installed(router_entry):
|
||||
return WirelessMetricsDataSource.wireless_package(router_entry) == WirelessMetricsDataSource.WIFIWAVE2
|
||||
|
||||
@staticmethod
|
||||
def dhcp_entry(router_entry):
|
||||
if router_entry.dhcp_entry:
|
||||
return router_entry.dhcp_entry
|
||||
return router_entry
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user