Add ovsdbmonitor GUI tool by Andy Southgate, contributed by Citrix.
authorAndy Southgate <andy.southgate@citrix.com>
Tue, 11 May 2010 18:46:52 +0000 (11:46 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 13 May 2010 21:53:39 +0000 (14:53 -0700)
commit436f27dd880bd4e1e1d06ca2744c875b01b9e1c1
tree5d4d7fb0d3fd82944e10cdbcdc5a7410ad0f00da
parenta9633ada756ec15e1ed3dd9b503af3027dee3d10
Add ovsdbmonitor GUI tool by Andy Southgate, contributed by Citrix.

With Makefiles and Autoconfiscation by Ben Pfaff.

Signed-off-by: Thomas Lacroix <thomas.lacroix@citrix.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
34 files changed:
INSTALL.Linux
Makefile.am
README
configure.ac
m4/openvswitch.m4
ovsdb/automake.mk
ovsdb/ovsdbmonitor/.gitignore [new file with mode: 0644]
ovsdb/ovsdbmonitor/COPYING [new file with mode: 0644]
ovsdb/ovsdbmonitor/ConfigWindow.ui [new file with mode: 0644]
ovsdb/ovsdbmonitor/FlowWindow.ui [new file with mode: 0644]
ovsdb/ovsdbmonitor/HostWindow.ui [new file with mode: 0644]
ovsdb/ovsdbmonitor/LogWindow.ui [new file with mode: 0644]
ovsdb/ovsdbmonitor/MainWindow.ui [new file with mode: 0644]
ovsdb/ovsdbmonitor/OVEApp.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/OVECommonWindow.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/OVEConfig.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/OVEConfigWindow.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/OVEFetch.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/OVEFlowWindow.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/OVEHostWindow.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/OVELogWindow.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/OVELogger.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/OVEMainWindow.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/OVEStandard.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/OVEUtil.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/Ui_ConfigWindow.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/Ui_FlowWindow.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/Ui_HostWindow.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/Ui_LogWindow.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/Ui_MainWindow.py [new file with mode: 0644]
ovsdb/ovsdbmonitor/automake.mk [new file with mode: 0644]
ovsdb/ovsdbmonitor/ovsdbmonitor.in [new file with mode: 0755]
ovsdb/ovsdbmonitor/ovsdbmonitor.py.in [new file with mode: 0755]
ovsdb/ovsdbmonitor/qt4reactor.py [new file with mode: 0644]