From 1aaf9a80c570569f61daf4b5581155e177e85593 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 27 Mar 2020 12:48:27 +0100 Subject: [PATCH] decode/vxlan: minor yaml example clarrification --- suricata.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suricata.yaml.in b/suricata.yaml.in index 628a3c0d47..2f4bdccc90 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -1337,7 +1337,7 @@ decoder: # IANA assigned port 4789 is enabled. vxlan: enabled: true - ports: $VXLAN_PORTS # syntax: '8472, 4789' + ports: $VXLAN_PORTS # syntax: '[8472, 4789]' or '4789'. ## -- 2.47.2