Den 2014-01-31 18:30, skrev Paul Fertser: > 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?
There are probably tons of howtos that uses 127.0.0.1, so that will break windows port. So without knowing anything about the source code here, we should probably use two sockets, atleast for the platforms that does not support ipv4 mapped into ipv6. Stian ------------------------------------------------------------------------------ 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
