ikev2: make liveness params configurable
[vpp.git] / src / plugins / ikev2 / ikev2.h
index d79a031..c701e30 100644 (file)
@@ -431,6 +431,8 @@ uword unformat_ikev2_transform_esn_type (unformat_input_t * input,
                                         va_list * args);
 void ikev2_cli_reference (void);
 
+clib_error_t *ikev2_set_liveness_params (u32 period, u32 max_retries);
+
 #endif /* __included_ikev2_h__ */