Skip to content

Commit

Permalink
Special Character fix in md file (#1869)
Browse files Browse the repository at this point in the history
Fixed Special Characters in doc\smart-switch\high-availability\smart-switch-ha-detailed-design.md file
  • Loading branch information
prasanna228 authored Dec 18, 2024
1 parent af2c666 commit 103967f
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -542,11 +542,11 @@ When a HA set configuration on NPU side contains a local DPU, `hamgrd` will crea
| Table | Key | Field | Description | Value Format |
| --- | --- | --- | --- | --- |
| DASH_ENI_FORWARD_TABLE | | | | |
| | \<VNET_NAME\> | | VNET name. Used to correlate the VNET table to find VNET info, such as advertised VIP. | {{vnet_name}} |
| | \<ENI_ID\> | | ENI ID. Same as the MAC address of the ENI. | {{eni_id}} |
| | | vdpu_ids | The list vDPU IDs hosting this ENI. | {{vdpu_id1},{vdpu_id2},...} |
| | | primary_vdpu | The primary vDPU id. | {{dpu_id}} |
| | | outbound_vni | (Optional) Outbound VNI used by this ENI, if different from the one in VNET. Each ENI can have its own VNI, such ExpressRoute Gateway Bypass case. | {{vni}} |
| | \<VNET_NAME\> | | VNET name. Used to correlate the VNET table to find VNET info, such as advertised VIP. | /{/{vnet_name/}/} |
| | \<ENI_ID\> | | ENI ID. Same as the MAC address of the ENI. | /{/{eni_id/}/} |
| | | vdpu_ids | The list vDPU IDs hosting this ENI. | /{/{vdpu_id1/},/{vdpu_id2/},.../} |
| | | primary_vdpu | The primary vDPU id. | /{/{dpu_id/}/} |
| | | outbound_vni | (Optional) Outbound VNI used by this ENI, if different from the one in VNET. Each ENI can have its own VNI, such ExpressRoute Gateway Bypass case. | /{/{vni/}/} |
| | | outbound_eni_mac_lookup | (Optional) Specify which MAC address to use to lookup the ENI for the outbound traffic. | "" (default), "dst", "src" |

#### 2.3.3. CHASSIS_STATE_DB (per-NPU)
Expand Down

0 comments on commit 103967f

Please sign in to comment.