Correct BSD License clause numbering from 1-2-4 to 1-2-3.
[dragonfly.git] / sbin / routed / routed.8
1 .\" $FreeBSD: src/sbin/routed/routed.8,v 1.15.2.9 2002/02/17 08:37:54 schweikh Exp $
2 .\" $DragonFly: src/sbin/routed/routed.8,v 1.6 2008/05/09 20:31:04 swildner Exp $
3 .\"
4 .\" Copyright (c) 1983, 1991, 1993
5 .\"     The Regents of the University of California.  All rights reserved.
6 .\"
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
9 .\" are met:
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\" 3. Neither the name of the University nor the names of its contributors
16 .\"    may be used to endorse or promote products derived from this software
17 .\"    without specific prior written permission.
18 .\"
19 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
20 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 .\" SUCH DAMAGE.
30 .\"
31 .\"     @(#)routed.8    8.2 (Berkeley) 12/11/93
32 .\"
33 .\" $FreeBSD: src/sbin/routed/routed.8,v 1.15.2.9 2002/02/17 08:37:54 schweikh Exp $
34 .\"
35 .Dd June 1, 1996
36 .Dt ROUTED 8
37 .Os
38 .Sh NAME
39 .Nm routed ,
40 .Nm rdisc
41 .Nd network RIP and router discovery routing daemon
42 .Sh SYNOPSIS
43 .Nm
44 .Op Fl sqdghmpAtv
45 .Op Fl T Ar tracefile
46 .Oo
47 .Fl F
48 .Ar net Ns Op /mask Ns Op ,metric
49 .Oc
50 .Op Fl P Ar parms
51 .Sh DESCRIPTION
52 .Nm Routed
53 is a daemon invoked at boot time to manage the network
54 routing tables.
55 It uses Routing Information Protocol, RIPv1 (RFC 1058),
56 RIPv2 (RFC 1723),
57 and Internet Router Discovery Protocol (RFC 1256)
58 to maintain the kernel routing table.
59 The RIPv1 protocol is based on the reference
60 .Bx 4.3
61 daemon.
62 .Pp
63 It listens on the
64 .Xr udp 4
65 socket for the
66 .Xr route 8
67 service (see
68 .Xr services 5 )
69 for Routing Information Protocol packets.
70 It also sends and receives multicast Router Discovery ICMP messages.
71 If the host is a router,
72 .Nm
73 periodically supplies copies
74 of its routing tables to any directly connected hosts and networks.
75 It also advertises or solicits default routes using Router Discovery
76 ICMP messages.
77 .Pp
78 When started (or when a network interface is later turned on),
79 .Nm
80 uses an AF_ROUTE address family facility to find those
81 directly connected interfaces configured into the
82 system and marked "up".
83 It adds necessary routes for the interfaces
84 to the kernel routing table.
85 Soon after being first started, and provided there is at least one
86 interface on which RIP has not been disabled,
87 .Nm
88 deletes all pre-existing
89 non-static routes in kernel table.
90 Static routes in the kernel table are preserved and
91 included in RIP responses if they have a valid RIP metric
92 (see
93 .Xr route 8 ) .
94 .Pp
95 If more than one interface is present (not counting the loopback interface),
96 it is assumed that the host should forward packets among the
97 connected networks.
98 After transmitting a RIP
99 .Em request
100 and
101 Router Discovery Advertisements or Solicitations on a new interface,
102 the daemon enters a loop, listening for
103 RIP request and response and Router Discovery packets from other hosts.
104 .Pp
105 When a
106 .Em request
107 packet is received,
108 .Nm
109 formulates a reply based on the information maintained in its
110 internal tables.
111 The
112 .Em response
113 packet generated contains a list of known routes, each marked
114 with a "hop count" metric (a count of 16 or greater is
115 considered "infinite").
116 Advertised metrics reflect the metric associated with interface
117 (see
118 .Xr ifconfig 8 ) ,
119 so setting the metric on an interface
120 is an effective way to steer traffic.
121 .Pp
122 Responses do not include routes with a first hop on the requesting
123 network to implement in part
124 .Em split-horizon .
125 Requests from query programs
126 such as
127 .Xr rtquery 8
128 are answered with the complete table.
129 .Pp
130 The routing table maintained by the daemon
131 includes space for several gateways for each destination
132 to speed recovery from a failing router.
133 RIP
134 .Em response
135 packets received are used to update the routing tables provided they are
136 from one of the several currently recognized gateways or
137 advertise a better metric than at least one of the existing
138 gateways.
139 .Pp
140 When an update is applied,
141 .Nm
142 records the change in its own tables and updates the kernel routing table
143 if the best route to the destination changes.
144 The change in the kernel routing table is reflected in the next batch of
145 .Em response
146 packets sent.
147 If the next response is not scheduled for a while, a
148 .Em flash update
149 response containing only recently changed routes is sent.
150 .Pp
151 In addition to processing incoming packets,
152 .Nm
153 also periodically checks the routing table entries.
154 If an entry has not been updated for 3 minutes, the entry's metric
155 is set to infinity and marked for deletion.
156 Deletions are delayed until the route has been advertised with
157 an infinite metric to insure the invalidation
158 is propagated throughout the local internet.
159 This is a form of
160 .Em poison reverse .
161 .Pp
162 Routes in the kernel table that are added or changed as a result
163 of ICMP Redirect messages are deleted after a while to minimize
164 .Em black-holes .
165 When a TCP connection suffers a timeout,
166 the kernel tells
167 .Nm ,
168 which deletes all redirected routes
169 through the gateway involved, advances the age of all RIP routes through
170 the gateway to allow an alternate to be chosen, and advances of the
171 age of any relevant Router Discovery Protocol default routes.
172 .Pp
173 Hosts acting as internetwork routers gratuitously supply their
174 routing tables every 30 seconds to all directly connected hosts
175 and networks.
176 These RIP responses are sent to the broadcast address on nets that support
177 broadcasting,
178 to the destination address on point-to-point links, and to the router's
179 own address on other networks.
180 If RIPv2 is enabled, multicast packets are sent on interfaces that
181 support multicasting.
182 .Pp
183 If no response is received on a remote interface, if there are errors
184 while sending responses,
185 or if there are more errors than input or output (see
186 .Xr netstat 1 ) ,
187 then the cable or some other part of the interface is assumed to be
188 disconnected or broken, and routes are adjusted appropriately.
189 .Pp
190 The
191 .Em Internet Router Discovery Protocol
192 is handled similarly.
193 When the daemon is supplying RIP routes, it also listens for
194 Router Discovery Solicitations and sends Advertisements.
195 When it is quiet and listening to other RIP routers, it
196 sends Solicitations and listens for Advertisements.
197 If it receives
198 a good Advertisement and it is not multi-homed,
199 it stops listening for broadcast or multicast RIP responses.
200 It tracks several advertising routers to speed recovery when the
201 currently chosen router dies.
202 If all discovered routers disappear,
203 the daemon resumes listening to RIP responses.
204 It continues listening to RIP while using Router Discovery
205 if multi-homed to ensure all interfaces are used.
206 .Pp
207 The Router Discovery standard requires that advertisements
208 have a default "lifetime" of 30 minutes.  That means should
209 something happen, a client can be without a good route for
210 30 minutes.  It is a good idea to reduce the default to 45
211 seconds using
212 .Fl P Cm rdisc_interval=45
213 on the command line or
214 .Cm rdisc_interval=45
215 in the
216 .Pa /etc/gateways
217 file.
218 .Pp
219 While using Router Discovery (which happens by default when
220 the system has a single network interface and a Router Discover Advertisement
221 is received), there is a single default route and a variable number of
222 redirected host routes in the kernel table.
223 On a host with more than one network interface,
224 this default route will be via only one of the interfaces.
225 Thus, multi-homed hosts running with \f3\-q\f1 might need
226 .Cm no_rdisc
227 described below.
228 .Pp
229 See the
230 .Cm pm_rdisc
231 facility described below to support "legacy" systems
232 that can handle neither RIPv2 nor Router Discovery.
233 .Pp
234 By default, neither Router Discovery advertisements nor solicitations
235 are sent over point to point links (e.g. PPP).
236 The netmask associated with point-to-point links (such as SLIP
237 or PPP, with the IFF_POINTOPOINT flag) is used by
238 .Nm
239 to infer the netmask used by the remote system when RIPv1 is used.
240 .Pp
241 The following options are available:
242 .Bl -tag -width indent
243 .It Fl s
244 force
245 .Nm
246 to supply routing information.
247 This is the default if multiple network interfaces are present on which
248 RIP or Router Discovery have not been disabled, and if the kernel switch
249 ipforwarding=1.
250 .It Fl q
251 is the opposite of the
252 .Fl s
253 option.
254 This is the default when only one interface is present.
255 With this explicit option, the daemon is always in "quiet-mode" for RIP
256 and does not supply routing information to other computers.
257 .It Fl d
258 do not run in the background.
259 This option is meant for interactive use.
260 .It Fl g
261 used on internetwork routers to offer a route
262 to the "default" destination.
263 It is equivalent to
264 .Fl F
265 .Cm 0/0,1
266 and is present mostly for historical reasons.
267 A better choice is
268 .Fl P Cm pm_rdisc
269 on the command line or
270 .Cm pm_rdisc
271 in the
272 .Pa /etc/gateways
273 file,
274 since a larger metric
275 will be used, reducing the spread of the potentially dangerous
276 default route.
277 This is typically used on a gateway to the Internet,
278 or on a gateway that uses another routing protocol whose routes
279 are not reported to other local routers.
280 Notice that because a metric of 1 is used, this feature is
281 dangerous.  It is more commonly accidentally used to create chaos with a
282 routing loop than to solve problems.
283 .It Fl h
284 cause host or point-to-point routes to not be advertised,
285 provided there is a network route going the same direction.
286 That is a limited kind of aggregation.
287 This option is useful on gateways to Ethernets that have other gateway
288 machines connected with point-to-point links such as SLIP.
289 .It Fl m
290 cause the machine to advertise a host or point-to-point route to
291 its primary interface.
292 It is useful on multi-homed machines such as NFS servers.
293 This option should not be used except when the cost of
294 the host routes it generates is justified by the popularity of
295 the server.
296 It is effective only when the machine is supplying
297 routing information, because there is more than one interface.
298 The
299 .Fl m
300 option overrides the
301 .Fl q
302 option to the limited extent of advertising the host route.
303 .It Fl A
304 do not ignore RIPv2 authentication if we do not care about RIPv2
305 authentication.
306 This option is required for conformance with RFC 1723.
307 However, it makes no sense and breaks using RIP as a discovery protocol
308 to ignore all RIPv2 packets that carry authentication when this machine
309 does not care about authentication.
310 .It Fl t
311 increase the debugging level, which causes more information to be logged
312 on the tracefile specified with
313 .Fl T
314 or standard out.
315 The debugging level can be increased or decreased
316 with the
317 .Dv SIGUSR1
318 or
319 .Dv SIGUSR2
320 signals or with the
321 .Xr rtquery 8
322 command.
323 .It Fl T Ar tracefile
324 increases the debugging level to at least 1 and
325 causes debugging information to be appended to the trace file.
326 Note that because of security concerns, it is wisest to not run
327 .Nm
328 routinely with tracing directed to a file.
329 .It Fl v
330 display and logs the version of daemon.
331 .It Fl F Ar net[/mask][,metric]
332 minimize routes in transmissions via interfaces with addresses that match
333 .Em net/mask ,
334 and synthesizes a default route to this machine with the
335 .Em metric .
336 The intent is to reduce RIP traffic on slow, point-to-point links
337 such as PPP links by replacing many large UDP packets of RIP information
338 with a single, small packet containing a "fake" default route.
339 If
340 .Em metric
341 is absent, a value of 14 is assumed to limit
342 the spread of the "fake" default route.
343 This is a dangerous feature that when used carelessly can cause routing
344 loops.
345 Notice also that more than one interface can match the specified network
346 number and mask.
347 See also
348 .Fl g .
349 .It Fl P Ar parms
350 is equivalent to adding the parameter
351 line
352 .Em parms
353 to the
354 .Pa /etc/gateways
355 file.
356 .El
357 .Pp
358 Any other argument supplied is interpreted as the name
359 of a file in which the actions of
360 .Nm
361 should be logged.
362 It is better to use
363 .Fl T
364 instead of
365 appending the name of the trace file to the command.
366 .Pp
367 .Nm Routed
368 also supports the notion of
369 "distant"
370 .Em passive
371 or
372 .Em active
373 gateways.
374 When
375 .Nm
376 is started, it reads the file
377 .Pa /etc/gateways
378 to find such distant gateways which may not be located using
379 only information from a routing socket, to discover if some
380 of the local gateways are
381 .Em passive ,
382 and to obtain other parameters.
383 Gateways specified in this manner should be marked passive
384 if they are not expected to exchange routing information,
385 while gateways marked active
386 should be willing to exchange RIP packets.
387 Routes through
388 .Em passive
389 gateways are installed in the
390 kernel's routing tables once upon startup and are not included in
391 transmitted RIP responses.
392 .Pp
393 Distant active gateways are treated like network interfaces.
394 RIP responses are sent
395 to the distant
396 .Em active
397 gateway.
398 If no responses are received, the associated route is deleted from
399 the kernel table and RIP responses advertised via other interfaces.
400 If the distant gateway resumes sending RIP responses, the associated
401 route is restored.
402 .Pp
403 Such gateways can be useful on media that do not support broadcasts
404 or multicasts but otherwise act like classic shared media like
405 Ethernets such as some ATM networks.
406 One can list all RIP routers reachable on the HIPPI or ATM network in
407 .Pa /etc/gateways
408 with a series of
409 "host" lines.
410 Note that it is usually desirable to use RIPv2 in such situations
411 to avoid generating lists of inferred host routes.
412 .Pp
413 Gateways marked
414 .Em external
415 are also passive, but are not placed in the kernel
416 routing table nor are they included in routing updates.
417 The function of external entries is to indicate
418 that another routing process
419 will install such a route if necessary,
420 and that other routes to that destination should not be installed
421 by
422 .Nm .
423 Such entries are only required when both routers may learn of routes
424 to the same destination.
425 .Pp
426 The
427 .Pa /etc/gateways
428 file is comprised of a series of lines, each in
429 one of the following two formats or consist of parameters described later.
430 Blank lines and lines starting with '#' are comments.
431 .Bd -ragged
432 .Cm net
433 .Ar Nname[/mask]
434 .Cm gateway
435 .Ar Gname
436 .Cm metric
437 .Ar value
438 .Pf < Cm passive No \&|
439 .Cm active No \&|
440 .Cm extern Ns >
441 .Ed
442 .Bd -ragged
443 .Cm host
444 .Ar Hname
445 .Cm gateway
446 .Ar Gname
447 .Cm metric
448 .Ar value
449 .Pf < Cm passive No \&|
450 .Cm active No \&|
451 .Cm extern Ns >
452 .Ed
453 .Pp
454 .Ar Nname
455 or
456 .Ar Hname
457 is the name of the destination network or host.
458 It may be a symbolic network name or an Internet address
459 specified in "dot" notation (see
460 .Xr inet 3 ) .
461 (If it is a name, then it must either be defined in
462 .Pa /etc/networks
463 or
464 .Pa /etc/hosts ,
465 or
466 .Xr named 8 ,
467 must have been started before
468 .Nm . )
469 .Pp
470 .Ar Mask
471 is an optional number between 1 and 32 indicating the netmask associated
472 with
473 .Ar Nname .
474 .Pp
475 .Ar Gname
476 is the name or address of the gateway to which RIP responses should
477 be forwarded.
478 .Pp
479 .Ar Value
480 is the hop count to the destination host or network.
481 .Pp
482 .Cm Host Ar hname
483 is equivalent to
484 .Cm net Ar nname/32 .
485 .Pp
486 One of the keywords
487 .Cm passive ,
488 .Cm active
489 or
490 .Cm external
491 must be present to indicate whether the gateway should be treated as
492 .Cm passive
493 or
494 .Cm active
495 (as described above),
496 or whether the gateway is
497 .Cm external
498 to the scope of the RIP protocol.
499 .Pp
500 As can be seen when debugging is turned on with
501 .Fl t ,
502 such lines create pseudo-interfaces.
503 To set parameters for remote or external interfaces,
504 a line starting with
505 .Cm if=alias(Hname) ,
506 .Cm if=remote(Hname) ,
507 etc. should be used.
508 .Pp
509 Lines that start with neither "net" nor "host" must consist of one
510 or more of the following parameter settings, separated by commas or
511 blanks:
512 .Bl -tag -width Ds
513 .It Cm if Ns \&= Ns Ar ifname
514 indicates that the other parameters on the line apply to the interface
515 name
516 .Ar ifname .
517 .It Cm subnet Ns \&= Ns Ar nname[/mask][,metric]
518 advertises a route to network
519 .Ar nname
520 with mask
521 .Ar mask
522 and the supplied metric (default 1).
523 This is useful for filling "holes" in CIDR allocations.
524 This parameter must appear by itself on a line.
525 The network number must specify a full, 32-bit value, as in 192.0.2.0
526 instead of 192.0.2.
527 .Pp
528 Do not use this feature unless necessary.  It is dangerous.
529 .It Cm ripv1_mask Ns \&= Ns Ar nname/mask1,mask2
530 specifies that netmask of the network of which
531 .Cm nname/mask1\f1
532 is
533 a subnet should be
534 .Cm mask2 .
535 For example \f2ripv1_mask=192.0.2.16/28,27\f1 marks 192.0.2.16/28
536 as a subnet of 192.0.2.0/27 instead of 192.0.2.0/24.
537 It is better to turn on RIPv2 instead of using this facility, for example
538 with \f2ripv2_out\f1.
539 .It Cm passwd Ns \&= Ns Ar XXX[|KeyID[start|stop]]
540 specifies a RIPv2 cleartext password that will be included on
541 all RIPv2 responses sent, and checked on all RIPv2 responses received.
542 Any blanks, tab characters, commas, or '#', '|', or NULL characters in the
543 password must be escaped with a backslash (\\).
544 The common escape sequences \\n, \\r, \\t, \\b, and \\xxx have their
545 usual meanings.
546 The
547 .Cm KeyID
548 must be unique but is ignored for cleartext passwords.
549 If present,
550 .Cm start
551 and
552 .Cm stop
553 are timestamps in the form year/month/day@hour:minute.
554 They specify when the password is valid.
555 The valid password with the most future is used on output packets, unless
556 all passwords have expired, in which case the password that expired most
557 recently is used, or unless no passwords are valid yet, in which case
558 no password is output.
559 Incoming packets can carry any password that is valid, will
560 be valid within 24 hours, or that was valid within 24 hours.
561 To protect the secrets, the passwd settings are valid only in the
562 .Em /etc/gateways
563 file and only when that file is readable only by UID 0.
564 .It Cm md5_passwd Ns \&= Ns Ar XXX|KeyID[start|stop]
565 specifies a RIPv2 MD5 password.
566 Except that a
567 .Cm KeyID
568 is required, this keyword is similar to
569 .Cm passwd .
570 .It Cm no_ag
571 turns off aggregation of subnets in RIPv1 and RIPv2 responses.
572 .It Cm no_super_ag
573 turns off aggregation of networks into supernets in RIPv2 responses.
574 .It Cm passive
575 marks the interface to not be advertised in updates sent via other
576 interfaces, and turns off all RIP and router discovery through the interface.
577 .It Cm no_rip
578 disables all RIP processing on the specified interface.
579 If no interfaces are allowed to process RIP packets,
580 .Nm
581 acts purely as a router discovery daemon.
582 .Pp
583 Note that turning off RIP without explicitly turning on router
584 discovery advertisements with
585 .Cm rdisc_adv
586 or
587 .Fl s
588 causes
589 .Nm
590 to act as a client router discovery daemon, not advertising.
591 .It Cm no_rip_mcast
592 causes RIPv2 packets to be broadcast instead of multicast.
593 .It Cm no_ripv1_in
594 causes RIPv1 received responses to be ignored.
595 .It Cm no_ripv2_in
596 causes RIPv2 received responses to be ignored.
597 .It Cm ripv2_out
598 turns on RIPv2 output and causes RIPv2 advertisements to be
599 multicast when possible.
600 .It Cm ripv2
601 is equivalent to
602 .Cm no_ripv1_in
603 and
604 .Cm no_ripv1_out .
605 This enables RIPv2.
606 .It Cm no_rdisc
607 disables the Internet Router Discovery Protocol.
608 .It Cm no_solicit
609 disables the transmission of Router Discovery Solicitations.
610 .It Cm send_solicit
611 specifies that Router Discovery solicitations should be sent,
612 even on point-to-point links,
613 which by default only listen to Router Discovery messages.
614 .It Cm no_rdisc_adv
615 disables the transmission of Router Discovery Advertisements.
616 .It Cm rdisc_adv
617 specifies that Router Discovery Advertisements should be sent,
618 even on point-to-point links,
619 which by default only listen to Router Discovery messages.
620 .It Cm bcast_rdisc
621 specifies that Router Discovery packets should be broadcast instead of
622 multicast.
623 .It Cm rdisc_pref Ns \&= Ns Ar N
624 sets the preference in Router Discovery Advertisements to the optionally
625 signed integer
626 .Ar N .
627 The default preference is 0.
628 Default routes with smaller or more negative preferences are preferred by
629 clients.
630 .It Cm rdisc_interval Ns \&= Ns Ar N
631 sets the nominal interval with which Router Discovery Advertisements
632 are transmitted to N seconds and their lifetime to 3*N.
633 .It Cm fake_default Ns \&= Ns Ar metric
634 has an identical effect to
635 .Fl F Ar net[/mask][=metric]
636 with the network and mask coming from the specified interface.
637 .It Cm pm_rdisc
638 is similar to
639 .Cm fake_default .
640 When RIPv2 routes are multicast, so that RIPv1 listeners cannot
641 receive them, this feature causes a RIPv1 default route to be
642 broadcast to RIPv1 listeners.
643 Unless modified with
644 .Cm fake_default ,
645 the default route is broadcast with a metric of 14.
646 That serves as a "poor man's router discovery" protocol.
647 .It Cm trust_gateway Ns \&= Ns Ar rname[|net1/mask1|net2/mask2|...]
648 causes RIP packets from that router and other routers named in
649 other
650 .Cm trust_gateway
651 keywords to be accepted, and packets from other routers to be ignored.
652 If networks are specified, then routes to other networks will be ignored
653 from that router.
654 .It Cm redirect_ok
655 causes RIP to allow ICMP Redirect messages when the system is acting
656 as a router and forwarding packets.
657 Otherwise, ICMP Redirect messages are overridden.
658 .El
659 .Sh FILES
660 .Bl -tag -width /etc/gateways -compact
661 .It Pa /etc/gateways
662 for distant gateways
663 .El
664 .Sh SEE ALSO
665 .Xr icmp 4 ,
666 .Xr udp 4 ,
667 .Xr rtquery 8
668 .Rs
669 .%T Internet Transport Protocols
670 .%R XSIS 028112
671 .%Q Xerox System Integration Standard
672 .Re
673 .Sh HISTORY
674 The
675 .Nm
676 command appeared in
677 .Bx 4.2 .
678 .Sh BUGS
679 It does not always detect unidirectional failures in network interfaces,
680 for example, when the output side fails.