[ovs-git] Open vSwitch: Add ovsdbmonitor GUI tool by Andy Southgate, contributed by Citrix. (master)

dev at openvswitch.org dev at openvswitch.org
Thu May 13 22:16:06 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  436f27dd880bd4e1e1d06ca2744c875b01b9e1c1 (commit)
      from  a9633ada756ec15e1ed3dd9b503af3027dee3d10 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 436f27dd880bd4e1e1d06ca2744c875b01b9e1c1
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=436f27dd880bd4e1e1d06ca2744c875b01b9e1c1
Author: Andy Southgate <andy.southgate at citrix.com>
		
Add ovsdbmonitor GUI tool by Andy Southgate, contributed by Citrix.
		
With Makefiles and Autoconfiscation by Ben Pfaff.

Signed-off-by: Thomas Lacroix <thomas.lacroix at citrix.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 INSTALL.Linux                         |   21 ++
 Makefile.am                           |    1 +
 README                                |    3 +
 configure.ac                          |    4 +
 m4/openvswitch.m4                     |   57 +++++
 ovsdb/automake.mk                     |    2 +
 ovsdb/ovsdbmonitor/.gitignore         |    1 +
 ovsdb/ovsdbmonitor/COPYING            |   13 +
 ovsdb/ovsdbmonitor/ConfigWindow.ui    |  185 ++++++++++++++++
 ovsdb/ovsdbmonitor/FlowWindow.ui      |  216 ++++++++++++++++++
 ovsdb/ovsdbmonitor/HostWindow.ui      |  145 ++++++++++++
 ovsdb/ovsdbmonitor/LogWindow.ui       |   71 ++++++
 ovsdb/ovsdbmonitor/MainWindow.ui      |  233 ++++++++++++++++++++
 ovsdb/ovsdbmonitor/OVEApp.py          |  105 +++++++++
 ovsdb/ovsdbmonitor/OVECommonWindow.py |  221 +++++++++++++++++++
 ovsdb/ovsdbmonitor/OVEConfig.py       |   85 +++++++
 ovsdb/ovsdbmonitor/OVEConfigWindow.py |  127 +++++++++++
 ovsdb/ovsdbmonitor/OVEFetch.py        |  386 +++++++++++++++++++++++++++++++++
 ovsdb/ovsdbmonitor/OVEFlowWindow.py   |  325 +++++++++++++++++++++++++++
 ovsdb/ovsdbmonitor/OVEHostWindow.py   |   54 +++++
 ovsdb/ovsdbmonitor/OVELogWindow.py    |   64 ++++++
 ovsdb/ovsdbmonitor/OVELogger.py       |   45 ++++
 ovsdb/ovsdbmonitor/OVEMainWindow.py   |  138 ++++++++++++
 ovsdb/ovsdbmonitor/OVEStandard.py     |   41 ++++
 ovsdb/ovsdbmonitor/OVEUtil.py         |  139 ++++++++++++
 ovsdb/ovsdbmonitor/Ui_ConfigWindow.py |  106 +++++++++
 ovsdb/ovsdbmonitor/Ui_FlowWindow.py   |  136 ++++++++++++
 ovsdb/ovsdbmonitor/Ui_HostWindow.py   |   75 +++++++
 ovsdb/ovsdbmonitor/Ui_LogWindow.py    |   42 ++++
 ovsdb/ovsdbmonitor/Ui_MainWindow.py   |  207 ++++++++++++++++++
 ovsdb/ovsdbmonitor/automake.mk        |   48 ++++
 ovsdb/ovsdbmonitor/ovsdbmonitor.in    |   39 ++++
 ovsdb/ovsdbmonitor/ovsdbmonitor.py.in |   37 +++
 ovsdb/ovsdbmonitor/qt4reactor.py      |  331 ++++++++++++++++++++++++++++
 34 files changed, 3703 insertions(+), 0 deletions(-)
 create mode 100644 ovsdb/ovsdbmonitor/.gitignore
 create mode 100644 ovsdb/ovsdbmonitor/COPYING
 create mode 100644 ovsdb/ovsdbmonitor/ConfigWindow.ui
 create mode 100644 ovsdb/ovsdbmonitor/FlowWindow.ui
 create mode 100644 ovsdb/ovsdbmonitor/HostWindow.ui
 create mode 100644 ovsdb/ovsdbmonitor/LogWindow.ui
 create mode 100644 ovsdb/ovsdbmonitor/MainWindow.ui
 create mode 100644 ovsdb/ovsdbmonitor/OVEApp.py
 create mode 100644 ovsdb/ovsdbmonitor/OVECommonWindow.py
 create mode 100644 ovsdb/ovsdbmonitor/OVEConfig.py
 create mode 100644 ovsdb/ovsdbmonitor/OVEConfigWindow.py
 create mode 100644 ovsdb/ovsdbmonitor/OVEFetch.py
 create mode 100644 ovsdb/ovsdbmonitor/OVEFlowWindow.py
 create mode 100644 ovsdb/ovsdbmonitor/OVEHostWindow.py
 create mode 100644 ovsdb/ovsdbmonitor/OVELogWindow.py
 create mode 100644 ovsdb/ovsdbmonitor/OVELogger.py
 create mode 100644 ovsdb/ovsdbmonitor/OVEMainWindow.py
 create mode 100644 ovsdb/ovsdbmonitor/OVEStandard.py
 create mode 100644 ovsdb/ovsdbmonitor/OVEUtil.py
 create mode 100644 ovsdb/ovsdbmonitor/Ui_ConfigWindow.py
 create mode 100644 ovsdb/ovsdbmonitor/Ui_FlowWindow.py
 create mode 100644 ovsdb/ovsdbmonitor/Ui_HostWindow.py
 create mode 100644 ovsdb/ovsdbmonitor/Ui_LogWindow.py
 create mode 100644 ovsdb/ovsdbmonitor/Ui_MainWindow.py
 create mode 100644 ovsdb/ovsdbmonitor/automake.mk
 create mode 100755 ovsdb/ovsdbmonitor/ovsdbmonitor.in
 create mode 100755 ovsdb/ovsdbmonitor/ovsdbmonitor.py.in
 create mode 100644 ovsdb/ovsdbmonitor/qt4reactor.py


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list