[ovs-dev] [PATCH v2 0/3] Port Group fixes

Mark Michelson mmichels at redhat.com
Mon Jul 30 14:49:57 UTC 2018


Wow bad timing on my part for my review of v1.

Acked-by: Mark Michelson <mmichels at redhat.com>

On 07/30/2018 10:37 AM, Jakub Sitnicki wrote:
> This series addresses two issues noticed with Port Groups:
> 
> (1) Port Group name cannot be used to refer to a row in NB DB.
> (2) LSP dynamic addresses don't get copied to port group address sets.
> 
> The series depends on recent fixes for IPAM from Mark Michelson [1].
> 
> Thanks,
> Jakub
> 
> [1] https://patchwork.ozlabs.org/patch/947155/
> 
> v1 -> v2:
> - Check if LSP addresses are static before treating them as such to avoid a
>    warning. Reported by Han Zhou.
> 
> 
> Jakub Sitnicki (3):
>    ovn-nbctl: Allow referring to port groups by name.
>    ovn-northd: Make use of svec for storing lists of addresses.
>    ovn-northd: Propagate dynamic addresses to port group address sets.
> 
>   ovn/northd/ovn-northd.c   |  77 ++++++++++++++++----------------
>   ovn/utilities/ovn-nbctl.c |   3 ++
>   tests/ovn-nbctl.at        |  14 ++++++
>   tests/ovn.at              | 109 ++++++++++++++++++++++++++++++++++++++++++++++
>   4 files changed, 164 insertions(+), 39 deletions(-)
> 
> --
> 2.14.4
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> 



More information about the dev mailing list