From cd15f4ec7351c823b8b9d1c8ccaa4335e6944261 Mon Sep 17 00:00:00 2001 From: Mircea Dan Date: Tue, 31 Oct 2023 15:10:14 -0700 Subject: [PATCH] fix for https://github.com/sonic-net/DASH/issues/454 eni was not very descriptive and one could assume it is the eni object id, updated the name to clearly specify it is the eni mac --- documentation/general/dash-sonic-hld.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/general/dash-sonic-hld.md b/documentation/general/dash-sonic-hld.md index 4f1cc5fe5..0e36a91e4 100644 --- a/documentation/general/dash-sonic-hld.md +++ b/documentation/general/dash-sonic-hld.md @@ -547,7 +547,7 @@ vm_vni = VM VNI that is used for setting direction. Also used ### 3.2.8 ROUTE LPM TABLE - OUTBOUND ``` -DASH_ROUTE_TABLE:{{eni}}:{{prefix}} +DASH_ROUTE_TABLE:{{eni_mac}}:{{prefix}} "action_type": {{routing_type}} "vnet":{{vnet_name}} (OPTIONAL) "appliance":{{appliance_id}} (OPTIONAL) @@ -561,7 +561,7 @@ DASH_ROUTE_TABLE:{{eni}}:{{prefix}} ``` ``` -key = DASH_ROUTE_TABLE:eni:prefix ; ENI route table with CA prefix for packet Outbound +key = DASH_ROUTE_TABLE:eni_mac:prefix ; ENI route table with CA prefix for packet Outbound ; field = value action_type = routing_type ; reference to routing type vnet = vnet name ; destination vnet name if routing_type is {vnet, vnet_direct}, a vnet other than eni's vnet means vnet peering