Skip to content

Commit

Permalink
Merge pull request #20634 from miri64/l2filter/cleanup/exp
Browse files Browse the repository at this point in the history
l2filter: mark module and related netopt options as experimental
  • Loading branch information
maribu authored Apr 29, 2024
2 parents 6c15495 + 9b11eca commit 39c231f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys/include/net/l2filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

/**
* @experimental
* @defgroup net_l2filter Link layer address filter
* @ingroup net
* @brief Module for filtering (black- or white-listing) link layer
Expand Down
2 changes: 2 additions & 0 deletions sys/include/net/netopt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 39c231f

Please sign in to comment.