revert netacl protocolIntegers change from 45da08c67f
This commit is contained in:
parent
6282c0fabf
commit
2cc28f6137
|
@ -82,6 +82,8 @@ func protocolIntegers() map[string]int {
|
||||||
var protocolIntegers = make(map[string]int)
|
var protocolIntegers = make(map[string]int)
|
||||||
protocolIntegers = map[string]int{
|
protocolIntegers = map[string]int{
|
||||||
// defined at https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
|
// defined at https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
|
||||||
|
"ah": 51,
|
||||||
|
"esp": 50,
|
||||||
"udp": 17,
|
"udp": 17,
|
||||||
"tcp": 6,
|
"tcp": 6,
|
||||||
"icmp": 1,
|
"icmp": 1,
|
||||||
|
|
Loading…
Reference in New Issue