Skip to content

Commit

Permalink
[DASH] Fix incorrect IP in SONiC-DASH HLD VNET to VNET example. (#1515)
Browse files Browse the repository at this point in the history
[DASH] Fix incorrect IP in SONiC-DASH HLD VNET to VNET example
  • Loading branch information
r12f authored Nov 22, 2023
1 parent 102f58a commit 1d527a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/dash/dash-sonic-hld.md
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ For the example configuration above, the following is a brief explanation of loo

For the inbound direction, after Route/ACL lookup, pipeline shall use the "underlay_ip" as specified in the ENI table to VXLAN encapsulate the packet and VNI shall be the ```vm_vni``` specified in the APPLIANCE table

5. Inbound packet destined to 10.1.2.5 with source PA 101.1.2.3 and VNI 45654
5. Inbound packet destined to 10.1.1.1 with source PA 101.1.2.3 and VNI 45654
a. After setting direction to inbound, the Route Rule table is looked up based on priority
b. First Inbound rule gets hit as PR prefix and VNI key match
c. PA validation is set to true and Vnet is given as Vnet1.
Expand Down

0 comments on commit 1d527a7

Please sign in to comment.