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

Commit dd1587d

Browse files
authored
Merge pull request #76 from napalm-automation/develop
Release 0.4.4
2 parents 6277c84 + d92f07b commit dd1587d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

napalm_junos/junos.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,8 @@ def get_route_to(self, destination=None, protocol=None):
10031003
'level',
10041004
'metric',
10051005
'local_as'
1006+
],
1007+
'static': [ # nothing specific to static routes
10061008
]
10071009
}
10081010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="napalm-junos",
15-
version="0.4.3",
15+
version="0.4.4",
1616
packages=find_packages(),
1717
author="David Barroso, Mircea Ulinic",
1818

0 commit comments

Comments
 (0)