Bug 674379 - [RFE] IPv6 support for qpid C++ messaging
Summary: [RFE] IPv6 support for qpid C++ messaging
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: 1.3
Hardware: All
OS: All
medium
medium
Target Milestone: 2.1.2
: ---
Assignee: Andrew Stitcher
QA Contact: Zdenek Kraus
URL:
Whiteboard:
Depends On:
Blocks: 754264 783492
TreeView+ depends on / blocked
 
Reported: 2011-02-01 16:37 UTC by Andrew Stitcher
Modified: 2012-04-30 17:53 UTC (History)
8 users (show)

Fixed In Version: qpid-cpp-mrg-0.14-3.el5
Doc Type: Enhancement
Doc Text:
This release introduces TCP/IPv6 support to the broker and C++ and python client libraries. There are the following known limitations to this support: SSL is not supported over TCPv6. Cluster connections that use literal IPv6 addresses will not work correctly.
Clone Of:
Environment:
Last Closed: 2012-04-30 17:53:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 802466 1 None None None 2021-01-20 06:05:38 UTC
Red Hat Product Errata RHSA-2012:0529 0 normal SHIPPED_LIVE Moderate: Red Hat Enterprise MRG Messaging 2.1 security and enhancement update 2012-04-30 21:48:25 UTC

Description Andrew Stitcher 2011-02-01 16:37:52 UTC
Description of problem:

Currently the qpid C++ libraries do not support running over IPv6 at all. Given the nearterm exhaustion of the IPv4 address space there will be increasing interest in running over IPv6, so we should make qpid work with IPv6.

Comment 1 Andrew Stitcher 2011-10-07 19:53:55 UTC
The work to enable IPv6 connections has been done upstream and should be available for C++/Python implementations from qpid 0.14

The caveats to this: SSL currently doesn't work over IPv6, The state of the java client is unknown - it will probably make connections over IPv6, but the reconnect logic may not be correct and it will currently not parse IPv6 literal addresses.

The windows c++ port should also work with IPv6.

Comment 5 Petra Svobodová 2012-02-07 10:24:39 UTC
C++ and C# clients on Windows support IPv6 addressing; tested on packages qpid-cpp-win-2.2.0.1-1.

Python clients and qpid-tools on Windows do not support IPv6 addressing yet; see https://bugzilla.redhat.com/show_bug.cgi?id=788040

Comment 6 Zdenek Kraus 2012-02-14 21:02:51 UTC
There are some issues, that we discovered with IPv6 functionality. Please check out Bug 790571 Bug 790570 Bug 790565 Bug 790562 Bug 790004 Bug 785195 and set/unset depends on as appropriate to pass this functionality.

Comment 7 Justin Ross 2012-03-12 16:00:10 UTC
https://bugzilla.redhat.com/show_bug.cgi?id=802466

See above for cluster related issues.

Comment 8 Andrew Stitcher 2012-03-12 18:45:52 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
This release introduces TCP/IPv6 support to the broker and C++ client and python client libraries.

There are the following known limitations to this support:

SSL is not supported over TCPv6.
Cluster connections that use literal IPv6 addresses will not work correctly.

Comment 9 Andrew Stitcher 2012-03-12 18:46:22 UTC
    Technical note updated. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    Diffed Contents:
@@ -1,4 +1,4 @@
-This release introduces TCP/IPv6 support to the broker and C++ client and python client libraries.
+This release introduces TCP/IPv6 support to the broker and C++ and python client libraries.
 
 There are the following known limitations to this support:

Comment 10 Zdenek Kraus 2012-03-16 14:49:12 UTC
Testing packages:
python-qpid-0.14-3.el5
python-qpid-qmf-0.14-3.el5
qpid-cpp-client-0.14-10.el5
qpid-cpp-client-devel-0.14-10.el5
qpid-cpp-client-devel-docs-0.14-10.el5
qpid-cpp-client-ssl-0.14-10.el5
qpid-cpp-server-0.14-10.el5
qpid-cpp-server-cluster-0.14-10.el5
qpid-cpp-server-devel-0.14-10.el5
qpid-cpp-server-ssl-0.14-10.el5
qpid-cpp-server-store-0.14-10.el5
qpid-cpp-server-xml-0.14-10.el5
qpid-java-client-0.14-3.el5
qpid-java-common-0.14-3.el5
qpid-java-example-0.14-3.el5
qpid-qmf-0.14-3.el5
qpid-qmf-devel-0.14-3.el5
qpid-tools-0.14-1.el5

python-qpid-0.14-1.el6.noarch
python-qpid-qmf-0.14-4.el6.x86_64
qpid-cpp-client-0.14-10.el6.x86_64
qpid-cpp-client-devel-0.14-10.el6.x86_64
qpid-cpp-client-devel-docs-0.14-10.el6.noarch
qpid-cpp-client-ssl-0.14-10.el6.x86_64
qpid-cpp-server-0.14-10.el6.x86_64
qpid-cpp-server-cluster-0.14-10.el6.x86_64
qpid-cpp-server-devel-0.14-10.el6.x86_64
qpid-cpp-server-ssl-0.14-10.el6.x86_64
qpid-cpp-server-store-0.14-10.el6.x86_64
qpid-cpp-server-xml-0.14-10.el6.x86_64
qpid-java-client-0.14-3.el6.noarch
qpid-java-common-0.14-3.el6.noarch
qpid-java-example-0.14-3.el6.noarch
qpid-qmf-0.14-4.el6.x86_64
qpid-qmf-debuginfo-0.12-6.el6.x86_64
qpid-tests-0.12-1.el6.noarch
qpid-tools-0.12-2.el6.noarch
ruby-qpid-0.7.946106-2.el6.x86_64

tested on RHEL 5.8, 6.2 & i386, x86_64

-> VERIFIED

Note that there is still some existing issues (see comment #7)

Comment 11 errata-xmlrpc 2012-04-30 17:53:36 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHSA-2012-0529.html


Note You need to log in before you can comment on or make changes to this bug.