01/02/2023 12:12, Ori Kam: > 1. we don't have at this point a way in the rte_flow template tables a way to > set a fix match. > Meaning to say all rules should match ip src = x > When we create a template we are just saying on which fields/items we want to > match > not the value. > So if ip src is masked it mean that we will want to match on the ip src but > each rule > will specify the exact value. > Side note In the action we do have a way to set fixed action for this > template.
I think we need to improve the documentation to make it clear.