]> git.proxmox.com Git - ovs.git/commit
OVN: introduce mac_prefix support to IPAM
authorLorenzo Bianconi <lorenzo.bianconi@redhat.com>
Fri, 26 Oct 2018 16:20:44 +0000 (18:20 +0200)
committerBen Pfaff <blp@ovn.org>
Tue, 6 Nov 2018 15:35:47 +0000 (07:35 -0800)
commit282e53576530faab217c61b6eb7e0f5a49da0ce2
tree590f0f8882a2f76415dac120d22445462a0446c0
parent2345de01f848e13c67edc6dad0b05cb1b83164ec
OVN: introduce mac_prefix support to IPAM

Add the possibility to specify a given mac address prefix for
dynamically generated mac address. Mac address prefix can be
specified in nbdb NB_Global table, options:mac_prefix=<mac_prefix>
This patch fix a possible issue of L2 address duplication if
multiple OVN deployments share a single broadcast domain

Acked-by: Mark Michelson <mmichels@redhat.com>
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ovn/northd/ovn-northd.c
ovn/ovn-nb.xml
tests/ovn.at