From fff9c9ed44b835ed40d41bad1f06988801383449 Mon Sep 17 00:00:00 2001 From: GGabriele Date: Mon, 18 Apr 2016 15:48:37 +0200 Subject: [PATCH] Fixing nxos_vrf --- network/nxos/nxos_vrf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/network/nxos/nxos_vrf.py b/network/nxos/nxos_vrf.py index cf1aa630fd3..dcc835e79b2 100644 --- a/network/nxos/nxos_vrf.py +++ b/network/nxos/nxos_vrf.py @@ -250,7 +250,6 @@ def main(): we use the following to make sure right letter case is used so that delta results will be consistent to the actual configuration.""" if existing: - module.exit_json(existing=existing) if existing['admin_state'].lower() == admin_state: proposed['admin_state'] = existing['admin_state']