type added

This commit is contained in:
crusader
2018-09-12 13:26:27 +09:00
parent add118ce9d
commit 0ef5ca805c
25 changed files with 101 additions and 1 deletions

View File

@@ -35,6 +35,10 @@ func (m *RMIMatcher) Key() string {
return "RMI"
}
func (m *RMIMatcher) Type() string {
return "NETWORK"
}
func (m *RMIMatcher) Name(matchCtx *osm.MatchCtx) string {
return "RMI"
}