brintos

brintos / linux-shallow public Read only

0
0
Text · 2.0 KiB · f02fdaa Raw
65 lines · plain
1=============================2IBM s390 QDIO Ethernet Driver3=============================4 5OSA and HiperSockets Bridge Port Support6========================================7 8Uevents9-------10 11To generate the events the device must be assigned a role of either12a primary or a secondary Bridge Port. For more information, see13"z/VM Connectivity, SC24-6174".14 15When run on an OSA or HiperSockets Bridge Capable Port hardware, and the state16of some configured Bridge Port device on the channel changes, a udev17event with ACTION=CHANGE is emitted on behalf of the corresponding18ccwgroup device. The event has the following attributes:19 20BRIDGEPORT=statechange21  indicates that the Bridge Port device changed22  its state.23 24ROLE={primary|secondary|none}25  the role assigned to the port.26 27STATE={active|standby|inactive}28  the newly assumed state of the port.29 30When run on HiperSockets Bridge Capable Port hardware with host address31notifications enabled, a udev event with ACTION=CHANGE is emitted.32It is emitted on behalf of the corresponding ccwgroup device when a host33or a VLAN is registered or unregistered on the network served by the device.34The event has the following attributes:35 36BRIDGEDHOST={reset|register|deregister|abort}37  host address38  notifications are started afresh, a new host or VLAN is registered or39  deregistered on the Bridge Port HiperSockets channel, or address40  notifications are aborted.41 42VLAN=numeric-vlan-id43  VLAN ID on which the event occurred. Not included44  if no VLAN is involved in the event.45 46MAC=xx:xx:xx:xx:xx:xx47  MAC address of the host that is being registered48  or deregistered from the HiperSockets channel. Not reported if the49  event reports the creation or destruction of a VLAN.50 51NTOK_BUSID=x.y.zzzz52  device bus ID (CSSID, SSID and device number).53 54NTOK_IID=xx55  device IID.56 57NTOK_CHPID=xx58  device CHPID.59 60NTOK_CHID=xxxx61  device channel ID.62 63Note that the `NTOK_*` attributes refer to devices other than  the one64connected to the system on which the OS is running.65