From 13e05c9339e545596c5e660d08b01705bd147b08 Mon Sep 17 00:00:00 2001 From: "Craig M. Coffee" Date: Mon, 17 May 2010 15:49:02 +0000 Subject: [PATCH] multiwan: Changed syslog message for Fast Balancer failure. SVN-Revision: 21487 --- net/multiwan/Makefile | 2 +- net/multiwan/files/usr/bin/multiwan | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/multiwan/Makefile b/net/multiwan/Makefile index 1b1a36c55..05ed6af16 100644 --- a/net/multiwan/Makefile +++ b/net/multiwan/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=multiwan PKG_VERSION:=1.0.12 -PKG_RELEASE:=1 +PKG_RELEASE:=2 include $(INCLUDE_DIR)/package.mk diff --git a/net/multiwan/files/usr/bin/multiwan b/net/multiwan/files/usr/bin/multiwan index 4d67a95ec..13d7e215a 100755 --- a/net/multiwan/files/usr/bin/multiwan +++ b/net/multiwan/files/usr/bin/multiwan @@ -589,7 +589,8 @@ if [ -z "$CHKFORMODULE" ]; then iptables -t mangle -A FastBalancer -j MARK --set-mark 0x124 iptables -t mangle -A FastBalancer -j CONNMARK --save-mark else -mwnote "Fast Balancer is unavailable due to missing netfilter statistics module, resorting to standard route based load balancer." +mwnote "Fast Balancer is unavailable due to current kernel limitations.." +mwnote "All Fast Balancer traffic will be diverted to the Load Balancer." iptables -t mangle -A FastBalancer -j MARK --set-mark 0x123 iptables -t mangle -A FastBalancer -j CONNMARK --save-mark fi -- 2.30.2