summaryrefslogtreecommitdiff
path: root/python/ovs
diff options
context:
space:
mode:
authorAdrian Moreno <amorenoz@redhat.com>2022-07-08 20:03:04 +0200
committerIlya Maximets <i.maximets@ovn.org>2022-07-15 20:13:38 +0200
commit61e040fc23a8e2baed7ae94e105510e144f608cc (patch)
treed5b0d8cab39d1c90220ea87a95bf0ab7ca2344a4 /python/ovs
parentd542f0ea8587f9ae1cad1f9610b6f3ce62dc3b7a (diff)
downloadopenvswitch-61e040fc23a8e2baed7ae94e105510e144f608cc.tar.gz
build-aux: Generate ofp field decoders.
Based on meta-field information extracted by extract_ofp_fields, autogenerate the right decoder to be used. Acked-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Adrian Moreno <amorenoz@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'python/ovs')
-rw-r--r--python/ovs/.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/ovs/.gitignore b/python/ovs/.gitignore
index 8bbcd824f..40a63d27d 100644
--- a/python/ovs/.gitignore
+++ b/python/ovs/.gitignore
@@ -1,2 +1,3 @@
-version.py
dirs.py
+flow/ofp_fields.py
+version.py