Skip to content
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

Merged
merged 5 commits into from
Oct 19, 2020

Conversation

xorrkaz
Copy link
Contributor

@xorrkaz xorrkaz commented Aug 19, 2020

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
  • Bugfix Pull Request
COMPONENT NAME

iosxr_banner

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.
@sean-m-sullivan
Copy link
Contributor

Believe that our group has this issue as well, but have not been able to test the PR.

Copy link
Contributor

@sean-m-sullivan sean-m-sullivan left a 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.

@sean-m-sullivan
Copy link
Contributor

regate

@rohitthakur2590
Copy link
Contributor

@xorrkaz Could you please add the changelog fragment before we merge this.

@ansible-zuul ansible-zuul bot removed the gate label Oct 18, 2020
@xorrkaz
Copy link
Contributor Author

xorrkaz commented Oct 18, 2020

Sorry, I missed the request earlier. I have added a fragment now.

@sean-m-sullivan
Copy link
Contributor

regate

@ansible-zuul ansible-zuul bot merged commit 10114c5 into ansible-collections:main Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants