Bug 7999 Adding Logical_Router table support 24/53324/10
authorTomer Pearl <tomer.pearl@hpe.com>
Wed, 15 Mar 2017 10:07:02 +0000 (12:07 +0200)
committerAnil Vishnoi <vishnoianil@gmail.com>
Fri, 19 May 2017 08:38:21 +0000 (08:38 +0000)
commit3625e8a90a533fd10132846ef90a8ef6f6d7534d
tree95bcf715aeba9eb722c32be3231577abed94dd27
parentacabecad7c8ccd16e4f0c6c33bc18c641013f213
Bug 7999 Adding Logical_Router table support

This patch adding support for using the Logical_Router table
in HWVTEP schema.

This addes data flow in (Config-Datastore -> Device) path and
(Device -> Operational-Datastore) path.

Change-Id: I3589f9b7076209c6168e698671cee8186501d3e9
Signed-off-by: Tomer Pearl <tomer.pearl@hpe.com>
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepSouthboundConstants.java
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepSouthboundMapper.java
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/transact/HwvtepOperationalState.java
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/transact/LogicalRouterRemoveCommand.java [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/transact/LogicalRouterUpdateCommand.java [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/transact/TransactCommandAggregator.java
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/transact/TransactUtils.java
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/transactions/md/HwvtepLogicalRouterRemoveCommand.java [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/transactions/md/HwvtepLogicalRouterUpdateCommand.java [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/transactions/md/HwvtepOperationalCommandAggregator.java
schemas/hardwarevtep/src/main/java/org/opendaylight/ovsdb/schema/hardwarevtep/LogicalRouter.java