On Fri, Nov 25, 2022 at 6:18 AM Dumitru Ceara <[email protected]> wrote: > > A few logical pipeline stages have been added. The internal minor > version must be bumped every time that happens. > > Fixes: d3926b433e44 ("northd: rely on new actions for lb affinity") > Signed-off-by: Dumitru Ceara <[email protected]>
Acked-by: Numan Siddique <[email protected]> Numan > --- > lib/ovn-util.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/ovn-util.c b/lib/ovn-util.c > index 868472ace0..36ca96dbc4 100644 > --- a/lib/ovn-util.c > +++ b/lib/ovn-util.c > @@ -817,7 +817,7 @@ ip_address_and_port_from_lb_key(const char *key, char > **ip_address, > * > * This value is also used to handle some backward compatibility during > * upgrading. It should never decrease or rewind. */ > -#define OVN_INTERNAL_MINOR_VER 5 > +#define OVN_INTERNAL_MINOR_VER 6 > > /* Returns the OVN version. The caller must free the returned value. */ > char * > -- > 2.31.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
