wireguard: Document wireguard async mode default
Type: improvement Signed-off-by: Jon Loeliger <jdl@netgate.com> Change-Id: I446eb86c097d1bf99f05ee47f1c550689d70ced2
This commit is contained in:

committed by
Matthew Smith

parent
07c73690e9
commit
39fdefdc90
@ -206,12 +206,12 @@ define wireguard_peers_details {
|
|||||||
/** \brief Wireguard Set Async mode
|
/** \brief Wireguard Set Async mode
|
||||||
@param client_index - opaque cookie to identify the sender
|
@param client_index - opaque cookie to identify the sender
|
||||||
@param context - sender context, to match reply w/ request
|
@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 {
|
autoreply define wg_set_async_mode {
|
||||||
u32 client_index;
|
u32 client_index;
|
||||||
u32 context;
|
u32 context;
|
||||||
bool async_enable;
|
bool async_enable [default=false];
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user