mirror of
https://github.com/openvswitch/ovs
synced 2025-09-05 08:45:23 +00:00
python: ovs: flow: Fix typo in n_packets.
They key used in flows is "n_packets". Signed-off-by: Adrian Moreno <amorenoz@redhat.com> Signed-off-by: Simon Horman <horms@ovn.org>
This commit is contained in:
committed by
Simon Horman
parent
603890d6a7
commit
6bbbb76642
@@ -170,7 +170,7 @@ class OFPFlow(Flow):
|
||||
args = {
|
||||
"table": decode_int,
|
||||
"duration": decode_time,
|
||||
"n_packet": decode_int,
|
||||
"n_packets": decode_int,
|
||||
"n_bytes": decode_int,
|
||||
"cookie": decode_int,
|
||||
"idle_timeout": decode_time,
|
||||
|
Reference in New Issue
Block a user