mirror of https://github.com/OISF/suricata
conf: deprecate multiple "include" statements at same level
The YAML spec considers duplicate keys to be an error, as do some YAML implementations, most notably Rust's serde_yaml which would be nice to use in the future. Multiple include lines at the same level will still work, but a warning will be emitted. These can be fixed by moving to an "include" array: include: - file1.yaml - file2.yaml Ticket: #5939pull/8638/head
parent
6e1cd7bbea
commit
6ebb643b83
Loading…
Reference in New Issue