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 misc cisco parsing errors #388

Merged
merged 3 commits into from
Aug 31, 2017
Merged

Conversation

dspicuzzbbn
Copy link
Contributor

No description provided.

@ratulm ratulm requested a review from arifogel August 31, 2017 06:43
@@ -71,6 +71,7 @@ l_null
| FLUSH_AT_ACTIVATION
| HISTORY
| IPV6
| LENGTH DEC
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This will conflict with #392

Copy link
Member

Choose a reason for hiding this comment

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

Thanks, Dustin! I'll make sure we handle your PR first.

Copy link
Member

@arifogel arifogel left a comment

Choose a reason for hiding this comment

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

I left notes for our team to fix later, but I am approving and merging.

@@ -880,6 +882,7 @@ null_single
| CONFIGURATION
| DOT1Q
| INTERNAL
| IFDESCR DETAIL
Copy link
Member

Choose a reason for hiding this comment

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

This should be double-parenthesized for style matching, maintainability.

@@ -1920,6 +1948,14 @@ s_voice
)*
;

s_voice_card
Copy link
Member

Choose a reason for hiding this comment

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

VOICE_CARD must be removed from null_single

@@ -1227,6 +1234,15 @@ router_multicast_tail
)*
;

s_application
Copy link
Member

Choose a reason for hiding this comment

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

Does order matter here? Can we use the regular hierarchical style here?

@@ -71,6 +71,7 @@ l_null
| FLUSH_AT_ACTIVATION
| HISTORY
| IPV6
| LENGTH DEC
Copy link
Member

Choose a reason for hiding this comment

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

This should be double-parenthesized for style matching, maintainability.

@arifogel arifogel merged commit ae72778 into batfish:master Aug 31, 2017
@dspicuzzbbn dspicuzzbbn deleted the fix-cisco-misc branch September 22, 2017 19:40
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.

None yet

4 participants