From 2cc28f6137890105429bebdf98ef0853923bee77 Mon Sep 17 00:00:00 2001 From: clint shryock Date: Thu, 22 Sep 2016 11:48:31 -0500 Subject: [PATCH] revert netacl protocolIntegers change from 45da08c67f91274ea8b67af210b600497be50388 --- builtin/providers/aws/network_acl_entry.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builtin/providers/aws/network_acl_entry.go b/builtin/providers/aws/network_acl_entry.go index 84937af6a..cb718462c 100644 --- a/builtin/providers/aws/network_acl_entry.go +++ b/builtin/providers/aws/network_acl_entry.go @@ -82,6 +82,8 @@ func protocolIntegers() map[string]int { var protocolIntegers = make(map[string]int) protocolIntegers = map[string]int{ // defined at https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml + "ah": 51, + "esp": 50, "udp": 17, "tcp": 6, "icmp": 1,