sonic-net / DASH

Disaggregated APIs for SONiC Hosts
Apache License 2.0
80 stars 89 forks source link

Fix incorrect IP in SONiC-DASH HLD VNET to VNET example. #459

Closed r12f closed 9 months ago

r12f commented 10 months ago

This PR is for issue https://github.com/sonic-net/DASH/issues/452.

The IP is incorrectly placed there. From the DASH policy below, the right IP is 10.1.1.1.

  {
        "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",
        "metering_class":"1001"
        },
        "OP": "SET"
    },
mgheorghe commented 9 months ago

now it looks good

KrisNey-MSFT commented 9 months ago

Merging