Fix allowable Unix ports range 1024 - 65535
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)
commit78498cffa54f568090f4a11aea95ba03dacc13a8
tree56e26057fad82985f6d4cfc02177020fb7b1c695
parentb5141b561c671f6b8cf7e73e6fefe038e0d2032e
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