Remove the 'experimental' mark for IKEv2

pull/3315/head
Pierre Chifflier 7 years ago committed by Victor Julien
parent f65fafa34b
commit 4e4cf00c07

@ -10,7 +10,7 @@ debug = true
[features]
lua = []
experimental = ["ntp-parser", "ipsec-parser"]
experimental = ["ntp-parser"]
strict = []
debug = []
@ -22,4 +22,4 @@ der-parser = "0.5.2"
kerberos-parser = "0.1.0"
ntp-parser = { version = "^0", optional = true }
ipsec-parser = { version = "0.3", optional = true }
ipsec-parser = "~0.3.0"

@ -50,7 +50,6 @@ pub mod nfs;
pub mod ftp;
pub mod smb;
#[cfg(feature = "experimental")]
pub mod ikev2;
#[cfg(feature = "experimental")]

@ -34,7 +34,7 @@
#include "app-layer-ikev2.h"
#if defined(HAVE_RUST) && defined(HAVE_RUST_EXTERNAL)
#ifdef HAVE_RUST
#include "rust-ikev2-ikev2-gen.h"

@ -47,7 +47,7 @@
#include "app-layer-ikev2.h"
#include "output-json-ikev2.h"
#if defined(HAVE_RUST) && defined(HAVE_RUST_EXTERNAL)
#ifdef HAVE_RUST
#ifdef HAVE_LIBJANSSON
#include "rust.h"

Loading…
Cancel
Save