Add bridge interface to documentation

This commit is contained in:
Dirk Ziegelmeier
2017-03-15 19:58:32 +01:00
parent 2dcf31d6b1
commit 6328da87aa
2 changed files with 27 additions and 5 deletions

View File

@@ -40,6 +40,12 @@
#include "lwip/opt.h"
/**
* @defgroup bridgeif_opts Options
* @ingroup bridgeif
* @{
*/
/** BRIDGEIF_PORT_NETIFS_OUTPUT_DIRECT==1: set port netif's 'input' function
* to call directly into bridgeif code and on top of that, directly call into
* the selected forwarding port's 'linkoutput' function.
@@ -82,4 +88,8 @@
#define BRIDGEIF_FW_DEBUG LWIP_DBG_OFF
#endif
/**
* @}
*/
#endif /* LWIP_HDR_NETIF_BRIDGEIF_OPTS_H */