Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Plugin = plugins.Plugin{
Name: "bootloop",
Setup6: setup6,
Setup4: setup4,
}
Functions ¶
This section is empty.
Types ¶
type PluginState ¶
type PluginState struct { // Rough lock for the whole plugin sync.Mutex // Recordsv4 holds a MAC -> IP address and lease time mapping Recordsv4 map[string]*Record LeaseTime time.Duration // contains filtered or unexported fields }
PluginState is the data held by an instance of the bootloop plugin
Click to show internal directories.
Click to hide internal directories.