]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
decode/geneve: add config to yaml
authorVictor Julien <victor@inliniac.net>
Fri, 4 Sep 2020 08:11:40 +0000 (10:11 +0200)
committerJeff Lucovsky <jeff@lucovsky.org>
Tue, 22 Sep 2020 12:37:20 +0000 (08:37 -0400)
(cherry picked from commit 57a611b429d5108c5793e9b6b55f85d29d3f0758)

suricata.yaml.in

index d4935c0a12aecb63fcf80e378de50c48c692c709..6728e4f90f215a5c2f32b3eb1e34ab1beff972c6 100644 (file)
@@ -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