From 39fdefdc90abeaa142e4056bd40ff3e89dc689ab Mon Sep 17 00:00:00 2001 From: Jon Loeliger Date: Tue, 12 Apr 2022 10:06:49 -0500 Subject: [PATCH] wireguard: Document wireguard async mode default Type: improvement Signed-off-by: Jon Loeliger Change-Id: I446eb86c097d1bf99f05ee47f1c550689d70ced2 --- src/plugins/wireguard/wireguard.api | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/wireguard/wireguard.api b/src/plugins/wireguard/wireguard.api index d630a2fa841..508c0cf7981 100644 --- a/src/plugins/wireguard/wireguard.api +++ b/src/plugins/wireguard/wireguard.api @@ -206,12 +206,12 @@ define wireguard_peers_details { /** \brief Wireguard Set Async mode @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request - @param async_enable - wireguard async mode on or off + @param async_enable - wireguard async mode on or off, default off */ autoreply define wg_set_async_mode { u32 client_index; u32 context; - bool async_enable; + bool async_enable [default=false]; }; /* -- 2.16.6