revert netacl protocolIntegers change from 45da08c67f

pull/9159/head
clint shryock 10 years ago committed by Clint
parent 6282c0fabf
commit 2cc28f6137

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

Loading…
Cancel
Save