Ipv4 hard-coded

This commit is contained in:
Paulo Nascimento 2021-03-20 18:36:17 -03:00
parent 0c73ed60f4
commit 08d1a1784a

View File

@ -362,7 +362,7 @@ func (c *Controller) Set(rules []Rule) error {
}
}
if i >= len(c.rules) {
var proto = rules[i].Proto()
var proto = ProtocolIPv4 //rules[i].Proto()
var protocolName = "ipv4"