Added support for bridge other-config. 47/18047/2
authorSharad Mishra <sharad.d.mishra@intel.com>
Thu, 9 Apr 2015 07:37:23 +0000 (00:37 -0700)
committerSharad Mishra <sharad.d.mishra@intel.com>
Thu, 9 Apr 2015 09:37:26 +0000 (02:37 -0700)
commit4976366bf25f30fe6836f105fbd5e54c7e7a6b2a
tree573413fc2e200f3e7717675e758cf0a27fb8bb5a
parent5225cb35d2dfeb73af6474343397871ee3183960
Added support for bridge other-config.

This patch will Create/update other-config to bridges.
To add other-config in bridge, run the following commands -

sudo ovs-vsctl -- set Bridge br0 other_config:enable-input=false

This assumes a bridge exists with name br0
other-config is a key/value pair, and AFAIK, it can be any random key/value.
To update/modify other config, just supply a new value like -

sudo ovs-vsctl -- set Bridge br0 other_config:enable-input=yes

Change-Id: I4cafe9b8c74f752d951ea073b0a9766721452b6d
Signed-off-by: Sharad Mishra <sharad.d.mishra@intel.com>
southbound/southbound-api/src/main/yang/ovsdb.yang
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbBridgeUpdateCommand.java