Skip to content

Commit

Permalink
add docstring for ipv6 setting
Browse files Browse the repository at this point in the history
  • Loading branch information
davama authored Feb 27, 2024
1 parent 9b34714 commit 1805e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nornir_utils/plugins/tasks/networking/tcp_ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def tcp_ping(
ports (list of int): tcp ports to ping
timeout (int, optional): defaults to 2
host (string, optional): defaults to ``hostname``
ipv6 (bool): use ipv6 socket. defaults to ``False``
Returns:
Expand Down

0 comments on commit 1805e66

Please sign in to comment.