LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: How to install patch

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: How to install patch
From: Horms <horms@xxxxxxxxxxxx>
Date: Tue, 30 Aug 2005 13:26:10 +0900
On Mon, Aug 29, 2005 at 09:52:09AM -0400, Brad Taylor wrote:
> How do I check if it is in my current kernel?  And if it is how is it
> turned on?  Thanks.

If /proc/sys/net/ipv4/vs/expire_quiescent_template exists you
have the feature. And you can enable it by running

echo 1 > /proc/sys/net/ipv4/vs/expire_quiescent_template

And disable it by running 

echo 0 > /proc/sys/net/ipv4/vs/expire_quiescent_template

And examine its status by running

cat /proc/sys/net/ipv4/vs/expire_quiescent_template


If you want to set it, and have the setting persistant
across reboots, I recommend trying sysctl(8)

Ref: http://article.gmane.org/gmane.linux.network/18906

-- 
Horms -> top-posting sux

<Prev in Thread] Current Thread [Next in Thread>