Skip to content

Commit

Permalink
netopt: mark l2filter options as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Apr 29, 2024
1 parent ead2785 commit 9b11eca
Showing 1 changed file with 2 additions and 0 deletions.
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 9b11eca

Please sign in to comment.