View | Details | Raw Unified | Return to bug 237764
Collapse All | Expand All

(-)ng_eiface.4 (working copy) (-3 / +3 lines)
Lines 36-42 Link Here
36
The
36
The
37
.Vt eiface
37
.Vt eiface
38
netgraph node implements the generic Ethernet interface.
38
netgraph node implements the generic Ethernet interface.
39
When
39
When an
40
.Vt eiface
40
.Vt eiface
41
node is created, a new interface appears which is accessible via
41
node is created, a new interface appears which is accessible via
42
.Xr ifconfig 8 .
42
.Xr ifconfig 8 .
Lines 78-84 Link Here
78
string consisting of 6 colon-separated hex digits.
78
string consisting of 6 colon-separated hex digits.
79
.It Dv NGM_EIFACE_GET_IFNAME Pq Ic getifname
79
.It Dv NGM_EIFACE_GET_IFNAME Pq Ic getifname
80
Return the name of the associated interface as a
80
Return the name of the associated interface as a
81
.Dv NUL Ns -terminated
81
.Dv NULL Ns -terminated
82
.Tn ASCII
82
.Tn ASCII
83
string.
83
string.
84
.It Dv NGM_EIFACE_GET_IFADDRS
84
.It Dv NGM_EIFACE_GET_IFADDRS
Lines 97-103 Link Here
97
.Vt eiface
97
.Vt eiface
98
node does
98
node does
99
.Em not
99
.Em not
100
go away when all hooks have been disconnected; rather, and explicit
100
go away when all hooks have been disconnected; rather, an explicit
101
.Dv NGM_SHUTDOWN
101
.Dv NGM_SHUTDOWN
102
control message is required.
102
control message is required.
103
.Sh SEE ALSO
103
.Sh SEE ALSO

Return to bug 237764