Changed name of Subnet scanning to - Interface Scanning (#169)

* changed Subnet/internal scanning to interface

* Change one more internal -> interface
This commit is contained in:
danielsagi
2019-08-25 20:40:30 +03:00
committed by GitHub
parent f5b72d44b5
commit 44e6438d37
4 changed files with 9 additions and 9 deletions

View File

@@ -161,7 +161,7 @@ class HostDiscovery(Discovery):
cloud = HostDiscoveryHelpers.get_cloud(ip)
for ip in HostDiscoveryHelpers.generate_subnet(ip, sn=sn):
self.publish_event(NewHostEvent(host=ip, cloud=cloud))
elif config.internal:
elif config.interface:
self.scan_interfaces()
elif len(config.remote) > 0:
for host in config.remote: