Skip to content

Commit

Permalink
decode/geneve: add config to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Sep 4, 2020
1 parent 8b38db4 commit 57a611b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions suricata.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57a611b

Please sign in to comment.