]> git.proxmox.com Git - mirror_ovs.git/commit - NEWS
ovn-northd: support IPAM with externally specified MAC
authorLance Richardson <lrichard@redhat.com>
Thu, 6 Oct 2016 19:58:51 +0000 (15:58 -0400)
committerBen Pfaff <blp@ovn.org>
Thu, 6 Oct 2016 20:47:22 +0000 (13:47 -0700)
commit6374d5185d877e29eb32edc8a1bb34099b1b2bbf
tree55fa77fe14c423ba4eb04c4e24d3d75aeb34a36b
parent13c0048ecb9239d69cb4fc5788493d0f970c44a9
ovn-northd: support IPAM with externally specified MAC

The current IPAM implementation allocates both a MAC address and
an IPv4 address when dynamic address allocation is requested. This
patch adds the ability to specify a fixed MAC address for use with
dynamic IPv4 address allocation.

Example:
   ovn-nbctl lsp-set-addresses p1 "00:01:02:03:04:05 dynamic"

Acked-by: Ben Pfaff <blp@ovn.org>
Acked-by: Russell Bryant <russell@ovn.org>
Signed-off-by: Lance Richardson <lrichard@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
NEWS
ovn/lib/ovn-util.c
ovn/lib/ovn-util.h
ovn/northd/ovn-northd.c
ovn/ovn-nb.xml
tests/ovn.at