type added
This commit is contained in:
@@ -33,6 +33,10 @@ func (m *FTPMatcher) Key() string {
|
||||
return "FTP"
|
||||
}
|
||||
|
||||
func (m *FTPMatcher) Type() string {
|
||||
return "NETWORK"
|
||||
}
|
||||
|
||||
func (m *FTPMatcher) Name(matchCtx *osm.MatchCtx) string {
|
||||
return "FTP"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user