Skip to content

Commit

Permalink
Merge 20da0d9 into d73ee78
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceaulinic committed Jan 30, 2017
2 parents d73ee78 + 20da0d9 commit ec87f2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion napalm_pluribus/pluribus.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@ def traceroute(self,
destination,
source=C.TRACEROUTE_SOURCE,
ttl=C.TRACEROUTE_TTL,
timeout=C.TRACEROUTE_TIMEOUT):
timeout=C.TRACEROUTE_TIMEOUT,
vrf=C.TRACEROUTE_VRF):
# same method as on EOS, different command send to CLI

_HOP_ENTRY_PROBE = [
Expand Down

0 comments on commit ec87f2b

Please sign in to comment.