7 Teleservice Application Framework
User Manual 104/374
Section: Ethernet settings
# To start and stop connections via ETH, the ynetworkd uses standard linux tools.
# Set the scripts that have to run to establish and to finish a connection via ETH.
# For static usage:
# Start eth0 connection with lan_static_networkd
# Max. path length 255
# If no path is set, an error message will be put on stdout. Daemon will not be started!
eth_start_script /sbin/ifup eth0=lan_static_networkd
# Stop eth0 connection with lan_static_networkd
# Max. path length 255
# If no path is set, an error message will be put on stdout. Daemon will not be started!
eth_stop_script /sbin/ifdown eth0=lan_static_networkd
# For dynamic usage:
# Start eth0 connection with dhcp
# Max. path length 255
# If no path is set, an error message will be put on stdout. Daemon will not be started!
eth_start_script /sbin/ifup eth0=dhcp
# Stop eth0 connection with dhcp
# Max. path length 255
# If no path is set, an error message will be put on stdout. Daemon will not be started!
eth_stop_script /sbin/ifdown eth0=dhcp
# Time which the ynetworkd waits before it verifies the connection.
# Note: Time will be doubled internally.
# Min. search time and default is 2s, max. search path is 0xFFFFs
# If search time is less 2s, default will be set.
eth_net_search_time 3