Bug 5480 - bfd not supported by SB plugin 62/36062/2
authorVishal Thapar <vishal.thapar@ericsson.com>
Wed, 9 Mar 2016 18:00:06 +0000 (23:30 +0530)
committerVishal Thapar <vishal.thapar@ericsson.com>
Thu, 10 Mar 2016 19:15:33 +0000 (00:45 +0530)
commit36cf00957d29ccd1b57ca4fc7b2b28d0019cfeab
tree1ec76128b1157fcd49e3ef851ffd56338bd49617
parent2fa79e365aeb7d18f7aa021e196f1599b7258cc8
Bug 5480 - bfd not supported by SB plugin

Schema definition for it is present in library but definition in
ovsdb.yang and relevant code is missing.

This fix adds yang model and related code for bfd cofiguration and status.

Change-Id: I171478949079a4c39d8de9f0f7fb2bfcfb53e8b5
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
southbound/southbound-api/src/main/yang/ovsdb.yang
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/TerminationPointCreateCommand.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/TerminationPointUpdateCommand.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbPortUpdateCommand.java
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbPortUpdateCommandTest.java