logalyzer.sift.NetMatcher(MatcherBase)
class documentation
Part of logalyzer.sift
(View In Hierarchy)
I efficiently match IP addresses to IP networks with rules
Method | startup | Override this to process rule given as lines of text, one for each rule. |
Method | addRule | Add a network matching rule in aaa.bbb.ccc.ddd/ee notation |
Method | __call__ | Undocumented |
Inherited from MatcherBase:
Method | __init__ | Undocumented |
Method | reFromRules | Undocumented |
def
startup(self, rules):
overrides logalyzer.sift.MatcherBase.startup
Override this to process rule given as lines of text, one for each rule.