Hi Srini,
First of all thank you very much for trying Maestro! About this issue,
have you tried Maestro within the virtual machine environment, does it
work there?
To my knowledge, Maestro should be able to listen for IPv4
connections, and I am not sure right now whether it can support IPv6
because I haven't done so yet. So this issue might be related to
IPv6... What operating system are you using? How about you try some
other port number? What if you disable the IPv6 on your machine?
On my machine when I do "netstat -an | grep 7000", it is:
tcp 0 0
0.0.0.0:7000 0.0.0.0:*
LISTEN
The creation of the listen socket is done in line 197-203 in "driver/
openflow.java". Hope knowing the source code of this would help.
Best,
-Zheng