bridgeif_initdata_s struct
Initialisation data for bridgeif_init. An instance of this type must be passed as parameter 'state' to netif_add when the bridge is added.
Fields
MAC address of the bridge (cannot use the netif's addresses).
Maximum number of ports in the bridge (ports are stored in an array, this influences memory allocated for netif->state of the bridge netif).
Maximum number of dynamic/learning entries in the bridge's forwarding database. In the default implementation, this controls memory consumption only.
Maximum number of static forwarding entries. Influences memory consumption!.
Examples
bridgeif_initdata_s is referenced by 1 libraries and example projects: