[PC-BSD Commits] r6203 - pcbsd/trunk/pcbsd-netmanager/src/ethernetconfig
svn at pcbsd.org
svn at pcbsd.org
Mon Feb 8 13:02:03 PST 2010
Author: kris
Date: 2010-02-08 13:02:03 -0800 (Mon, 08 Feb 2010)
New Revision: 6203
Modified:
pcbsd/trunk/pcbsd-netmanager/src/ethernetconfig/ethernetconfig.cpp
Log:
Make sure to default to physical connection before wifi in lagg
Modified: pcbsd/trunk/pcbsd-netmanager/src/ethernetconfig/ethernetconfig.cpp
===================================================================
--- pcbsd/trunk/pcbsd-netmanager/src/ethernetconfig/ethernetconfig.cpp 2010-02-08 20:45:16 UTC (rev 6202)
+++ pcbsd/trunk/pcbsd-netmanager/src/ethernetconfig/ethernetconfig.cpp 2010-02-08 21:02:03 UTC (rev 6203)
@@ -123,7 +123,7 @@
tmp = tmp.remove(tmp.indexOf("laggport "), 9 + tmp2.size());
}
- saveValue( "/etc/rc.conf", "ifconfig_lagg0", "ifconfig_lagg0=\"laggproto failover laggport " + dev + devices + " " + config + "\"", -1);
+ saveValue( "/etc/rc.conf", "ifconfig_lagg0", "ifconfig_lagg0=\"laggproto failover" + devices + " laggport " + dev + " " + config + "\"", -1);
}
}
More information about the Commits
mailing list