Documentation ¶
Overview ¶
Package prefilter provides a means of configuring XDP pre-filters for DDoS-mitigation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cell = cell.Module( "prefilter", "Provides a means of configuring XDP pre-filters for DDoS-mitigation", cell.Provide(newPreFilter), cell.Provide(newPrefilterApiHandler), )
Cell provides prefilter, a means of configuring XDP pre-filters for DDoS-mitigation.
Functions ¶
This section is empty.
Types ¶
type PreFilter ¶
type PreFilter struct {
// contains filtered or unexported fields
}
PreFilter holds global info on related CIDR maps participating in prefilter
func (*PreFilter) WriteConfig ¶
WriteConfig dumps the configuration for the corresponding header file
Click to show internal directories.
Click to hide internal directories.