Bug 6506: Add bridge stp_enble to ovsdb.yang 25/44225/3
authorPeng Zhang <pzhang@ctbri.com.cn>
Thu, 18 Aug 2016 03:10:55 +0000 (11:10 +0800)
committerPeng Zhang <pzhang@ctbri.com.cn>
Tue, 23 Aug 2016 03:06:04 +0000 (11:06 +0800)
commit87414c3b56024a9f72d1169447cd5cc7e1aeddf5
treee921cb55fdf128bac8e11fda9f64405f29fdad83
parentfc22e38197625c8888bc4cc1a61f46ff9ffa906f
Bug 6506: Add bridge stp_enble to ovsdb.yang

We can use command "ovs-vsctl" to enbale spanning tree protocol on a bridge,
e.g., "ovs-vsctl set Bridge br0 stp_enable=true". But there is missing the
stp_enble in ovsdb.yang.

Change-Id: Ied5c093fb739f220fe673c80cd74cf84be7e0c0b
Signed-off-by: Peng Zhang <pzhang@ctbri.com.cn>
southbound/southbound-api/src/main/yang/ovsdb.yang
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/BridgeUpdateCommand.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbBridgeUpdateCommand.java