Hi Wensong,
Only spelling fixes for now :)
Questions:
o What do you think about moving towards sysfs instead of procfs?
o Shouldn't we make the check for {l,u}_threshold 32 bit instead of 16bit in
ipvsadm?
o What about inclusion into mainline? ;)
Best regards,
Roberto Nibali, ratz
--
echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq' | dc
diff -ur ipvs-1.1.6/ipvs/ipvsadm/config_stream.c
ipvs-1.1.6-ratz/ipvs/ipvsadm/config_stream.c
--- ipvs-1.1.6/ipvs/ipvsadm/config_stream.c 2002-09-15 10:14:13.000000000
+0200
+++ ipvs-1.1.6-ratz/ipvs/ipvsadm/config_stream.c 2003-06-27
09:24:42.000000000 +0200
@@ -23,7 +23,7 @@
* tokens read from the stream. Result is returned
* once a newline is reached so multiple calls
* will be required to read an entire stream.
- * Everthing including and after a hash (#) on a line is
+ * Everything including and after a hash (#) on a line is
* ignored
**********************************************************************/
diff -ur ipvs-1.1.6/ipvs/ipvsadm/dynamic_array.c
ipvs-1.1.6-ratz/ipvs/ipvsadm/dynamic_array.c
--- ipvs-1.1.6/ipvs/ipvsadm/dynamic_array.c 2002-09-15 10:14:13.000000000
+0200
+++ ipvs-1.1.6-ratz/ipvs/ipvsadm/dynamic_array.c 2003-06-27
09:26:36.000000000 +0200
@@ -78,7 +78,7 @@
* a copy of the element Any memory allocation
* required should be done by this function.
* post: element in inserted in the first unused position in the array
- * array size is incresaed by a->block_size if there is
+ * array size is increased by a->block_size if there is
* insufficient room in the array to add the element.
* Nothing is done if e is NULL
* return: a on success
diff -ur ipvs-1.1.6/ipvs/ipvsadm/dynamic_array.h
ipvs-1.1.6-ratz/ipvs/ipvsadm/dynamic_array.h
--- ipvs-1.1.6/ipvs/ipvsadm/dynamic_array.h 2002-09-15 10:14:13.000000000
+0200
+++ ipvs-1.1.6-ratz/ipvs/ipvsadm/dynamic_array.h 2003-06-27
09:26:44.000000000 +0200
@@ -86,7 +86,7 @@
* a copy of the element Any memory allocation
* required should be done by this function.
* post: element in inserted in the first unused position in the array
- * array size is incresaed by a->block_size if there is
+ * array size is increased by a->block_size if there is
* insufficient room in the array to add the element.
* Nothing is done if e is NULL
* return: a on success
|