mirror of
https://github.com/opnsense/src.git
synced 2026-07-16 04:22:59 -04:00
Add a note that lacp_compose_key() should be updated, when new media
types will be added. Submitted by: melifaro X-MFC after: r256689
This commit is contained in:
parent
8160afdab1
commit
22dc101fac
1 changed files with 4 additions and 1 deletions
|
|
@ -153,7 +153,10 @@ uint64_t ifmedia_baudrate(int);
|
|||
#define IFM_40G_CR4 27 /* 40GBase-CR4 */
|
||||
#define IFM_40G_SR4 28 /* 40GBase-SR4 */
|
||||
#define IFM_40G_LR4 29 /* 40GBase-LR4 */
|
||||
|
||||
/*
|
||||
* Please update ieee8023ad_lacp.c:lacp_compose_key()
|
||||
* after adding new Ethernet media types.
|
||||
*/
|
||||
/* note 31 is the max! */
|
||||
|
||||
#define IFM_ETH_MASTER 0x00000100 /* master mode (1000baseT) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue