Skip to content

Commit

Permalink
spellcheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f committed Mar 21, 2024
1 parent 2aa0f43 commit 84ee3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/high-avail/ha-api-hld.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Or, with even more complicated topology, such as each ENI owns 2 dedicated flow

![](./images/ha-components-complex.svg)

> Note: The graphs here is to show the flexibiilty of these concepts, but not require all the possible topologies to be supported by the DASH providers.
> Note: The graphs here is to show the flexibiilty of these concepts, but not require all the possible topology to be supported by the DASH providers.
## 4. SAI APIs

Expand Down Expand Up @@ -389,7 +389,7 @@ To check which type of topology is supported in the DASH implementation, the fol
| SAI_SWITCH_ATTR_DASH_CAPS_MAX_HA_SCOPE_COUNT_PER_HA_SET | `sai_uint32_t` | The max number of HA scope that can be created within a single HA set. |
| SAI_SWITCH_ATTR_DASH_CAPS_MAX_FLOW_TABLE_COUNT | `sai_uint32_t` | The max number of flow tables that can be created. |

Here are some examples of how to use these capability to represent the topologies:
Here are some examples of how to use these capability to represent the topology:

| Topology | MAX_HA_SET_COUNT | MAX_HA_SCOPE_COUNT_PER_HA_SET | MAX_FLOW_TABLE_COUNT |
| -------- | ---------------- | ----------------------------- | -------------------- |
Expand Down

0 comments on commit 84ee3c3

Please sign in to comment.