From 42d29d6d77d71837d12604c7d2c63e67b01b23f0 Mon Sep 17 00:00:00 2001 From: x0velin Date: Thu, 23 May 2024 23:04:09 +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/add_loopback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro-mdp/netconf/add_loopback.py b/intro-mdp/netconf/add_loopback.py index c98083915..80422378f 100644 --- a/intro-mdp/netconf/add_loopback.py +++ b/intro-mdp/netconf/add_loopback.py @@ -49,7 +49,7 @@ # Create an XML configuration template for ietf-interfaces netconf_interface_template = """ - + {name}