Explicitly enable IPv6 because on older systems xinetd only listens on IPv4 by default.
Signed-off-by: Simon Xu <[email protected]> --- testcases/network/xinetd/xinetd_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testcases/network/xinetd/xinetd_tests.sh b/testcases/network/xinetd/xinetd_tests.sh index 5024280..dac23a8 100755 --- a/testcases/network/xinetd/xinetd_tests.sh +++ b/testcases/network/xinetd/xinetd_tests.sh @@ -134,6 +134,7 @@ service telnet server = /usr/sbin/in.telnetd server_args = -n no_access = + flags = IPv6 } EOF RC=$? -- 1.8.4.2 ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
