18f07e828e
* [2.7] escape default prompt detection in telnet action plugin (#46573)
This change fixes an issue with the default prompt handling. The value
needs to be escaped otherwise it does not work when converted to bytes.
(cherry picked from commit 9180d2c
)
Co-authored-by: Peter Sprygada <privateip@users.noreply.github.com>
* Add changelog
4 lines
154 B
YAML
4 lines
154 B
YAML
---
|
|
bugfixes:
|
|
- Fix an issue with the default telnet prompt handling. The value needs to be
|
|
escaped otherwise it does not work when converted to bytes.
|