Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
noursaidi committed Nov 14, 2024
1 parent e3df814 commit c7127e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/discoverynode/src/udmi/discovery/nmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class NmapBannerScan(discovery.DiscoveryController):
"""Passive Network Discovery."""

scan_family = "ethwe"
scan_family = "ether"

def __init__(self, state, publisher, *, target_ips: list[str]):
self.cancel_threads = threading.Event()
Expand Down

0 comments on commit c7127e1

Please sign in to comment.