[ovs-dev] [PATCH v2 0/2] python/ovs: add tcp socket support

Isaku Yamahata yamahata at valinux.co.jp
Thu Sep 27 09:28:06 UTC 2012


This patch series add tcp socket support to python ovs binding in addition
to unix socket.

Changes v1 -> v2:
- unit test

Isaku Yamahata (2):
  python/ovs/socket_util: add tcp related helper functions which will
    be used by tcp
  python/ovs/stream: teach stream.py tcp socket

 python/ovs/socket_util.py |   42 +++++++++++++++++++++++++++++
 python/ovs/stream.py      |   66 ++++++++++++++++++++++++++++++++++++++-------
 tests/ovsdb-idl.at        |   22 ++++++++++++++-
 3 files changed, 119 insertions(+), 11 deletions(-)

-- 
1.7.10.4




More information about the dev mailing list