Hi, Currently OpenOCD listens for telnet, GDB and RPC only on IPv4. Of course, that's uncool to say the least.
The easiest way would be to use AF_INET6 and that would allow both IPv6 and IPv4 connections transparently on all common systems except OpenBSD (and w2k, w2k3, wxp). So on those systems where "IPv4-mapped IPv6 addresses" are not supported (or disabled by system administrators) OpenOCD would need to create two separate sockets to provide IPv4 connectivity too. I wonder if it would be ok if OpenOCD would listen only on IPv6 on those affected systems? -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:[email protected] ------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
