Skip to content

Commit

Permalink
Update sai_dash_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-pritsak authored Sep 23, 2023
1 parent 9829827 commit 6169a8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test-cases/functional/ptf/sai_dash_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ def eni_create(self, **kwargs):
"vm_underlay_dip": sai_ipaddress("0.0.0.0"),
"vm_vni": 1,
"vnet_id": 1,
"pl_sip_mask": sai_ip_address_t("2001:0db8:85a3:0000:0000:0000:0000:0000"),
"pl_sip" : sai_ip_address_t("2001:0db8:85a3:0000:0000:8a2e:0370:7334"),
"pl_underlay_sip": sai_ip_address_t("10.0.0.18"),
"pl_sip" : sai_ipaddress("2001:0db8:85a3:0000:0000:8a2e:0370:7334"),
"pl_sip_mask": sai_ipaddress("2001:0db8:85a3:0000:0000:0000:0000:0000"),
"pl_underlay_sip": sai_ipaddress("10.0.0.18"),
"v4_meter_policy_id": 0,
"v6_meter_policy_id": 0,
"inbound_v4_stage1_dash_acl_group_id": 0,
Expand Down

0 comments on commit 6169a8b

Please sign in to comment.