diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-08-06 21:46:13 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-08-07 13:51:28 +0000 |
commit | fc1ad1d843d554c42508c06a5aeb71badd814207 (patch) | |
tree | 2a3447ff79c479b2331f1f8a0a47ebc1107ddf22 /resources/libraries/python/IPUtil.py | |
parent | fb2fb651fa600a94c2e02891db2676c66490e875 (diff) |
FIX: Remove PAPI_MAX_API_BULK
- it's not needed anymore as PapiSocketExecutor is used
Change-Id: Ia9fad1d18991821d14e9261d27f7f26fca03c14a
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/python/IPUtil.py')
-rw-r--r-- | resources/libraries/python/IPUtil.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/libraries/python/IPUtil.py b/resources/libraries/python/IPUtil.py index f88e234a1a..901d2ed7f7 100644 --- a/resources/libraries/python/IPUtil.py +++ b/resources/libraries/python/IPUtil.py @@ -593,8 +593,6 @@ class IPUtil(object): IPUtil.union_addr(net_addr + i) history = False if 1 < i < kwargs.get('count', 1) else True papi_exec.add(cmd, history=history, **args) - if i > 0 and i % Constants.PAPI_MAX_API_BULK == 0: - papi_exec.get_replies(err_msg) papi_exec.get_replies(err_msg) @staticmethod |