Subject: | ANSI codes and HP ProCurve |
Date: | Sun, 13 Nov 2016 15:14:41 +0000 |
To: | bug-Net-Appliance-Session [...] rt.cpan.org |
From: | Vlad Zaitsev <vladzaitsev [...] gmail.com> |
HP Procurve uses ANSI terminal codes so prompt default propmt patterd does
not match and writing custom is really the pain. Guys from netmico project
make ANSI cleanup for such devices
https://github.com/ktbyers/netmiko/blob/47c597a674ac8d7e8a2c18388bfb3dbcb205b273/netmiko/base_connection.py
def strip_ansi_escape_codes(string_buffer):
Could we add such funtionality to Net::Applience? May activated via
parameter foe new() ?