Add VRRP to allowed protocols in network ACL rules (#12107)

This commit is contained in:
Mattias Gees 2017-02-20 14:05:45 +01:00 committed by Paul Stack
parent 2310316666
commit 20b312034a
1 changed files with 1 additions and 0 deletions

View File

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