This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 8216295be4fbe071fe88e0f05eda59f3500081e5 (commit) from 9ba3456954295de4897d644a72805d7a1a848fb3 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 8216295be4fbe071fe88e0f05eda59f3500081e5 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jun 19 12:33:13 2013 +0200
kernel: Update xen kernel config (IPVS changes).
-----------------------------------------------------------------------
Summary of changes: config/kernel/kernel.config.i586-ipfire-xen | 34 +++++++++++++++-------------- 1 file changed, 18 insertions(+), 16 deletions(-)
Difference in files: diff --git a/config/kernel/kernel.config.i586-ipfire-xen b/config/kernel/kernel.config.i586-ipfire-xen index dcdf545..0259e60 100644 --- a/config/kernel/kernel.config.i586-ipfire-xen +++ b/config/kernel/kernel.config.i586-ipfire-xen @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.32.60 -# Sat Dec 8 11:41:33 2012 +# Linux kernel version: 2.6.32.60-ipfire-xen +# Wed Jun 19 10:32:43 2013 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -584,28 +584,30 @@ CONFIG_IP_VS_TAB_BITS=12 # # IPVS transport protocol load balancing support # -# CONFIG_IP_VS_PROTO_TCP is not set -# CONFIG_IP_VS_PROTO_UDP is not set -# CONFIG_IP_VS_PROTO_ESP is not set -# CONFIG_IP_VS_PROTO_AH is not set +CONFIG_IP_VS_PROTO_TCP=y +CONFIG_IP_VS_PROTO_UDP=y +CONFIG_IP_VS_PROTO_AH_ESP=y +CONFIG_IP_VS_PROTO_ESP=y +CONFIG_IP_VS_PROTO_AH=y
# # IPVS scheduler # -# CONFIG_IP_VS_RR is not set -# CONFIG_IP_VS_WRR is not set -# CONFIG_IP_VS_LC is not set -# CONFIG_IP_VS_WLC is not set -# CONFIG_IP_VS_LBLC is not set -# CONFIG_IP_VS_LBLCR is not set -# CONFIG_IP_VS_DH is not set -# CONFIG_IP_VS_SH is not set -# CONFIG_IP_VS_SED is not set -# CONFIG_IP_VS_NQ is not set +CONFIG_IP_VS_RR=m +CONFIG_IP_VS_WRR=m +CONFIG_IP_VS_LC=m +CONFIG_IP_VS_WLC=m +CONFIG_IP_VS_LBLC=m +CONFIG_IP_VS_LBLCR=m +CONFIG_IP_VS_DH=m +CONFIG_IP_VS_SH=m +CONFIG_IP_VS_SED=m +CONFIG_IP_VS_NQ=m
# # IPVS application helper # +CONFIG_IP_VS_FTP=m
# # IP: Netfilter Configuration
hooks/post-receive -- IPFire 2.x development tree