Could anyone help to review this? Thanks Simon
On 2013/12/25 9:43, Simon Xu wrote: > Could anyone help to review this? > > Thanks > Simon > > On 2013/12/11 10:44, Simon Xu wrote: >> 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=$? ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
