Skip to content

Commit b68a3df

Browse files
author
Kishore Gummadidala
committed
Add an attribute used to specify external My MAC entry that will
be used in place of any implicit entry created during RIF processing
1 parent c49d7e3 commit b68a3df

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

inc/sairouterinterface.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,19 @@ typedef enum _sai_router_interface_attr_t
316316
*/
317317
SAI_ROUTER_INTERFACE_ATTR_SELECTIVE_COUNTER_LIST,
318318

319+
/**
320+
* @brief Attribute used to specify external My MAC entry that will
321+
* be used in place of any implicit entry created during RIF processing
322+
* for this {port, vlan, MAC address}
323+
*
324+
* @type sai_object_id_t
325+
* @flags CREATE_ONLY
326+
* @objects SAI_OBJECT_TYPE_MY_MAC
327+
* @allownull true
328+
* @default SAI_NULL_OBJECT_ID
329+
*/
330+
SAI_ROUTER_INTERFACE_ATTR_MY_MAC,
331+
319332
/**
320333
* @brief End of attributes
321334
*/

0 commit comments

Comments
 (0)