Details
-
Type: Change
-
Status: Closed
-
Priority: Minor
-
Resolution: Done
-
Affects Version/s: V2.1.10.0, V2.1.11.0, V2.1.11.1, V2.1.11.2, V2.1.11.3, V2.1.11.4, V2.1.11.5, V2.1.11.6, V2.1.11.7, V2.1.11.8, V2.1.11.9, V2.1.11.10, V2.1.11.11
-
Fix Version/s: V2.1.12.0
-
Component/s: Drivers
-
Labels:None
-
Account:SDO rcX (SDORCX)
Description
Commands that need to be added:
/** Enable a single multicast MAC for frame reception
|
* on the second chassis. Other multicast MACs may
|
* be enabled due to hash algorithm collisions.
|
*/
|
EDD_IOCTL_2NDCHASSIS_SET_MULTICAST_SINGLE_REQ = 0xa5a,
|
|
/** Disable a single multicast MAC for frame reception
|
* on the second chassis. Other multicast MACs may
|
* be disabled due to hash algorithm collisions.
|
*/
|
EDD_IOCTL_2NDCHASSIS_CLR_MULTICAST_SINGLE_REQ = 0xa5c,
|