[packages] multiwan: Changed syslog message for Fast Balancer failure.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21487 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
craigc 2010-05-17 15:49:02 +00:00
parent 3958bdc278
commit 40b6e7408b
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=multiwan PKG_NAME:=multiwan
PKG_VERSION:=1.0.12 PKG_VERSION:=1.0.12
PKG_RELEASE:=1 PKG_RELEASE:=2
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk

View File

@ -589,7 +589,8 @@ if [ -z "$CHKFORMODULE" ]; then
iptables -t mangle -A FastBalancer -j MARK --set-mark 0x124 iptables -t mangle -A FastBalancer -j MARK --set-mark 0x124
iptables -t mangle -A FastBalancer -j CONNMARK --save-mark iptables -t mangle -A FastBalancer -j CONNMARK --save-mark
else 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 MARK --set-mark 0x123
iptables -t mangle -A FastBalancer -j CONNMARK --save-mark iptables -t mangle -A FastBalancer -j CONNMARK --save-mark
fi fi