zhoujian2030 / jdiameter

Automatically exported from code.google.com/p/jdiameter
0 stars 0 forks source link

Support for more local interfaces #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Stack should be able to bind to more than one IP.

Original issue reported on code.google.com by baran...@gmail.com on 3 Aug 2013 at 11:02

GoogleCodeExporter commented 9 years ago
Alex: https://code.google.com/r/baranowb-jdiameter/source/browse?name=ISSUE_46

Original comment by baran...@gmail.com on 3 Aug 2013 at 12:47

GoogleCodeExporter commented 9 years ago
This issue was updated by revision f5b6d5e0f729.

Committed changes to support the multiple interfaces.
It can be used in configuration as:
...
<URI value="aaa://client1.mobicents.org" />
<IPAddresses>
    <IPAddress value="192.168.1.123" />
    <IPAddress value="192.168.10.98" />
    <IPAddress value="127.0.0.1" />
</IPAddresses>
...

Tests to follow.

Original comment by brainslog on 10 Jul 2014 at 2:27

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 3c7e7345b46b.

Tests committed. Issue resolved.

Original comment by brainslog on 31 Jul 2014 at 1:04