Commit b1afe94b authored by Maria Ruiz's avatar Maria Ruiz
Browse files

PRUEBA

parent a1c55879
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -914,6 +914,7 @@ class NSController:
            logging.warning(f"Unsupported controller: {controller}. Defaulting to TFS L2VPN realization.")
            realizing_request = self.__tfs_l2vpn(ietf_intent)
        
        #ACTIVATE CHANGE PROFILE
        if controller == "sat":
            return realizing_request_nms, realizing_request_sat
        else: