From 6d4dbd4f29d6789cf4ea799d0b2eb9d489fa339d Mon Sep 17 00:00:00 2001 From: Steven Luong Date: Mon, 18 Nov 2024 12:08:57 -0800 Subject: session: add auto sdl New CLI to enable/disable auto-sdl (requires session enable rt-backend sdl) auto-sdl [threshold ] [remove-timeout ] 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 --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 8c3ea68dae5..b1065cdbb71 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -857,6 +857,12 @@ I: cjson M: Ole Troan F: src/vppinfra/cJSON.[ch] +Auto SDL +I: auto_sdl +Y: src/plugins/auto_sdl/FEATURE.yaml +M: Steven Luong +F: src/plugins/auto_sdl + VAT2 I: vat2 M: Ole Troan -- cgit