--- /dev/null
+# Test Description
+
+Test VXLAN decoding with non-zero reserved fields.
+
+## PCAP
+
+Pcap provided by Fupeng Zhao. Manually crafted to reflect [vxlan: Support user-defined reserved bits](https://lwn.net/Articles/998601/).
+
+## Related issues
+
+https://redmine.openinfosecfoundation.org/issues/7753
--- /dev/null
+%YAML 1.1
+---
+
+outputs:
+ - stats:
+ enabled: yes
+ filename: stats.log
+ append: yes # append to file (yes) or overwrite it (no)
+ totals: yes # stats for all threads merged together
+ threads: no # per thread stats
+ - eve-log:
+ enabled: yes
+ filetype: regular #regular|syslog|unix_dgram|unix_stream|redis
+ filename: eve.json
+ types:
+ - http
+ - stats
+ - flow
+
+decoder:
+ vxlan:
+ enabled: true
+ ports: "4789"
+ reserved-bits-check: permissive
--- /dev/null
+requires:
+ min-version: 9
+
+args:
+ - --set decoder.vxlan.enabled=true
+
+checks:
+ - filter:
+ count: 1
+ match:
+ event_type: flow
+ src_port: 51252
+ dest_port: 80
+ flow.pkts_toserver: 5
+ flow.pkts_toclient: 5
+ - filter:
+ count: 1
+ match:
+ event_type: flow
+ dest_port: 4789
+ - filter:
+ count: 1
+ match:
+ event_type: stats
+ stats.decoder.vxlan: 10