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