mbox series

[ovs-dev,0/2] configure mac address according to IP address

Message ID cover.1540570936.git.lorenzo.bianconi@redhat.com
Headers show
Series configure mac address according to IP address | expand

Message

Lorenzo Bianconi Oct. 26, 2018, 4:25 p.m. UTC
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(-)

Comments

Ben Pfaff Nov. 6, 2018, 3:50 p.m. UTC | #1
On Fri, Oct 26, 2018 at 06:25:57PM +0200, Lorenzo Bianconi wrote:
> 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

Seems reasonable.  I applied this series to master.