LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: [RFC][PATCH-2.4] fix previous threshold limitation andaddnon-linear

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: [RFC][PATCH-2.4] fix previous threshold limitation andaddnon-linear connection counter
From: Roberto Nibali <ratz@xxxxxxxxxxxx>
Date: Sun, 05 Feb 2006 22:28:53 +0100
Please discuss if you find time ;).

Patch is broken and incomplete. A patch fixing this is hanging in the LVS mailing list queue :(.

@@ -1474,6 +1489,12 @@
         {NET_IPV4_VS_NAT_ICMP_SEND, "nat_icmp_send",
          &sysctl_ip_vs_nat_icmp_send, sizeof(int), 0644, NULL,
          &proc_dointvec},
+        {NET_IPV4_VS_NAT_ICMP_SEND, "threshold_factor",
+         &sysctl_ip_vs_threshold_factor, sizeof(int), 0644, NULL,
+         &proc_dointvec},
+        {NET_IPV4_VS_NAT_ICMP_SEND, "enable_threshold_factor",
+         &sysctl_ip_vs_enable_threshold_factor, sizeof(int), 0644, NULL,
+         &proc_dointvec},

Funny enough it does not break (having NET_IPV4_VS_NAT_ICMP_SEND twice), however you get interesting entries in proc-fs :).

I'll probably put the correct patch onto my website and refer to it from there.

Hmpf,
Roberto Nibali, ratz
--
echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq' | dc

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [RFC][PATCH-2.4] fix previous threshold limitation andaddnon-linear connection counter, Roberto Nibali <=