netenglabs / suzieq

Using network observability to operate and design healthier networks
https://www.stardustsystems.net/
Apache License 2.0
780 stars 104 forks source link

Node: Add support for handling partial data due to rx window #884

Closed ddutt closed 1 year ago

ddutt commented 1 year ago

Description

When reading large show command outputs, iOSXE/IOS can return partial output, causing the read to fail on timeout or an exception. This patch addresses that issue by handling partial reads correctly.

Type of change

This is a bug fix.

Proposed Release Note Entry

Add support for handling partial read returns for IOSXE/IOS devices.