Documentation for interface names.
This commit is contained in:
parent
d06444d53e
commit
b47f9249d7
|
|
@ -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=""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue