public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP]  [PATCH] xinetd_tests.sh: explicitly enable IPv6
@ 2013-12-11  2:44 Simon Xu
  2013-12-25  1:43 ` Simon Xu
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Xu @ 2013-12-11  2:44 UTC (permalink / raw)
  To: ltp-list

Explicitly enable IPv6 because on older systems xinetd only listens
on IPv4 by default.

Signed-off-by: Simon Xu <xu.simon@oracle.com>
---
 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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [LTP] [PATCH] xinetd_tests.sh: explicitly enable IPv6
  2013-12-11  2:44 [LTP] [PATCH] xinetd_tests.sh: explicitly enable IPv6 Simon Xu
@ 2013-12-25  1:43 ` Simon Xu
  2014-01-21  1:43   ` Simon Xu
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Xu @ 2013-12-25  1:43 UTC (permalink / raw)
  To: ltp-list

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 <xu.simon@oracle.com>
> ---
>   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=$?


------------------------------------------------------------------------------
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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LTP] [PATCH] xinetd_tests.sh: explicitly enable IPv6
  2013-12-25  1:43 ` Simon Xu
@ 2014-01-21  1:43   ` Simon Xu
  2014-01-30 10:55     ` Jan Stancek
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Xu @ 2014-01-21  1:43 UTC (permalink / raw)
  To: ltp-list

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 <xu.simon@oracle.com>
>> ---
>>    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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LTP] [PATCH] xinetd_tests.sh: explicitly enable IPv6
  2014-01-21  1:43   ` Simon Xu
@ 2014-01-30 10:55     ` Jan Stancek
  2014-02-10 17:10       ` chrubis
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Stancek @ 2014-01-30 10:55 UTC (permalink / raw)
  To: Simon Xu; +Cc: ltp-list





----- Original Message -----
> From: "Simon Xu" <xu.simon@oracle.com>
> To: ltp-list@lists.sourceforge.net
> Sent: Tuesday, 21 January, 2014 2:43:22 AM
> Subject: Re: [LTP] [PATCH] xinetd_tests.sh: explicitly enable IPv6
> 
> 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 <xu.simon@oracle.com>

Hi,

Looks good to me. According to [1] it's supported since around 1.8.9,
which appears to be older than anything I could find in RHEL distros.

Reviewed-by: Jan Stancek <jstancek@redhat.com>

[1] http://www.tldp.org/HOWTO/Linux%2BIPv6-HOWTO/hints-daemons-xinetd.html

Regards,
Jan

> >> ---
> >>    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
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list
> 

------------------------------------------------------------------------------
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
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LTP] [PATCH] xinetd_tests.sh: explicitly enable IPv6
  2014-01-30 10:55     ` Jan Stancek
@ 2014-02-10 17:10       ` chrubis
  0 siblings, 0 replies; 5+ messages in thread
From: chrubis @ 2014-02-10 17:10 UTC (permalink / raw)
  To: Jan Stancek; +Cc: ltp-list

Hi!
> Looks good to me. According to [1] it's supported since around 1.8.9,
> which appears to be older than anything I could find in RHEL distros.
> 
> Reviewed-by: Jan Stancek <jstancek@redhat.com>
> 
> [1] http://www.tldp.org/HOWTO/Linux%2BIPv6-HOWTO/hints-daemons-xinetd.html


Pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
Android&trade; apps run on BlackBerry&reg;10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-10 17:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-11  2:44 [LTP] [PATCH] xinetd_tests.sh: explicitly enable IPv6 Simon Xu
2013-12-25  1:43 ` Simon Xu
2014-01-21  1:43   ` Simon Xu
2014-01-30 10:55     ` Jan Stancek
2014-02-10 17:10       ` chrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox