Bug 3831 - add stt interface type to model
authorEric Multanen <eric.w.multanen@intel.com>
Mon, 22 Jun 2015 15:47:17 +0000 (08:47 -0700)
committerEric Multanen <eric.w.multanen@intel.com>
Mon, 22 Jun 2015 15:47:17 +0000 (08:47 -0700)
commit9deb4ba520d8c736104b5c1cacac3fd47831ef67
tree55cfa7ee4b5dfb822ada9007b008df1bb2becf43
parent06dbcc456625b3289e800dc90d0d86590b977482
Bug 3831 - add stt interface type to model

On a build from openvswitch master branch, there was an
interface type 'stt' which was not included in the ovsdb.yang
model for the southbound MD-SAL.  When an OVSDB connection
was made to this OVS node, the operational md-sal failed
to populate.

Adding the 'stt' interface type to the model is a quick
fix.  A better fix would ignore types not present in the model.

Change-Id: Idf259998f73d43be587d19de73794a174d4d81d3
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>