File tree 2 files changed +4
-5
lines changed
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
772
772
``` c
773
773
774
774
/* *
775
- * @brief Fabric port reachability for all remote reachable switches
775
+ * @brief List of switch id's of all remote reachable switches
776
776
*
777
777
* @type sai_u16_list_t
778
778
* @flags READ_ONLY
Original file line number Diff line number Diff line change @@ -2521,21 +2521,20 @@ typedef enum _sai_port_attr_t
2521
2521
SAI_PORT_ATTR_POE_PORT_ID ,
2522
2522
2523
2523
/**
2524
- <<<<<<< HEAD
2525
2524
* @brief The maximum size of SAI_PORT_ATTR_JSON_FORMATTED_DEBUG_DATA in bytes.
2526
2525
*
2527
2526
* @type sai_uint32_t
2528
2527
* @flags READ_ONLY
2529
2528
*/
2530
2529
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
2533
2533
*
2534
2534
* @type sai_u16_list_t
2535
2535
* @flags READ_ONLY
2536
2536
*/
2537
2537
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 )
2539
2538
2540
2539
/**
2541
2540
* @brief End of attributes
You can’t perform that action at this time.
0 commit comments