[ovs-git] [openvswitch/ovs] de0c1c: OVN: add the possibility to configure a static IPv...

Lorenzo Bianconi noreply at github.com
Tue Apr 16 20:54:25 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: de0c1c32254fa7a719ce18acbce576b685f6dd38
      https://github.com/openvswitch/ovs/commit/de0c1c32254fa7a719ce18acbce576b685f6dd38
  Author: Lorenzo Bianconi <lorenzo.bianconi at redhat.com>
  Date:   2019-04-16 (Tue, 16 Apr 2019)

  Changed paths:
    M NEWS
    M ovn/lib/ovn-util.c
    M ovn/northd/ovn-northd.c
    M ovn/ovn-nb.xml
    M ovn/utilities/ovn-nbctl.c
    M tests/ovn.at

  Log Message:
  -----------
  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 at redhat.com>
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list