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