File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,16 @@ typedef enum _sai_outbound_ca_to_pa_entry_attr_t
173173 */
174174 SAI_OUTBOUND_CA_TO_PA_ENTRY_ATTR_OVERLAY_SIP ,
175175
176+ /**
177+ * @brief Action set_private_link_mapping parameter OVERLAY_SIP_MASK
178+ *
179+ * @type sai_ip_address_t
180+ * @flags CREATE_AND_SET
181+ * @default 0.0.0.0
182+ * @validonly SAI_OUTBOUND_CA_TO_PA_ENTRY_ATTR_ACTION == SAI_OUTBOUND_CA_TO_PA_ENTRY_ACTION_SET_PRIVATE_LINK_MAPPING
183+ */
184+ SAI_OUTBOUND_CA_TO_PA_ENTRY_ATTR_OVERLAY_SIP_MASK ,
185+
176186 /**
177187 * @brief Action set_private_link_mapping parameter OVERLAY_DIP
178188 *
@@ -183,6 +193,16 @@ typedef enum _sai_outbound_ca_to_pa_entry_attr_t
183193 */
184194 SAI_OUTBOUND_CA_TO_PA_ENTRY_ATTR_OVERLAY_DIP ,
185195
196+ /**
197+ * @brief Action set_private_link_mapping parameter OVERLAY_DIP_MASK
198+ *
199+ * @type sai_ip_address_t
200+ * @flags CREATE_AND_SET
201+ * @default 0.0.0.0
202+ * @validonly SAI_OUTBOUND_CA_TO_PA_ENTRY_ATTR_ACTION == SAI_OUTBOUND_CA_TO_PA_ENTRY_ACTION_SET_PRIVATE_LINK_MAPPING
203+ */
204+ SAI_OUTBOUND_CA_TO_PA_ENTRY_ATTR_OVERLAY_DIP_MASK ,
205+
186206 /**
187207 * @brief Action set_private_link_mapping parameter DASH_ENCAPSULATION
188208 *
You can’t perform that action at this time.
0 commit comments