12c8fe9d6a
- Replace patches with upstream version Remove: 0025-systemctl-cannot-start-fcoemon.socket.patch Add: 0028-systemctl-cannot-start-fcoemon.socket.patch - Pull in patches from upstream: * Really break out of recv_loop in fipvlan (bnc#870300) Add: 0026-FIPVLAN-Really-break-out-of-the-recv_loop-upon-fip_r.patch * Update documentation Add: 0025-doc-Update-QUICKSTART-INSTALL-docs-for-systemd-init-.patch Add: 0027-man-Fix-typo-in-fcoemon-documentation.patch - Add dependency on libhbalinux2 (bnc#873066) - Correctly handle options when invoking fcoemon (bnc#872732) Add: 0029-fcoemon-Correctly-handle-options-in-the-service-file.patch - Include bnx2fc to SUPPORTED_DRIVERS (bnc#872741) OBS-URL: https://build.opensuse.org/request/show/229743 OBS-URL: https://build.opensuse.org/package/show/network:fcoe/fcoe-utils?expand=0&rev=16
6 lines
169 B
Plaintext
6 lines
169 B
Plaintext
# All supported drivers listed here are loaded when service starts
|
|
SUPPORTED_DRIVERS="libfc fcoe bnx2fc"
|
|
|
|
# Add --debug to enable debug messages
|
|
FCOEMON_OPTS="--syslog"
|