netenglabs / suzieq

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

Add section to devconfig #953

Closed ddutt closed 1 month ago

ddutt commented 1 month ago

Description

Added support for searching for section or line by regex in device config

Type of change

New Behavior

Users can now search device config's by section or a specific line to see if it exists in the running config of a device. ...

Contrast to Current Behavior

Users cannot search inside device config with existing code.

...

Discussion: Benefits and Drawbacks

Users have often requested the ability to search insde configs for specific lines or sections. This commit enables that now.

Changes to the Documentation

...

Proposed Release Note Entry

Added support for searching for a line or section within a device config via the section keyword. The specification can be a simple string or regex.

Double Check