summaryrefslogtreecommitdiff
path: root/python/ovs/flow/kv.py
Commit message (Expand)AuthorAgeFilesLines
* python: Support case-insensitive OpenFlow actions.Adrian Moreno2022-12-211-3/+14
* python: Return list of actions for odp action clone.Adrian Moreno2022-12-211-1/+20
* python: Make key-value matching strict by default.Adrian Moreno2022-12-211-7/+18
* python: Add explicit decoders for all ofp actions.Adrian Moreno2022-12-211-6/+7
* python: Add generic Key-Value parser.Adrian Moreno2022-07-151-0/+314