revert netacl protocolIntegers change from 45da08c67f

This commit is contained in:
clint shryock 2016-09-22 11:48:31 -05:00 committed by Clint
parent 6282c0fabf
commit 2cc28f6137
1 changed files with 2 additions and 0 deletions

View File

@ -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,