From: Victor Julien Date: Fri, 27 Mar 2020 11:48:27 +0000 (+0100) Subject: decode/vxlan: minor yaml example clarrification X-Git-Tag: suricata-6.0.0-beta1~585 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aaf9a80c570569f61daf4b5581155e177e85593;p=thirdparty%2Fsuricata.git decode/vxlan: minor yaml example clarrification --- 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'. ##