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