commit | 4c6543e0baced9135af89c1ae1902906da32a9be | [log] [tgz] |
---|---|---|
author | khenaidoo <knursimu@ciena.com> | Tue Oct 19 17:25:58 2021 -0400 |
committer | khenaidoo <knursimu@ciena.com> | Fri Nov 05 15:47:33 2021 -0400 |
tree | 74698d395e73c77599cd0bc086cfd2cdf597e86e | |
parent | 393605c0224ccdc32a2657658bd438a73d1a3b7d [diff] [blame] |
[VOL-4371] Voltha protos cleanup Details can be found at: https://docs.google.com/document/d/1UzfuiPzxYYTULyERk8nKfgzW9QAnwEdtfw_J4UoFyYo/edit Change-Id: Iad2efddf306234e282af5d518fd435a6b50b1c41
diff --git a/protos/voltha_protos/openflow_13.proto b/protos/voltha_protos/openflow_13.proto index 3a6a315..2f6791e 100755 --- a/protos/voltha_protos/openflow_13.proto +++ b/protos/voltha_protos/openflow_13.proto
@@ -2308,4 +2308,10 @@ ofp_port_status port_status = 2; ofp_error_msg error = 3; } +} + +// Additional information required to process flow at device adapters +message FlowMetadata { + // Meters associated with flow-update to adapter + repeated openflow_13.ofp_meter_config meters = 1; } \ No newline at end of file