##----------------------------------------------------------------------------- ## advanced_networking.txt - fli4l configuration parameters __FLI4LVER__ ## ## You can edit/change this file with any text editor. ## ## P L E A S E R E A D T H E D O C U M E N T A T I O N , ## S E E R E A D M E . T X T ## ## B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N ## L E S E N , S I E H E R E A D M E . T X T ## ## Creation: 20.10.2004 babel ## Last Update: $Id$ ## ## Copyright (c) 2001-2011 - Frank Meyer, fli4l-Team - team@fli4l.de ## ## 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; either version 2 of the License, or ## (at your option) any later version. ##----------------------------------------------------------------------------- #------------------------------------------------------------------------------ # Optional package: Bridging 802.1D (http://bridge.sourceforge.net/) #------------------------------------------------------------------------------ OPT_BRIDGE_DEV='no' # activate Bridging 802.1D BRIDGE_DEV_N='0' #------------------------------------------------------------------------------ # Optional package: EBTables (http://ebtables.sourceforge.net/) #------------------------------------------------------------------------------ OPT_EBTABLES='no' #------------------------------------------------------------------------------ # Optional package: Bonding (http://sourceforge.net/projects/bonding/) #------------------------------------------------------------------------------ OPT_BONDING_DEV='no' # BONDING_DEV_N='0' #------------------------------------------------------------------------------ # Optional package: VLAN 802.1Q (http://www.candelatech.com/~greear/vlan.html) #------------------------------------------------------------------------------ OPT_VLAN_DEV='no' # activate VLAN 802.1Q VLAN_DEV_N='0' #------------------------------------------------------------------------------ # Optional package: change device MTU #------------------------------------------------------------------------------ DEV_MTU_N='0' # number of devices to change MTU of DEV_MTU_1='eth0 1496' # change MTU of device eth0 to 1496