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

Commit

Permalink
Fix #84
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceaulinic committed Dec 28, 2016
1 parent 983a4d3 commit c9b9c58
Showing 1 changed file with 0 additions and 3 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

0 comments on commit c9b9c58

Please sign in to comment.