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

provider/aws: Add support for ICMP Protocol in Network ACLs #2148

Merged
merged 1 commit into from
Jun 1, 2015

Conversation

catsby
Copy link
Contributor

@catsby catsby commented May 29, 2015

  • added icmp_type attribute
  • added icmp_code attribute
  • fixed an issue hiding the error

I believe they way I've added them should be backwards compatible, e.g. people who aren't using this won't all of the sudden show changes to be made in plan.

AWS docs for this are here:

Should fix #2085

- added icmp_type attribute
- added icmp_code attribute
- fixed an issue hiding the error
* `icmp_type` - (Optional) The ICMP type to be used. Default 0.
* `icmp_code` - (Optional) The ICMP type code to be used. Default 0.

~> Note: For more information on ICMP types and codes, see here: http://www.nthelp.com/icmp.html
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice bonus doc.

@phinze
Copy link
Contributor

phinze commented May 29, 2015

LGTM!

catsby added a commit that referenced this pull request Jun 1, 2015
provider/aws: Add support for ICMP Protocol in Network ACLs
@catsby catsby merged commit ceca4ef into master Jun 1, 2015
@catsby catsby deleted the b-aws-netacl-icmp-support branch June 1, 2015 13:33
@ghost
Copy link

ghost commented May 2, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators May 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Network AWS ACL ICMP Issue
3 participants