odp icon indicating copy to clipboard operation
odp copied to clipboard

[PATCH v3] validation: cls: use correct L4 proto for the PMR used

Open JannePeltonen opened this issue 4 months ago • 0 comments

The test code goes through the trouble of checking classification capabilities when deciding whether to use UDP or TCP port matching rules in tests but then always uses UDP test packets anyway. Tests are thus broken is only TCP port matching is supported despite all the capability checking.

Fix the problem by selecting also the protocol used in test packets based on capabilities.

JannePeltonen avatar Oct 24 '24 12:10 JannePeltonen