[ovs-git] [openvswitch/ovs] 95a9a2: ovn: Add logical port 'enabled' state.

GitHub noreply at github.com
Thu Jun 25 00:29:08 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 95a9a275ccaefc02848fdbbe2fe726812b23a838
      https://github.com/openvswitch/ovs/commit/95a9a275ccaefc02848fdbbe2fe726812b23a838
  Author: Russell Bryant <rbryant at redhat.com>
  Date:   2015-06-24 (Wed, 24 Jun 2015)

  Changed paths:
    M ovn/northd/ovn-northd.c
    M ovn/ovn-nb.ovsschema
    M ovn/ovn-nb.xml

  Log Message:
  -----------
  ovn: Add logical port 'enabled' state.

This patch adds a new column to the Logical_Port table of the
OVN_Northbound database called 'enabled'.  The purpose is to allow a
port to be administratively enabled or disabled.  It is sometimes
useful to keep a port and its related configuration, but temporarily
disable it, which means no traffic is allowed in or out of the port.

The implementation is fairly non-invasive as it only required minor
changes to the logical pipeline.

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