Palo Alto driver strip_command method is not doing a `strip()` call
ktbyers opened this issue · 0 comments
ktbyers commented
This calls breakage for PA and telnet since might be \r\n and not just \n.
Should just get rid of the strip_command method from the driver and revert back to base_connection.py method (i.e. I can't see any reason to override the default method here).