mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-17 16:51:44 +08:00
Documentation for interface names.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
# Specify the MAC address (hexadecimal with colons) of the Ethernet device to
|
||||
# use. Example: "00:00:08:44:ab:66"
|
||||
#
|
||||
# Alternatively, a network interface name can be specified. The interface
|
||||
# name will be resolved to a MAC address using the 'ip' command.
|
||||
# Example: "eth0"
|
||||
#
|
||||
# The broadcast address "ff:ff:ff:ff:ff:ff" has a special meaning: It tells
|
||||
# the master to accept the first device offered by any Ethernet driver.
|
||||
#
|
||||
@@ -24,6 +28,10 @@
|
||||
# created: A non-empty variable MASTER0_DEVICE will create one master, adding a
|
||||
# non-empty variable MASTER1_DEVICE will create a second master, and so on.
|
||||
#
|
||||
# Examples:
|
||||
# MASTER0_DEVICE="00:00:08:44:ab:66"
|
||||
# MASTER0_DEVICE="eth0"
|
||||
#
|
||||
MASTER0_DEVICE=""
|
||||
#MASTER1_DEVICE=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user