-
Notifications
You must be signed in to change notification settings - Fork 742
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 Cisco IOS show crypto ipsec sa detail - Including letters in SA_SIBLING_FLAGS. #1324
Closed
nsnelson402
wants to merge
409
commits into
networktocode:master
from
nsnelson402:fix-cisco-ios-show-crypto-ipsec-sa
Closed
Fix Cisco IOS show crypto ipsec sa detail - Including letters in SA_SIBLING_FLAGS. #1324
nsnelson402
wants to merge
409
commits into
networktocode:master
from
nsnelson402:fix-cisco-ios-show-crypto-ipsec-sa
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* added software image and release added software image capture and the release from the initial line of the software * update cisco ios show version to include the software image and release as additional separate fields, tests included
* fix template and add test * re-trigger build
…v6 path and empty log prefix (networktocode#1172) Co-authored-by: Edouard Lavaud <[email protected]>
* Add display_lldp_neighbor-information_list * Add hp_comware_display_vlan_all * fix for hp_comware_display_interface * one more fix for hp_comware_display_interface * fix for cisco_ios_show_vrf
nsnelson402
requested review from
itdependsnetworks,
jmcgill298 and
jvanderaa
as code owners
March 14, 2023 20:52
pszulczewski
force-pushed
the
master
branch
2 times, most recently
from
April 12, 2023 15:24
131859a
to
3e8cb51
Compare
replaced by #1768 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ISSUE TYPE
Bugfix Pull Request
COMPONENT
template: cisco_ios_show_crypto_ipsec_sa_detail.textfsm
os: cisco ios
command: show crypto ipsec sa detail
SUMMARY
SA Sibling Flags can include letters. Causing the template to fail when they do. This fixes that.