Add VRRP to allowed protocols in network ACL rules (#12107)
This commit is contained in:
parent
2310316666
commit
20b312034a
|
@ -88,6 +88,7 @@ func protocolIntegers() map[string]int {
|
||||||
"tcp": 6,
|
"tcp": 6,
|
||||||
"icmp": 1,
|
"icmp": 1,
|
||||||
"all": -1,
|
"all": -1,
|
||||||
|
"vrrp": 112,
|
||||||
}
|
}
|
||||||
return protocolIntegers
|
return protocolIntegers
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue