fp@250: #------------------------------------------------------------------------------
fp@250: #
fp@250: #  EtherCAT sysconfig file
fp@250: #
fp@250: #  $Id$
fp@250: #
fp@250: #------------------------------------------------------------------------------
fp@250: 
fp@250: #
fp@250: #  PCI index of the (RTL8139-)EtherCAT device
fp@250: #  Setting this is mandatory for the EtherCAT init script!
fp@250: #
fp@250: #DEVICE_INDEX=99
fp@250: 
fp@250: #
fp@1715: #  Number of Ethernet-over-EtherCAT interfaces every master shall create
fp@250: #  on startup. Default is 0.
fp@250: #
fp@1715: #EOE_INTERFACES=0
fp@250: 
fp@283: #
fp@283: #  Bridge all EoE interfaces after master startup
fp@283: #  This variable shall contain the name of the EoE bridge to set up.
fp@283: #  If the variable is empty or undefined, no EoE bridge will be built.
fp@283: #
fp@283: #EOE_BRIDGE=eoebr0
fp@283: 
fp@283: #
fp@283: #  IP address of the EoE bridge
fp@283: #  Set both EOE_IP_ADDRESS and EOE_IP_NETMASK to let the local host communicate
fp@283: #  with devices on the EoE bridge.
fp@283: #
fp@283: #EOE_IP_ADDRESS=192.168.X.X
fp@283: 
fp@283: #
fp@283: #  IP netmask of the EoE bridge
fp@283: #  See EOE_IP_ADDRESS.
fp@283: #
fp@283: #EOE_IP_NETMASK=255.255.255.0
fp@283: 
fp@283: #
fp@285: #  Renew default gateway after bridge installation.
fp@285: #  Set this to the new default gateway, if the default route shall
fp@285: #  be renewed after the bridge has been installed.
fp@285: #
fp@285: #EOE_GATEWAY=192.168.X.X
fp@285: 
fp@285: #
fp@283: #  List of extra interfaces to include in the EoE bridge.
fp@283: #  Set this to interconnect the EoE bridge with other local interfaces.
fp@283: #  If EOE_BRIDGE is empty or undefined, setting this variable has no effect.
fp@283: #  Important: The IP address of these interfaces will be cleared. Set
fp@283: #  EOE_IP_ADDRESS and EOE_IP_NETMASK accordingly to enable IP traffic to
fp@283: #  extra interfaces.
fp@283: #
fp@283: #EOE_EXTRA_INTERFACES=eth0
fp@283: 
fp@250: #------------------------------------------------------------------------------