Fix allowable Unix ports range 1024 - 65535 76/13176/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 27 Nov 2014 19:38:07 +0000 (14:38 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 1 Dec 2014 21:40:46 +0000 (16:40 -0500)
commit480adb443670715f74a7276dc381d5f5a06064e9
tree1deca9f0fc581f1d82095629c867602273f08aaa
parent3e3f54ed3ff69a24f663cf2d3b10e61c49c58ccd
Fix allowable Unix ports range 1024 - 65535

The well known ports / system ports are actually only in the range
between 0 - 1023. The port 1024 should be usable. Also now handles the
max allowable port of 65535.

Change-Id: I5ec944abfe40156467ac53b9f5731a0aa6776596
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/netconf/netconf-testtool/src/main/java/org/opendaylight/controller/netconf/test/tool/Main.java
opendaylight/netconf/netconf-testtool/src/main/java/org/opendaylight/controller/netconf/test/tool/NetconfDeviceSimulator.java