mirror of
https://github.com/openvswitch/ovs
synced 2025-09-03 15:55:19 +00:00
python: Add flow base class.
It simplifies the implementation of different types of flows by creating the concept of Section (e.g: match, action) and automatic accessors for all the provided Sections Acked-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Adrian Moreno <amorenoz@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
committed by
Ilya Maximets
parent
61e040fc23
commit
1215cf1334
@@ -28,6 +28,7 @@ ovs_pyfiles = \
|
||||
python/ovs/fcntl_win.py \
|
||||
python/ovs/flow/__init__.py \
|
||||
python/ovs/flow/decoders.py \
|
||||
python/ovs/flow/flow.py \
|
||||
python/ovs/flow/kv.py \
|
||||
python/ovs/flow/list.py \
|
||||
python/ovs/flow/ofp_fields.py \
|
||||
|
Reference in New Issue
Block a user