]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Add ikev2 to userguide
authorPierre Chifflier <chifflier@wzdftpd.net>
Tue, 6 Mar 2018 07:03:11 +0000 (08:03 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 26 Mar 2018 09:04:30 +0000 (11:04 +0200)
doc/userguide/partials/eve-log.yaml
doc/userguide/rules/intro.rst

index c6c0e3a888e932baf73b10ce4747d0bd6fe409d8..88fbd5260178f8cf0c1d30706e8565dc4726d572 100644 (file)
@@ -156,6 +156,8 @@ outputs:
 
         # NFS logging. Requires Rust.
         - nfs
+        # IKEv2 logging. Requires Rust.
+        - ikev2
         - ssh
         - stats:
             totals: yes       # stats for all threads merged together
index 07afe222d249662acd2bc171e015ce717fd784a8..1be6e937dc5d8c5fbf15a3dafd914ee917cc2229 100644 (file)
@@ -78,6 +78,7 @@ you can pick from. These are:
 * dnp3 (disabled by default)
 * enip (disabled by default)
 * nfs (depends on rust availability)
+* ikev2 (depends on rust availability)
 * ntp (depends on rust availability)
 
 The availability of these protocols depends on whether the protocol is enabled in the configuration file suricata.yaml.