Lines Matching refs:Device
112 \item \verb|link| --- network device
113 \item \verb|address| --- protocol (IP or IPv6) address on a device
191 which may change only some of the device parameters given
225 \section{{\tt ip link} --- network device configuration}
228 \paragraph{Object:} A \verb|link| is a network device and the corresponding
233 \subsection{{\tt ip link set} --- change device attributes}
242 --- \verb|NAME| specifies the network device on which to operate.
246 --- change the state of the device to \verb|UP| or \verb|DOWN|.
250 --- change the \verb|NOARP| flag on the device.
253 This operation is {\em not allowed\/} if the device is in state \verb|UP|.
256 device is running.
261 --- change the \verb|MULTICAST| flag on the device.
265 --- change the \verb|DYNAMIC| flag on the device.
269 --- change the name of the device. This operation is not
270 recommended if the device is running or has some addresses
275 --- change the transmit queue length of the device.
279 --- change the MTU of the device.
299 --- move the device to the network namespace associated with the process PID.
329 \subsection{{\tt ip link show} --- display device attributes}
339 --- \verb|NAME| specifies the network device to show.
371 the administrator may change the name of any device with
376 after the \verb|@| sign. This means that this device is bound to some other
377 device,
379 device. If the name is \verb|NONE|, the master is unknown.
388 {\em qlen\/} is the default transmit queue length of the device measured
394 \item \verb|UP| --- the device is turned on. It is ready to accept
402 \item \verb|BROADCAST| --- the device has the facility to send packets
411 This is the most generic type of device and the most complicated one, because
427 \item \verb|PROMISC| --- the device listens to and feeds to the kernel all
433 \item \verb|ALLMULTI| --- the device receives all multicast packets
438 involved. As a rule, it indicates that the device needs no address
460 associated with the device. The first word (\verb|ether|, \verb|sit|)
551 to a network device. Each device must have at least one address
553 different addresses attached to one device. These addresses are not
574 \noindent--- the name of the device to add the address to.
612 this string must coincide with the name of the device or must be prefixed
613 with the device name followed by colon.
627 it is valid only on this device.
640 --- add the usual loopback address to the loopback device.
655 The device name is a required argument. The rest are optional.
662 --- deletes the loopback address from the loopback device.
687 --- the name of the device.
902 --- add a permanent ARP entry for the neighbour 10.0.0.3 on the device \verb|eth0|.
924 --- invalidate an ARP entry for the neighbour 10.0.0.3 on the device \verb|eth0|.
958 --- only list the neighbours attached to this device.
988 Then the device name follows. The rest of the line describes the contents of
989 the neighbour entry identified by the pair (device, address).
1143 the data required to deliver IP packets (f.e.\ output device and
1254 --- the output device name.
1315 Linux uses a default value calculated from the first hop device MTU.
1352 \item \verb|dev NAME| is the output device.
1422 \item change it to a direct route via the \verb|dummy| device
1546 --- only list routes going via this device.
1814 --- the device from which this packet is expected to arrive.
1818 --- force the output device on which this packet will be routed.
1885 forwards packets. The output device for such entries is always loopback.
1987 nexthop and the output device. This is what
2083 --- select the incoming device to match. If the interface is loopback,
2222 --- the device name.
2272 --- the device to join/leave this multicast address.
2363 TTL scope, administrative distances are appended to the device names
2406 --- select the tunnel device name.
2438 --- bind the tunnel to the device \verb|NAME| so that
2439 tunneled packets will only be routed via this device and will
2440 not be able to escape to another device when the route to endpoint changes.
2500 The line starts with the tunnel device name followed by a colon.
2768 with an appropriate scope. The loopback device \verb|lo| is always the first
2784 device.
2815 If the name of the device is not given, the router will answer solicitations
2817 the device \verb|NAME|. Even if the proxy entry is created with
2823 parameters other than these (IP/IPv6 address and optional device).
2981 \# {\bf Usage: \verb|ifone ADDRESS[/PREFIX-LENGTH] [DEVICE]|}\\
2984 \# \$2 --- Device name. If it is missing, \verb|eth0| is asssumed.\\
3008 \# to configure any other device.\\
3017 \# If user gave loopback as device, we add the address as alias and exit.
3029 \noindent\# {\bf Step 1} --- enable device \verb|$dev|
3106 \# Do not make this step if the device is not ARPable,\\
3141 \# {\bf Usage: \verb?ifcfg DEVICE[:ALIAS] [add|del] ADDRESS[/LENGTH] [PEER]?}\\
3143 \# ---Device name. It may have alias suffix, separated by colon.\\
3286 \# {\bf Step 0} --- enable device \verb|$dev|
3343 \# Do not make this step on router or if the device is not ARPable.\\