Skip to content

Commit

Permalink
Update deviations.go to include gRIBI encap header unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnureddybadveli authored Dec 26, 2024
1 parent 2e74ede commit 868b3ab
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()

Check failure on line 1270 in internal/deviations/deviations.go

View workflow job for this annotation

GitHub Actions / build

lookupDUTDeviations(dut).GetGribiEncapHeaderUnsupported undefined (type *metadata_go_proto.Metadata_Deviations has no field or method GetGribiEncapHeaderUnsupported)

Check failure on line 1270 in internal/deviations/deviations.go

View workflow job for this annotation

GitHub Actions / Static Analysis

lookupDUTDeviations(dut).GetGribiEncapHeaderUnsupported undefined (type *metadata_go_proto.Metadata_Deviations has no field or method GetGribiEncapHeaderUnsupported)

Check failure on line 1270 in internal/deviations/deviations.go

View workflow job for this annotation

GitHub Actions / test

lookupDUTDeviations(dut).GetGribiEncapHeaderUnsupported undefined (type *metadata_go_proto.Metadata_Deviations has no field or method GetGribiEncapHeaderUnsupported)
}

0 comments on commit 868b3ab

Please sign in to comment.