Closed tatry closed 2 years ago
Closes #64 PTF tests: https://github.com/tatry/p4c/pull/18
Fixes the conversion between LPM and exact match type key match types during write operation. Now all exact keys are treated as LPM keys with prefix length equal to its length when needed.
@stuart-chu can you verify if this PR fixes #64?
LGTM, I don't think we need a PTF test for that.
@osinstom I just want run test with existing PTF tests for now.
Closes #64 PTF tests: https://github.com/tatry/p4c/pull/18
Fixes the conversion between LPM and exact match type key match types during write operation. Now all exact keys are treated as LPM keys with prefix length equal to its length when needed.