aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/auto_sdl/auto_sdl_api.c
AgeCommit message (Collapse)AuthorFilesLines
2024-12-23session: add auto sdlSteven Luong1-0/+67
New CLI to enable/disable auto-sdl (requires session enable rt-backend sdl) auto-sdl <enable|disable> [threshold <n>] [remove-timeout <t>] threshold is defined as the number of packets before the SDL entry is created to deny the source. remove-timeout is defined as the duration to remove the SDL entry which was created earlier. Type: feature Change-Id: I513094a59663970beae33257006c652674643764 Signed-off-by: Steven Luong <sluong@cisco.com>