We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3248916 commit 28b471bCopy full SHA for 28b471b
engine/plugins/whois/bgptools/plugin.go
@@ -69,13 +69,12 @@ func (bt *bgpTools) Start(r et.Registry) error {
69
plugin: bt,
70
}
71
if err := r.RegisterHandler(&et.Handler{
72
- Plugin: bt,
73
- Name: bt.netblock.name,
74
- Priority: 1,
75
- MaxInstances: support.MaxHandlerInstances,
76
- Transforms: []string{string(oam.Netblock)},
77
- EventType: oam.IPAddress,
78
- Callback: bt.netblock.check,
+ Plugin: bt,
+ Name: bt.netblock.name,
+ Priority: 1,
+ Transforms: []string{string(oam.Netblock)},
+ EventType: oam.IPAddress,
+ Callback: bt.netblock.check,
79
}); err != nil {
80
return err
81
0 commit comments