NAME | SYNOPSIS | DESCRIPTION | ATTRIBUTES | SEE ALSO
ethIpcStackAttach is a C_INIT(1M) built-in command
If the IOM_IPC feature is set to true, the IOM actor includes an IPC stack. ethIpcStackAttach attaches the IPC stack to an Ethernet device handled
by the IOM.
ethIpcStackAttach should be executed only after the corresponding Ethernet device is up and running and has been assigned an IP address.
ethIpcStackAttach works by causing the IOM to scan its ifnet network interfaces until it finds the interface attached to the corresponding Ethernet hardware device. Once that interface is found, it processes IPC traffic.If device is NULL, the first IOM Ethernet network interface is used.
Once attached, the IPC stack cannot be detached. Furthermore, the IPC stack may only be attached to a single Ethernet hardware device.
See attributes(5) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|---|---|
| Interface Stability | Evolving |
NAME | SYNOPSIS | DESCRIPTION | ATTRIBUTES | SEE ALSO