Skip to content

Commit

Permalink
Update deviations.go
Browse files Browse the repository at this point in the history
Added gRIBI encap header unsupported deviation.
  • Loading branch information
vishnureddybadveli authored Dec 27, 2024
1 parent 0826fc1 commit 3a1c8ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/deviations/deviations.go
Original file line number Diff line number Diff line change
Expand Up @@ -1264,3 +1264,8 @@ func IsisDatabaseOverloadsUnsupported(dut *ondatra.DUTDevice) bool {
func BgpSetMedV7Unsupported(dut *ondatra.DUTDevice) bool {
return lookupDUTDeviations(dut).GetBgpSetMedV7Unsupported()
}

// GribiEncapHeaderUnsupported returns true if gribi encap header is unsupported
func GribiEncapHeaderUnsupported(dut *ondatra.DUTDevice) bool {
return lookupDUTDeviations(dut).GetGribiEncapHeaderUnsupported()
}

0 comments on commit 3a1c8ab

Please sign in to comment.