Skip to content

Commit

Permalink
added valid ttl value for comparison (#3343)
Browse files Browse the repository at this point in the history
  • Loading branch information
self-maurya authored Aug 1, 2024
1 parent cbd87ff commit f0cb7b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const (
vrfEncapB = "ENCAP_TE_VRF_B"
ipv4PrefixLen = 30
ipv6PrefixLen = 126
trafficDuration = 30 * time.Second
trafficDuration = 15 * time.Second
nhg10ID = 10
nh201ID = 201
nh202ID = 202
Expand Down

0 comments on commit f0cb7b0

Please sign in to comment.