forked from pool/s390-tools
Marcus Meissner
9b729e2acc
New package per "Factory first" policy. Please list me as bug owner and maintainer, if possible. OBS-URL: https://build.opensuse.org/request/show/459343 OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=1
24 lines
624 B
Plaintext
24 lines
624 B
Plaintext
## Path: Hardware/Network
|
|
## Description: HiperSockets Network Concentrator Configuration
|
|
## Type: list(unicast,full)
|
|
## Default: unicast
|
|
#
|
|
# unicast means, only unicast forwarded between the hsint's and osaint's.
|
|
# this is the default mode
|
|
# full means, unicast, multicast and broadcast are forwarded, if supported
|
|
# by the hardware
|
|
#
|
|
operating_mode="unicast"
|
|
## Type: string
|
|
## Default: ""
|
|
#
|
|
# describes all HiperSockets interfaces involved in the HSN
|
|
#
|
|
hsi_int=""
|
|
## Type: string
|
|
## Default: ""
|
|
#
|
|
# describes the OSA interface connecting to other LANs
|
|
#
|
|
osa_int=""
|