]> 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)
committerVictor Julien <victor@inliniac.net>
Fri, 4 Sep 2020 11:13:38 +0000 (13:13 +0200)
suricata.yaml.in

index d30ff47dbef2c7042f05b38d072dfd0575524ab1..1ba696ba61ff29838fe2a4b1cfeab098ac314f76 100644 (file)
@@ -1346,6 +1346,11 @@ decoder:
     enabled: true
     ports: $VXLAN_PORTS # syntax: '[8472, 4789]' or '4789'.
 
+  # 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