script/sysconfig
changeset 283 a480a0703c58
parent 251 c1d0b63a9302
child 285 d6145fc87a74
equal deleted inserted replaced
282:b9f15748cade 283:a480a0703c58
    16 #  Number of Ethernet-over-EtherCAT devices every master shall create
    16 #  Number of Ethernet-over-EtherCAT devices every master shall create
    17 #  on startup. Default is 0.
    17 #  on startup. Default is 0.
    18 #
    18 #
    19 #EOE_DEVICES=0
    19 #EOE_DEVICES=0
    20 
    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 #  List of extra interfaces to include in the EoE bridge.
       
    43 #  Set this to interconnect the EoE bridge with other local interfaces.
       
    44 #  If EOE_BRIDGE is empty or undefined, setting this variable has no effect.
       
    45 #  Important: The IP address of these interfaces will be cleared. Set
       
    46 #  EOE_IP_ADDRESS and EOE_IP_NETMASK accordingly to enable IP traffic to
       
    47 #  extra interfaces.
       
    48 #
       
    49 #EOE_EXTRA_INTERFACES=eth0
       
    50 
    21 #------------------------------------------------------------------------------
    51 #------------------------------------------------------------------------------