Add missing key.
Signed-off-by: Adrian Moreno <[email protected]>
---
python/ovs/flow/ofp.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/python/ovs/flow/ofp.py b/python/ovs/flow/ofp.py
index f1a720d75..3d3226c91 100644
--- a/python/ovs/flow/ofp.py
+++ b/python/ovs/flow/ofp.py
@@ -176,6 +176,7 @@ class OFPFlow(Flow):
"idle_timeout": decode_time,
"hard_timeout": decode_time,
"hard_age": decode_time,
+ "idle_age": decode_time,
}
return KVDecoders(args)
--
2.43.0
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev