]> git.proxmox.com Git - mirror_ovs.git/commit - NEWS
OVN: add the possibility to configure a static IPv4/IPv6 address and dynamic MAC
authorLorenzo Bianconi <lorenzo.bianconi@redhat.com>
Fri, 29 Mar 2019 15:58:57 +0000 (16:58 +0100)
committerBen Pfaff <blp@ovn.org>
Tue, 16 Apr 2019 20:48:04 +0000 (13:48 -0700)
commitde0c1c32254fa7a719ce18acbce576b685f6dd38
treeb12d5c7b534aca817b08a2fcfc914145fc1aa770
parentc61a85f6c3fc22888ce73142a5aaa3f5ade83678
OVN: add the possibility to configure a static IPv4/IPv6 address and dynamic MAC

Add the possibility to configure a static IPv4 and/or IPv6 address
and get MAC address dynamically allocated. This can be done using the
following commands:

$ovn-nbctl ls-add sw0
$ovn-nbctl set Logical-Switch sw0 other_config:subnet=192.168.0.0/24
$ovn-nbctl set Logical-switch sw0 other_config:ipv6_prefix=2001::0
$ovn-nbctl lsp-add sw0 lsp0 -- lsp-set-addresses lsp0 "dynamic 192.168.0.1 2001::1"

Acked-by: Mark Michelson <mmichels@redhat.com>
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/ovn-nb.xml
ovn/utilities/ovn-nbctl.c
tests/ovn.at