File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -772,7 +772,7 @@ can be queried on each fabric port retrieved from the fabric port list switch at
772772``` c
773773
774774/* *
775- * @brief Fabric port reachability for all remote reachable switches
775+ * @brief List of switch id's of all remote reachable switches
776776*
777777* @type sai_u16_list_t
778778* @flags READ_ONLY
Original file line number Diff line number Diff line change @@ -2521,21 +2521,20 @@ typedef enum _sai_port_attr_t
25212521 SAI_PORT_ATTR_POE_PORT_ID ,
25222522
25232523 /**
2524- <<<<<<< HEAD
25252524 * @brief The maximum size of SAI_PORT_ATTR_JSON_FORMATTED_DEBUG_DATA in bytes.
25262525 *
25272526 * @type sai_uint32_t
25282527 * @flags READ_ONLY
25292528 */
25302529 SAI_PORT_ATTR_JSON_FORMATTED_DEBUG_DATA_SIZE ,
2531- == == == =
2532- * @brief Fabric port reachability for all remote reachable switches
2530+
2531+ /**
2532+ * @brief List of switch id's of all remote reachable switches
25332533 *
25342534 * @type sai_u16_list_t
25352535 * @flags READ_ONLY
25362536 */
25372537 SAI_PORT_ATTR_FABRIC_REACHABILITY_LIST ,
2538- >>>>>>> 18136b e (Adding support to get a list of all reachable switch - id 's from a fabric port )
25392538
25402539 /**
25412540 * @brief End of attributes
You can’t perform that action at this time.
0 commit comments