patch-2.4.26 linux-2.4.26/include/net/ip_vs.h

Next file: linux-2.4.26/include/net/ipv6.h
Previous file: linux-2.4.26/include/net/bluetooth/hci_core.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/include/net/ip_vs.h linux-2.4.26/include/net/ip_vs.h
@@ -8,7 +8,7 @@
 
 #include <asm/types.h>          /* For __uXX types */
 
-#define IP_VS_VERSION_CODE            0x01000A
+#define IP_VS_VERSION_CODE            0x01000B
 #define NVERSION(version)                       \
 	(version >> 16) & 0xFF,                 \
 	(version >> 8) & 0xFF,                  \

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)