Skip to content

Commit

Permalink
[DASH] Fix Typos for vnet peering, mac address (#1646)
Browse files Browse the repository at this point in the history
* [DASH] Fix Typos for vnet peering, mac address (#1646)
  • Loading branch information
albgonzpri committed Mar 29, 2024
1 parent c250757 commit 3601ce9
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions doc/dash/dash-sonic-hld.md
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,14 @@ Refer DASH documentation for the test plan.
},
"OP": "SET"
},
{
"DASH_ROUTE_TABLE:group_id_1:200.1.0.0/16": {
"prefix":"200.1.0.0/16",
"action_type":"vnet",
"vnet":"Vnet200"
},
"OP": "SET"
},
{
"DASH_ROUTE_TABLE:group_id_1:10.1.0.0/24": {
"action_type":"vnet_direct",
Expand Down Expand Up @@ -1097,8 +1105,8 @@ Refer DASH documentation for the test plan.
{
"DASH_VNET_MAPPING_TABLE:Vnet1:10.0.0.6": {
"routing_type":"vnet_encap",
"underlay_ip":"2601:12:7a:1::1234",
"mac_address":"F9-22-83-99-22-A2"
"underlay_ip":"100.1.2.2",
"mac_address":"A9-22-83-99-22-A2"
"metering_class":"1002"
},
"OP": "SET"
Expand All @@ -1107,19 +1115,27 @@ Refer DASH documentation for the test plan.
"DASH_VNET_MAPPING_TABLE:Vnet1:10.0.0.5": {
"routing_type":"vnet_encap",
"underlay_ip":"100.1.2.3",
"mac_address":"F9-22-83-99-22-A2"
"mac_address":"B9-22-83-99-22-A2"
},
"OP": "SET"
},
{
"DASH_VNET_MAPPING_TABLE:Vnet1:10.1.1.1": {
"routing_type":"vnet_encap",
"underlay_ip":"101.1.2.3",
"mac_address":"F9-22-83-99-22-A2",
"underlay_ip":"101.1.2.4",
"mac_address":"C9-22-83-99-22-A2",
"metering_class":"1001"
},
"OP": "SET"
},
{
"DASH_VNET_MAPPING_TABLE:Vnet2:200.1.0.6": {
"routing_type":"vnet_encap",
"underlay_ip":"2601:12:7a:1::1234",
"mac_address":"20-10-83-99-22-A2"
},
"OP": "SET"
},
{
"DASH_ROUTE_RULE_TABLE:F4939FEFC47E:45654:101.1.2.3/32: {
"action_type":"decap",
Expand Down

0 comments on commit 3601ce9

Please sign in to comment.