diff options
Diffstat (limited to 'src/plugins/auto_sdl/FEATURE.yaml')
-rw-r--r-- | src/plugins/auto_sdl/FEATURE.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/plugins/auto_sdl/FEATURE.yaml b/src/plugins/auto_sdl/FEATURE.yaml new file mode 100644 index 00000000000..857319742e1 --- /dev/null +++ b/src/plugins/auto_sdl/FEATURE.yaml @@ -0,0 +1,12 @@ +--- +name: Auto SDL +maintainer: Steven Luong <sluong@cisco.com> +features: + - Auto SDL +description: "Automatically create a Source Deny List (SDL) entry when the + traffic arrived meets the specified threshold. An example usage + is in TCP -- when TCP is flooded with SYN packets by the same + source that exceed the threshold, an SDL entry is automatically + created to deny a new TCP session to be created." +state: production +properties: [API, CLI, MULTITHREAD] |