1738
|
1 |
#------------------------------------------------------------------------------
|
|
2 |
#
|
|
3 |
# EtherCAT sysconfig file
|
|
4 |
#
|
|
5 |
# $Id$
|
|
6 |
#
|
|
7 |
#------------------------------------------------------------------------------
|
|
8 |
|
|
9 |
#
|
|
10 |
# PCI index of the (RTL8139-)EtherCAT device
|
|
11 |
# Setting this is mandatory for the EtherCAT init script!
|
|
12 |
#
|
|
13 |
#DEVICE_INDEX=99
|
|
14 |
|
|
15 |
#
|
|
16 |
# Number of Ethernet-over-EtherCAT interfaces every master shall create
|
|
17 |
# on startup. Default is 0.
|
|
18 |
#
|
|
19 |
#EOE_INTERFACES=0
|
|
20 |
|
|
21 |
#
|
|
22 |
# Bridge all EoE interfaces after master startup
|
|
23 |
# This variable shall contain the name of the EoE bridge to set up.
|
|
24 |
# If the variable is empty or undefined, no EoE bridge will be built.
|
|
25 |
#
|
|
26 |
#EOE_BRIDGE=eoebr0
|
|
27 |
|
|
28 |
#
|
|
29 |
# IP address of the EoE bridge
|
|
30 |
# Set both EOE_IP_ADDRESS and EOE_IP_NETMASK to let the local host communicate
|
|
31 |
# with devices on the EoE bridge.
|
|
32 |
#
|
|
33 |
#EOE_IP_ADDRESS=192.168.X.X
|
|
34 |
|
|
35 |
#
|
|
36 |
# IP netmask of the EoE bridge
|
|
37 |
# See EOE_IP_ADDRESS.
|
|
38 |
#
|
|
39 |
#EOE_IP_NETMASK=255.255.255.0
|
|
40 |
|
|
41 |
#
|
|
42 |
# Renew default gateway after bridge installation.
|
|
43 |
# Set this to the new default gateway, if the default route shall
|
|
44 |
# be renewed after the bridge has been installed.
|
|
45 |
#
|
|
46 |
#EOE_GATEWAY=192.168.X.X
|
|
47 |
|
|
48 |
#
|
|
49 |
# List of extra interfaces to include in the EoE bridge.
|
|
50 |
# Set this to interconnect the EoE bridge with other local interfaces.
|
|
51 |
# If EOE_BRIDGE is empty or undefined, setting this variable has no effect.
|
|
52 |
# Important: The IP address of these interfaces will be cleared. Set
|
|
53 |
# EOE_IP_ADDRESS and EOE_IP_NETMASK accordingly to enable IP traffic to
|
|
54 |
# extra interfaces.
|
|
55 |
#
|
|
56 |
#EOE_EXTRA_INTERFACES=eth0
|
|
57 |
|
|
58 |
#------------------------------------------------------------------------------
|