Skip to content

Commit

Permalink
Change napalm_ping default source to null-string (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
JTIE-6EE7 committed May 27, 2020
1 parent 900217d commit 3757b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nornir/plugins/tasks/networking/napalm_ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def napalm_ping(
task: Task,
dest: str,
source: Optional[str] = None,
source: Optional[str] = "",
ttl: Optional[int] = 255,
timeout: Optional[int] = 2,
size: Optional[int] = 100,
Expand Down

0 comments on commit 3757b15

Please sign in to comment.