Skip to content

Commit

Permalink
Merge pull request #38 from napalm-automation/fix-37
Browse files Browse the repository at this point in the history
Add VRF support for traceroute
  • Loading branch information
mirceaulinic committed Feb 8, 2017
2 parents d73ee78 + 20da0d9 commit d0c0942
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 d0c0942

Please sign in to comment.