[ovs-git] [openvswitch/ovs] 7e0d3e: ovn: Add bridge mappings to ovn-controller.

GitHub noreply at github.com
Tue Sep 1 18:10:35 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 7e0d3eed9d6856de79a02de963d06b1a4af99f25
      https://github.com/openvswitch/ovs/commit/7e0d3eed9d6856de79a02de963d06b1a4af99f25
  Author: Russell Bryant <rbryant at redhat.com>
  Date:   2015-09-01 (Tue, 01 Sep 2015)

  Changed paths:
    M ovn/controller/ovn-controller.8.xml
    M ovn/controller/ovn-controller.c

  Log Message:
  -----------
  ovn: Add bridge mappings to ovn-controller.

Add a new OVN configuration entry in the Open_vSwitch database called
"ovn-bridge-mappings".  This allows the configuration of mappings
between a physical network name and an OVS bridge that provides
connectivity to that network.

For example, if you wanted to configure "physnet1" to map to "br-eth0"
and "physnet2" to map to "br-eth1", the configuration would be:

  $ ovs-vsctl set open . \
  > external-ids:ovn-bridge-mappings=physnet1:br-eth0,physnet2:br-eth1

Patch ports between these bridges and the integration bridge are
automatically created and also removed if necessary when the
configuration changes.

Signed-off-by: Russell Bryant <rbryant at redhat.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list