Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
realvitya committed Jan 10, 2020
1 parent ad1c806 commit 55970b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napalm/ios/ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -3222,7 +3222,7 @@ def traceroute(
stop_index = next_hop_match.start()
# Now you have the start and stop index for each hop
# and you can parse the probes
# Set the hop_variable, and remove spaces between msec and [AS 12345] garbage for easier matching
# Set the hop_variable, and remove spaces between msec and [AS 1234] for easier matching
hop_string = re.sub(
r" \[AS [0-9.]+\]",
"",
Expand Down

0 comments on commit 55970b8

Please sign in to comment.