Feature: support IPSET rule (#2693)
This commit is contained in:
@ -12,6 +12,7 @@ const (
|
||||
DstPort
|
||||
Process
|
||||
ProcessPath
|
||||
IPSet
|
||||
MATCH
|
||||
)
|
||||
|
||||
@ -39,6 +40,8 @@ func (rt RuleType) String() string {
|
||||
return "Process"
|
||||
case ProcessPath:
|
||||
return "ProcessPath"
|
||||
case IPSet:
|
||||
return "IPSet"
|
||||
case MATCH:
|
||||
return "Match"
|
||||
default:
|
||||
|
Reference in New Issue
Block a user