When dynamic IPAM is used configure L2 address according to the used IPv4 address. Moreover visit all ovn datapaths before adding new dynamic addresses to the system in order to avoid possible L2 address duplication
This patchset is based on top of 'OVN: introduce mac_prefix support to IPAM' https://mail.openvswitch.org/pipermail/ovs-dev/2018-October/353327.html Lorenzo Bianconi (2): OVN: assign new addresses at the end of build_ipam routine OVN: configure L2 address according to the used IP address ovn/northd/ovn-northd.c | 80 ++++++++++++++--------------- tests/ovn.at | 110 ++++++++++++++++++++-------------------- 2 files changed, 95 insertions(+), 95 deletions(-) -- 2.17.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
