Index: trunk/lvs/debian/config/etc/network/if-up.d/iptables
===================================================================
--- trunk/lvs/debian/config/etc/network/if-up.d/iptables	(revision 1199)
+++ trunk/lvs/debian/config/etc/network/if-up.d/iptables	(revision 1200)
@@ -21,5 +21,5 @@
 iptables -A scripts -t mangle -m tcp -p tcp --dport 25 -j MARK --set-mark 3
 # Send finger-bound traffic to FWM 255 (the LVS director itself)
-iptables -A scripts -t mangle -m tcp -p tcp --dport 79 -j MARK --set-mark 255
+iptables -A scripts -t mangle -m tcp -p tcp --dport 78:79 -j MARK --set-mark 255
 # Send everything else to FWM 1 (primary)
 iptables -A scripts -t mangle -m mark --mark 0 -j MARK --set-mark 1
