Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 192 |
- |
1 |
## Type: yes/no
|
|
|
2 |
## Default: no
|
|
|
3 |
# Enable/Disable FCoE service at the Ethernet port
|
|
|
4 |
# Normally set to "yes"
|
|
|
5 |
FCOE_ENABLE="yes"
|
|
|
6 |
|
|
|
7 |
## Type: yes/no
|
|
|
8 |
## Default: no
|
|
|
9 |
# Indicate if DCB service is required at the Ethernet port
|
|
|
10 |
# Normally set to "yes"
|
|
|
11 |
DCB_REQUIRED="no"
|
|
|
12 |
|
|
|
13 |
## Type: yes/no
|
|
|
14 |
## Default: no
|
|
|
15 |
# Indicate if VLAN discovery should be handled by fcoemon
|
|
|
16 |
# Normally set to "yes"
|
|
|
17 |
AUTO_VLAN="yes"
|
|
|
18 |
|
|
|
19 |
## Type: fabric/vn2vn
|
|
|
20 |
## Default: fabric
|
|
|
21 |
# Indicate the mode of the FCoE operation, either fabric or vn2vn
|
|
|
22 |
# Normally set to "fabric"
|
|
|
23 |
MODE="fabric"
|
|
|
24 |
|
|
|
25 |
## Type: yes/no
|
|
|
26 |
## Default: no
|
|
|
27 |
# Indicate whether to run a FIP responder for VLAN discovery in vn2vn mode
|
|
|
28 |
#FIP_RESP="yes"
|