From 4c7dd541c5d71103fc92d2f4405ccc7a40460b69 Mon Sep 17 00:00:00 2001 From: x0velin Date: Thu, 23 May 2024 23:07:02 +0200 Subject: [PATCH] add the capability in the config tag to avoid error error received on IOSXE 17.12.02 before adding the capability in the config tag : ''' ncclient.operations.rpc.RPCError: {'type': 'protocol', 'tag': 'unknown-element', 'severity': 'error', 'info': 'config\n\n', 'path': '\n /rpc/edit-config\n ', 'message': None} ''' --- intro-mdp/netconf/delete_loopback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro-mdp/netconf/delete_loopback.py b/intro-mdp/netconf/delete_loopback.py index 53481876a..e2bcbad55 100644 --- a/intro-mdp/netconf/delete_loopback.py +++ b/intro-mdp/netconf/delete_loopback.py @@ -49,7 +49,7 @@ # Create an XML configuration template for ietf-interfaces netconf_interface_template = """ - + {name}