mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
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,
|
||||
"icmp": 1,
|
||||
"all": -1,
|
||||
"vrrp": 112,
|
||||
}
|
||||
return protocolIntegers
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user