Ipv4 hard-coded
This commit is contained in:
parent
0c73ed60f4
commit
08d1a1784a
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user