Skip to content

Commit

Permalink
Add VRF support for traceroute
Browse files Browse the repository at this point in the history
Actually just adjusting the header, as Pluribus don't know about VRFs
  • Loading branch information
mirceaulinic authored Jan 30, 2017
1 parent d73ee78 commit 20da0d9
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 20da0d9

Please sign in to comment.