Liam Gerrior
Liam Gerrior
Addressing https://github.com/ncclient/ncclient/issues/542 Extending https://github.com/ncclient/ncclient/pull/543 in conjunction with https://github.com/CiscoTestAutomation/yang/pull/69 Issue was discovered during the use of yang.connector to connect to a device using netconf, and running into timeout errors. The timeout...
Allow timeout to be user configurable as netconf connections hits ncclient default timeout. Updated ncclient to allow a custom parameter to be passed https://github.com/ncclient/ncclient/pull/543
When importing an excel/csv file to testbed it will split on the first instance of a colon meaning that ipv6 cannot be used. Changed to only consider the last colon...