[PC-BSD Commits] r7764 - pcbsd/current/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Sat Oct 9 06:05:40 PDT 2010
Author: kris
Date: 2010-10-09 06:05:40 -0700 (Sat, 09 Oct 2010)
New Revision: 7764
Modified:
pcbsd/current/system-overlay/etc/sysctl.conf
Log:
This solves a problem when using lagg with a switch and a seperate WAP.
Basically if you have two hosts, one on wired, one on wireless, both using
lagg, the WAP will see the MAC of the wired host on the wireless and send
packets to the wireless, which lagg will drop because it thinks the wired is
the master.
Thanks Josh Paetzel!
Modified: pcbsd/current/system-overlay/etc/sysctl.conf
===================================================================
--- pcbsd/current/system-overlay/etc/sysctl.conf 2010-10-09 08:55:58 UTC (rev 7763)
+++ pcbsd/current/system-overlay/etc/sysctl.conf 2010-10-09 13:05:40 UTC (rev 7764)
@@ -41,3 +41,7 @@
# Tune for desktop usage
kern.sched.preempt_thresh=220
+
+# Proper lagg failover
+net.link.lagg.failover_rx_all=1
+
More information about the Commits
mailing list