On 2/10/23 17:03, Adrián Moreno wrote:
> From: Adrian Moreno <[email protected]>
> 
> Add options to the IPFIX table configure the interval to send statistics
> and template information.
> 
> Signed-off-by: Adrian Moreno <[email protected]>
> 
> ---
> - v3:
>    - Removed unit tests which generate errors in Intel CI. Will submit in
>      independent series.
> - v2:
>   - Fixed a potential race condition in unit test.
> - v1:
>   - Added unit test.
> ---
>  NEWS                         |  2 ++
>  ofproto/ofproto-dpif-ipfix.c | 38 ++++++++++++++++++++++++++----------
>  ofproto/ofproto.h            |  9 +++++++++
>  vswitchd/bridge.c            | 17 ++++++++++++++++
>  vswitchd/vswitch.ovsschema   | 12 +++++++++++-
>  vswitchd/vswitch.xml         | 20 +++++++++++++++++++
>  6 files changed, 87 insertions(+), 11 deletions(-)
> 
> diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
> index 1a49cdffe..8ab609dfb 100644
> --- a/vswitchd/vswitch.ovsschema
> +++ b/vswitchd/vswitch.ovsschema
> @@ -1,6 +1,6 @@
>  {"name": "Open_vSwitch",
>   "version": "8.3.1",

You're adding new columns.  Need to bump the version to 8.4.0.

The numbering scheme is described here:
  https://docs.openvswitch.org/en/latest/ref/ovsdb.7/#schemas

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to