-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix a timeout when deploying multi line banners. #79
Fix a timeout when deploying multi line banners. #79
Conversation
Banner text was being sent in repr() format which trips up the IOS-XR CLI causing it to hang at the prompt waiting for the banner termination character. Instead of trying to wrap the banner in ', put it on the user to specify their own delimiter character.
Believe that our group has this issue as well, but have not been able to test the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested multiline and am using for our work now. Would like to see this merged.
regate |
@xorrkaz Could you please add the changelog fragment before we merge this. |
Sorry, I missed the request earlier. I have added a fragment now. |
regate |
Banner text was being sent in repr() format which trips up the IOS-XR
CLI causing it to hang at the prompt waiting for the banner termination
character. Instead of trying to wrap the banner in ', put it on the
user to specify their own delimiter character.
SUMMARY
This is believed to fix issue #77
ISSUE TYPE
COMPONENT NAME
iosxr_banner