mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
Add pre-processing of known interactive commands and implement hybrid send strategy for Ruijie Telnet devices. The new approach: - Pre-processes configuration commands to automatically insert 'yes' responses after known interactive commands (router-id, erase, delete, format, reload, boot system) - Implements hybrid strategy: first attempts fast batch send with pre-processed commands, then falls back to one-by-one send with real-time prompt detection if batch fails - Maintains backward compatibility while improving reliability for interactive configuration scenarios This improves configuration reliability for Ruijie devices that frequently require confirmation prompts during configuration changes.