Cisco Cisco StadiumVision Mobile Streamer 许可信息

下载
页码 2629
 *    - 2001/10/23 Chad N. Tindel   : 
 *       - No longer set the MAC address of the master.  The bond device will 
 *         take care of this itself 
 *       - Try the SIOC*** versions of the bonding ioctls before using the 
 *         old versions 
 *    - 2002/02/18 Erik Habbinga   : 
 *       - ifr2.ifr_flags was not initialized in the hwaddr_notset case, 
 *         SIOCGIFFLAGS now called before hwaddr_notset test 
 * 
 *    - 2002/10/31 Tony Cureington   : 
 *       - If the master does not have a hardware address when the first 
slave 
 *         is enslaved, the master is assigned the hardware address of that 
 *         slave - there is a comment in bonding.c stating "ifenslave takes 
 *         care of this now." This corrects the problem of slaves having 
 *         different hardware addresses in active-backup mode when 
 *         multiple interfaces are specified on a single ifenslave command 
 *         (ifenslave bond0 eth0 eth1). 
 * 
 *    - 2003/03/18 - Tsippy Mendelson   and 
 *                   Shmulik Hen   
 *       - Moved setting the slave\xd5 s mac address and openning it, from 
 *         the application to the driver. This enables support of modes 
 *         that need to use the unique mac address of each slave. 
 *         The driver also takes care of closing the slave and restoring its 
 *         original mac address upon release. 
 *         In addition, block possibility of enslaving before the master is 
up. 
 *         This prevents putting the system in an undefined state. 
 * 
 *    - 2003/05/01 - Amir Noam   
 *       - Added ABI version control to restore compatibility between 
 *         new/old ifenslave and new/old bonding. 
 *       - Prevent adding an adapter that is already a slave. 
 *         Fixes the problem of stalling the transmission and leaving 
 *         the slave in a down state. 
 * 
 *    - 2003/05/01 - Shmulik Hen   
 *       - Prevent enslaving if the bond device is down. 
 *         Fixes the problem of leaving the system in unstable state and 
 *         halting when trying to remove the module. 
 *       - Close socket on all abnormal exists. 
 *       - Add versioning scheme that follows that of the bonding driver. 
 *         current version is 1.0.0 as a base line. 
 * 
 *    - 2003/05/22 - Jay Vosburgh   
 * 
 - ifenslave -c was broken; it\xd5 s now fixed 
 * 
 - Fixed problem with routes vanishing from master during enslave 
 * 
   processing. 
 * 
 *    - 2003/05/27 - Amir Noam   
 * 
 - Fix backward compatibility issues: 
 * 
   For drivers not using ABI versions, slave was set down while 
 * 
   it should be left up before enslaving. 
 * 
   Also, master was not set down and the default set_mac_address() 
 * 
   would fail and generate an error message in the system log. 
 *  
 - For opt_c: slave should not be set to the master\xd5 s setting