Add OVS_DATAPATH_TYPE in portbindings constants

Added OVS_DATAPATH_TYPE constant in portbindings. This parameter will
be added to OVS backend VIF_DETAILS. This string parameter is used to
define if the bridge uses kernel or userspace datapath.

Change-Id: Ie523c821995c046c7f77783a34e75053fc0abb3d
Related-Bug: #1632372
This commit is contained in:
Rodolfo Alonso Hernandez
2017-06-14 16:06:56 +01:00
parent 1401560a67
commit 70524bb62f

View File

@@ -52,6 +52,10 @@ VIF_DETAILS_MACVTAP_MODE = 'macvtap_mode'
VIF_DETAILS_PHYSICAL_INTERFACE = 'physical_interface'
VIF_DETAILS_BRIDGE_NAME = 'bridge_name'
# OVS bridge datapath type: String value used to define if the bridge uses
# kernel or userspace datapath.
OVS_DATAPATH_TYPE = 'datapath_type'
# The keys below are used in the VIF_DETAILS attribute to convey
# information related to the configuration of the vhost-user VIF driver.