From: Victor Julien Date: Fri, 4 Sep 2020 08:11:40 +0000 (+0200) Subject: decode/geneve: add config to yaml X-Git-Tag: suricata-5.0.4~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d073ae3496c6a797f6e6633f0e2a342978c6859;p=thirdparty%2Fsuricata.git decode/geneve: add config to yaml (cherry picked from commit 57a611b429d5108c5793e9b6b55f85d29d3f0758) --- diff --git a/suricata.yaml.in b/suricata.yaml.in index d4935c0a12..6728e4f90f 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -1349,6 +1349,11 @@ decoder: typeI: enabled: false + # Geneve decoder is assigned to up to 4 UDP ports. By default only the + # IANA assigned port 6081 is enabled. + geneve: + enabled: true + ports: $GENEVE_PORTS # syntax: '[6081, 1234]' or '6081'. ## ## Performance tuning and profiling