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
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to