]> git.proxmox.com Git - mirror_ovs.git/commit - NEWS
OVN: add static IP support to IPAM
authorLorenzo Bianconi <lorenzo.bianconi@redhat.com>
Fri, 28 Dec 2018 17:38:47 +0000 (18:38 +0100)
committerBen Pfaff <blp@ovn.org>
Fri, 28 Dec 2018 18:03:38 +0000 (10:03 -0800)
commite46b70205e25412d31edec28742210d77a8543a8
treef937ab082de3917c7f4bfe123d7891c1be6d2be9
parent10b9890f33bf9dd483ccfc612e0e5b677268a5ca
OVN: add static IP support to IPAM

Add the capability to IPAM/MACAM framework to specify a static ip address
and get the L2 one allocated dynamically using the following syntax:

$ovn-nbctl lsp-set-addresses <port> "dynamic <IP>"

The static ip address needs to belong to the subnet configured for the
logical switch

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
NEWS
ovn/lib/ovn-util.c
ovn/northd/ovn-northd.c
ovn/utilities/ovn-nbctl.c
tests/ovn.at