Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Experimental support is added for the following features:

  • Clustering using the openflowpluginOpenFlow plugin-li plugin. The feature is odl-ovsdb-openstack-clusteraware.
  • Network Virtualization DLUX user interface. The feature is the odl-ovsdb-ui.

...

Some configuration is required due to application co-existence for the OpenFlow programming. The SFC project programs flows flow for the SFC overlay and NetVirt programs flows flow for the tenant overlay. Coexistence is achieved by each application owning a unique set of tables and providing a simple handoff between the tables.

First, configure NetVirt to use table 1 as it's starting table:

http://localhost:8181/restconf/config/netvirt-providers-config:netvirt-providers-config

{
    "netvirt-providers-config": {
        "table-offset": 1
    }
}

Next, configure SFC to start at table 150 and configure the table handoff. The configuration starts SFC at table 150 and sets the handoff to table 11 which is the NetVirt SFC classification table.

...

Yes, compatible with previous releases.

Deprecated, End of

...

Life, and/or Retired Features/APIs

The OVSDB Plugin compatibility layer and related ADSAL dependencies were deprecated in Lithium and removed in Beryllium.

...