Lines Matching +full:interface +full:- +full:node

1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc.
19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
41 .Nd interface netgraph node type
47 node is both a netgraph node and a system networking interface.
50 node is created, a new interface appears which is accessible via
53 node interfaces are named
57 When a node is shutdown, the corresponding interface is removed
58 and the interface name becomes available for reuse by future
60 nodes; new nodes always take the first unused interface.
61 The node itself is assigned the same name as its interface, unless the name
62 already exists, in which case the node remains unnamed.
66 node has a single hook corresponding to each supported protocol.
67 Packets transmitted via the interface flow out the corresponding
68 protocol-specific hook.
69 Similarly, packets received on a hook appear on the interface as
75 node can be configured as a point-to-point interface or a broadcast interface.
76 The configuration can only be changed when the interface is down.
77 The default mode is point-to-point.
82 This node type supports the following hooks:
83 .Bl -tag -width ".Va inet6"
90 This node type supports the generic control messages, plus the following:
91 .Bl -tag -width foo
93 Returns the name of the associated interface as a
94 .Dv NUL Ns -terminated
97 Normally this is the same as the name of the node.
99 Returns the global index of the associated interface as a 32 bit integer.
101 Set the interface to point-to-point mode.
102 The interface must not currently be up.
104 Set the interface to broadcast mode.
105 The interface must not currently be up.
108 This node shuts down upon receipt of a
111 The associated interface is removed and becomes available
116 Unlike most other node types, an
118 node does
126 interface supports ALTQ bandwidth management feature.
129 is a special case, since it is not a physical interface with limited bandwidth.
133 In this case, ALTQ should be configured on the interface that is used to
143 interface flows through the other.
161 node type was implemented in