Skip to content
This repository has been archived by the owner on Feb 10, 2018. It is now read-only.

Commit

Permalink
Merge pull request #75 from mirceaulinic/FIX-74
Browse files Browse the repository at this point in the history
Fix #74
  • Loading branch information
mirceaulinic committed Nov 16, 2016
2 parents 4dd98dc + c9bb2be commit d92f07b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions napalm_junos/junos.py
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,8 @@ def get_route_to(self, destination=None, protocol=None):
'level',
'metric',
'local_as'
],
'static': [ # nothing specific to static routes
]
}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="napalm-junos",
version="0.4.3",
version="0.4.4",
packages=find_packages(),
author="David Barroso, Mircea Ulinic",
author_email="dbarrosop@dravetech.com, mircea@cloudflare.com",
Expand Down

0 comments on commit d92f07b

Please sign in to comment.