Adding rest of the Open_vSwitch schema typed tables. 56/8156/1
authorMadhu Venugopal <mavenugo@gmail.com>
Thu, 19 Jun 2014 17:08:28 +0000 (10:08 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Thu, 19 Jun 2014 17:08:28 +0000 (10:08 -0700)
commit2736095c221be8879d6a85d180e814299289cdb6
tree7166d8579ae5023b9fc018e8aa6f38916b491a55
parent1ccf1d960fe163b7a6eab2adeb6f11bf682866bf
Adding rest of the Open_vSwitch schema typed tables.

Please note that these contain exactly the same column definitions as in the existing plugin.
We need to spend time filling up all the missing columns.

Also IT is not included for these Typed Interfaces. They will follow soon.

Change-Id: I28078aca9464073e2e2bdd1ea659552b86caf97c
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
14 files changed:
schemas/Open_vSwitch/src/main/java/org/opendaylight/ovsdb/schema/openvswitch/Capability.java [new file with mode: 0644]
schemas/Open_vSwitch/src/main/java/org/opendaylight/ovsdb/schema/openvswitch/Controller.java [new file with mode: 0644]
schemas/Open_vSwitch/src/main/java/org/opendaylight/ovsdb/schema/openvswitch/FlowSampleCollectorSet.java [new file with mode: 0644]
schemas/Open_vSwitch/src/main/java/org/opendaylight/ovsdb/schema/openvswitch/FlowTable.java [new file with mode: 0644]
schemas/Open_vSwitch/src/main/java/org/opendaylight/ovsdb/schema/openvswitch/IPFIX.java [new file with mode: 0644]
schemas/Open_vSwitch/src/main/java/org/opendaylight/ovsdb/schema/openvswitch/Interface.java [new file with mode: 0644]
schemas/Open_vSwitch/src/main/java/org/opendaylight/ovsdb/schema/openvswitch/Manager.java [new file with mode: 0644]
schemas/Open_vSwitch/src/main/java/org/opendaylight/ovsdb/schema/openvswitch/Mirror.java [new file with mode: 0644]
schemas/Open_vSwitch/src/main/java/org/opendaylight/ovsdb/schema/openvswitch/NetFlow.java [new file with mode: 0644]
schemas/Open_vSwitch/src/main/java/org/opendaylight/ovsdb/schema/openvswitch/Port.java [new file with mode: 0644]
schemas/Open_vSwitch/src/main/java/org/opendaylight/ovsdb/schema/openvswitch/Qos.java [new file with mode: 0644]
schemas/Open_vSwitch/src/main/java/org/opendaylight/ovsdb/schema/openvswitch/Queue.java [new file with mode: 0644]
schemas/Open_vSwitch/src/main/java/org/opendaylight/ovsdb/schema/openvswitch/SFlow.java [new file with mode: 0644]
schemas/Open_vSwitch/src/main/java/org/opendaylight/ovsdb/schema/openvswitch/SSL.java [new file with mode: 0644]