Skip to content

Commit

Permalink
Fixing CI fail eos_validate_state
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibhu-gslab committed Apr 24, 2024
1 parent 392745a commit 7ef456c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ dps_interfaces:
mtu: 9214
ip_address: 10.255.1.1/32
flow_tracker:
hardware: FLOW-TRACKER
sampled: FLOW-TRACKER
vxlan_interface:
Vxlan1:
description: dc1-wan1_VTEP
Expand All @@ -433,7 +433,8 @@ vxlan_interface:
- name: default
vni: 1
flow_tracking:
hardware:
sampled:
sample: 10000
trackers:
- name: FLOW-TRACKER
record_export:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ dps_interfaces:
mtu: 9214
ip_address: 10.255.1.2/32
flow_tracker:
hardware: FLOW-TRACKER
sampled: FLOW-TRACKER
vxlan_interface:
Vxlan1:
description: dc1-wan2_VTEP
Expand All @@ -433,7 +433,8 @@ vxlan_interface:
- name: default
vni: 1
flow_tracking:
hardware:
sampled:
sample: 10000
trackers:
- name: FLOW-TRACKER
record_export:
Expand Down

0 comments on commit 7ef456c

Please sign in to comment.