From 103967f80819a0cb1d43c9afd8e80eba93d7764a Mon Sep 17 00:00:00 2001 From: Prasanna Yuvarajan <65270481+prasanna228@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:13:45 +0530 Subject: [PATCH] Special Character fix in md file (#1869) Fixed Special Characters in doc\smart-switch\high-availability\smart-switch-ha-detailed-design.md file --- .../smart-switch-ha-detailed-design.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/smart-switch/high-availability/smart-switch-ha-detailed-design.md b/doc/smart-switch/high-availability/smart-switch-ha-detailed-design.md index a74861b40b..a40d6b0de2 100644 --- a/doc/smart-switch/high-availability/smart-switch-ha-detailed-design.md +++ b/doc/smart-switch/high-availability/smart-switch-ha-detailed-design.md @@ -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. Used to correlate the VNET table to find VNET info, such as advertised VIP. | {{vnet_name}} | -| | \ | | 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. Used to correlate the VNET table to find VNET info, such as advertised VIP. | /{/{vnet_name/}/} | +| | \ | | 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)