aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/ProxyArp.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/ProxyArp.py')
-rw-r--r--resources/libraries/python/ProxyArp.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/libraries/python/ProxyArp.py b/resources/libraries/python/ProxyArp.py
index 6cd723d327..a0a54fb103 100644
--- a/resources/libraries/python/ProxyArp.py
+++ b/resources/libraries/python/ProxyArp.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2016 Cisco and/or its affiliates.
+# Copyright (c) 2019 Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
@@ -54,5 +54,4 @@ class ProxyArp(object):
err_msg = 'Failed to enable proxy ARP on interface {ifc}'.format(
ifc=interface)
with PapiExecutor(node) as papi_exec:
- papi_exec.add(cmd, **args).get_replies(err_msg). \
- verify_reply(err_msg=err_msg)
+ papi_exec.add(cmd, **args).get_reply(err_msg)