Cisco Cisco StadiumVision Mobile Reporter Informações de licenciamento

Página de 2629
 *    must display the following acknowledgement: 
 * 
This product includes software developed by the University of 
 * 
California, Berkeley and its contributors. 
 * 4. Neither the name of the University nor the names of its contributors 
 *    may be used to endorse or promote products derived from this software 
 *    without specific prior written permission. 
 * 
 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS \xd5 \xd5 AS 
IS\xd5 \xd5  AND 
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
 * SUCH DAMAGE. 
 */ 
 
/* Mode: C; 
 * ifenslave.c: Configure network interfaces for parallel routing. 
 * 
 * 
This program controls the Linux implementation of running multiple 
 * 
network interfaces in parallel. 
 * 
 * Author: 
Donald Becker   
 * 
 
Copyright 1994-1996 Donald Becker 
 * 
 * 
 
This program is free software; you can redistribute it 
 * 
 
and/or modify it under the terms of the GNU General Public 
 * 
 
License as published by the Free Software Foundation. 
 * 
 * 
The author may be reached as becker@CESDIS.gsfc.nasa.gov, or C/O 
 * 
Center of Excellence in Space Data and Information Sciences 
 * 
   Code 930.5, Goddard Space Flight Center, Greenbelt MD 20771 
 * 
 *  Changes : 
 *    - 2000/10/02 Willy Tarreau   : 
 *       - few fixes. Master\xd5 s MAC address is now correctly taken from 
 *         the first device when not previously set ; 
 *       - detach support : call BOND_RELEASE to detach an enslaved 
interface. 
 *       - give a mini-howto from command-line help : # ifenslave -h 
 * 
 *    - 2001/02/16 Chad N. Tindel   : 
 *       - Master is now brought down before setting the MAC address.  In 
 *         the 2.4 kernel you can\xd5 t change the MAC address while the 
device is 
 *         up because you get EBUSY. 
 * 
 *    - 2001/09/13 Takao Indoh   
 *       - Added the ability to change the active interface on a mode 1 bond 
 *         at runtime. 
 *