![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSIS
DESCRIPTIONThe eiface netgraph node implements the
generic Ethernet interface. When an eiface node is
created, a new interface appears which is accessible via
ifconfig(8).
These interfaces are named “ HOOKSAn eiface node has a single hook named ether, which should be connected to the Ethernet downstream, for example, to the ng_vlan(4) node. Packets transmitted via the interface flow out this hook. Similarly, packets received on the hook go to the protocol stack as packets received by any real Ethernet interface. CONTROL MESSAGESThis node type supports the generic control messages, plus the following:
SHUTDOWNThis node shuts down upon receipt of a
Unlike most other node types, an
eiface node does
not go away when all
hooks have been disconnected; rather, an explicit
SEE ALSOnetgraph(4), ng_ether(4), ng_iface(4), ng_vlan(4), ifconfig(8), ngctl(8) HISTORYThe eiface node type was implemented in FreeBSD 4.6. AUTHORSThe eiface node type was written by Vitaly V Belekhov. This manual page was written by Gleb Smirnoff.
|