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

Create cisco_asa_show_running-config_object_service #1970

Merged
merged 12 commits into from
Jan 14, 2025

Conversation

wollmannbruno
Copy link
Contributor

This PR resolves issue #1968.

Comment on lines 4 to 13
Value SRC_PORT_EQ (\S+)
Value SRC_PORT_GT (\S+)
Value SRC_PORT_LT (\S+)
Value SRC_PORT_START (\S+)
Value SRC_PORT_END (\S+)
Value DST_PORT_EQ (\S+)
Value DST_PORT_GT (\S+)
Value DST_PORT_LT (\S+)
Value DST_PORT_START (\S+)
Value DST_PORT_END (\S+)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wollmannbruno
I have some ideas regarding all the port capture groups.
If I work up a PR against your fork would you be willing to review/consider the changes?

I want to make sure my thoughts to simplify align with your expectations/needs/process. Thank you!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mjbear
If we can simplify the template, we should.
Send over your changes, and I'll test them against a production firewall.

Copy link
Contributor

@mjbear mjbear Jan 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mjbear If we can simplify the template, we should. Send over your changes, and I'll test them against a production firewall.

@wollmannbruno
I created https://github.com/wollmannbruno/ntc-templates/pull/1 for your review.

Since I opened this PR against your fork's obj_service branch, if/when you merge that into that branch it will also be included in this NTC PR.

Thank you! 🙂

wollmannbruno and others added 4 commits January 10, 2025 11:16
…ervice.textfsm

Co-authored-by: Michael Bear <38406045+mjbear@users.noreply.github.com>
* Reduce operator-specific capture groups
* Support ICMP types and codes
@jmcgill298 jmcgill298 linked an issue Jan 13, 2025 that may be closed by this pull request
mjbear and others added 5 commits January 13, 2025 18:55
…ervice.textfsm


Switch regex from lowercase alphabet to any character other than whitespace.

Co-authored-by: Bruno Wollmann <bruno@terra-comm.ca>
…service.raw

Co-authored-by: Bruno Wollmann <bruno@terra-comm.ca>
Co-authored-by: Bruno Wollmann <bruno@terra-comm.ca>
Simplify structured data and add support for operators and ICMP
@jmcgill298 jmcgill298 merged commit 1faea92 into networktocode:master Jan 14, 2025
10 checks passed
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.

Create cisco_asa_show_running-config_object_service
3 participants