Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #88 from napalm-automation/develop
Browse files Browse the repository at this point in the history
Release 0.4.5
  • Loading branch information
mirceaulinic committed Dec 29, 2016
2 parents a3334f8 + c5a60a9 commit bbb4d44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions napalm_iosxr/iosxr.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,9 +705,6 @@ def build_prefix_limit(af_table, limit, prefix_percent, prefix_timeout):
<InstanceName>default</InstanceName></Naming></Instance></BGP></Configuration></Get>'
result_tree = ETREE.fromstring(self.device.make_rpc_call(rpc_command))

group = group.lower()
neighbor = neighbor.lower()

if not group:
neighbor = ''

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-iosxr",
version="0.4.3",
version="0.4.5",
packages=find_packages(),
author="David Barroso, Mircea Ulinic",
author_email="dbarrosop@dravetech.com, mircea@cloudflare.com",
Expand Down

0 comments on commit bbb4d44

Please sign in to comment.