From 61e040fc23a8e2baed7ae94e105510e144f608cc Mon Sep 17 00:00:00 2001 From: Adrian Moreno Date: Fri, 8 Jul 2022 20:03:04 +0200 Subject: 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 Signed-off-by: Adrian Moreno Signed-off-by: Ilya Maximets --- python/ovs/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/ovs') 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 -- cgit v1.2.1