1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #20634 from miri64/l2filter/cleanup/exp

l2filter: mark module and related netopt options as experimental
This commit is contained in:
Marian Buschsieweke 2024-04-29 12:13:35 +00:00 committed by GitHub
commit 39c231f6dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@
*/
/**
* @experimental
* @defgroup net_l2filter Link layer address filter
* @ingroup net
* @brief Module for filtering (black- or white-listing) link layer

View File

@ -444,6 +444,7 @@ typedef enum {
NETOPT_RF_TESTMODE,
/**
* @experimental
* @brief (@ref l2filter_t) add an address to a link layer filter list
*
* Getting this option from a device will return a pointer of type
@ -454,6 +455,7 @@ typedef enum {
NETOPT_L2FILTER,
/**
* @experimental
* @brief (@ref l2filter_t) remove an address from a link layer filter list
*
* Getting this value always returns -ENOTSUP.