wireguard: Document wireguard async mode default

Type: improvement
Signed-off-by: Jon Loeliger <jdl@netgate.com>
Change-Id: I446eb86c097d1bf99f05ee47f1c550689d70ced2
This commit is contained in:
Jon Loeliger
2022-04-12 10:06:49 -05:00
committed by Matthew Smith
parent 07c73690e9
commit 39fdefdc90

View File

@ -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];
};
/*