Merge from vendor branch GCC:
[dragonfly.git] / sbin / ifconfig / ifconfig.8
1 .\" Copyright (c) 1983, 1991, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgment:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     From: @(#)ifconfig.8    8.3 (Berkeley) 1/5/94
33 .\" $FreeBSD: src/sbin/ifconfig/ifconfig.8,v 1.27.2.22 2003/01/26 03:33:56 keramida Exp $
34 .\" $DragonFly: src/sbin/ifconfig/ifconfig.8,v 1.4 2004/11/13 04:13:22 cpressey Exp $
35 .\"
36 .Dd July 2, 2001
37 .Dt IFCONFIG 8
38 .Os
39 .Sh NAME
40 .Nm ifconfig
41 .Nd configure network interface parameters
42 .Sh SYNOPSIS
43 .Nm
44 .Op Fl L
45 .Op Fl m
46 .Ar interface
47 .Op Cm create
48 .Op Ar address_family
49 .Oo
50 .Ar address
51 .Op Ar dest_address
52 .Oc
53 .Op Ar parameters
54 .Nm
55 .Ar interface
56 .Cm destroy
57 .Nm
58 .Fl a
59 .Op Fl L
60 .Op Fl d
61 .Op Fl m
62 .Op Fl u
63 .Op Ar address_family
64 .Nm
65 .Fl l
66 .Op Fl d
67 .Op Fl u
68 .Op Ar address_family
69 .Nm
70 .Op Fl L
71 .Op Fl d
72 .Op Fl m
73 .Op Fl u
74 .Op Fl C
75 .Sh DESCRIPTION
76 The
77 .Nm
78 utility is used to assign an address
79 to a network interface and/or configure
80 network interface parameters.
81 The
82 .Nm
83 utility must be used at boot time to define the network address
84 of each interface present on a machine; it may also be used at
85 a later time to redefine an interface's address
86 or other operating parameters.
87 .Pp
88 The following options are available:
89 .Bl -tag -width indent
90 .It Ar address
91 For the
92 .Tn DARPA Ns -Internet
93 family,
94 the address is either a host name present in the host name data
95 base,
96 .Xr hosts 5 ,
97 or a
98 .Tn DARPA
99 Internet address expressed in the Internet standard
100 .Dq dot notation .
101 .Pp
102 It is also possible to use the CIDR notation (also known as the
103 slash notation) to include the netmask.
104 That is, one can specify an address like
105 .Li 192.168.0.1/16 .
106 .Pp
107 For
108 .Dq inet6
109 family, it is also possible to specify the prefix length using the slash
110 notation, like
111 .Li ::1/128 .
112 See the
113 .Cm prefixlen
114 parameter below for more information.
115 .\" For the Xerox Network Systems(tm) family,
116 .\" addresses are
117 .\" .Ar net:a.b.c.d.e.f ,
118 .\" where
119 .\" .Ar net
120 .\" is the assigned network number (in decimal),
121 .\" and each of the six bytes of the host number,
122 .\" .Ar a
123 .\" through
124 .\" .Ar f ,
125 .\" are specified in hexadecimal.
126 .\" The host number may be omitted on IEEE 802 protocol
127 .\" (Ethernet, FDDI, and Token Ring) interfaces,
128 .\" which use the hardware physical address,
129 .\" and on interfaces other than the first.
130 .\" For the
131 .\" .Tn ISO
132 .\" family, addresses are specified as a long hexadecimal string,
133 .\" as in the Xerox family.
134 .\" However, two consecutive dots imply a zero
135 .\" byte, and the dots are optional, if the user wishes to (carefully)
136 .\" count out long strings of digits in network byte order.
137 .Pp
138 The link-level
139 .Pq Dq link
140 address
141 is specified as a series of colon-separated hex digits.
142 This can be used to
143 e.g. set a new MAC address on an ethernet interface, though the
144 mechanism used is not ethernet-specific.
145 If the interface is already
146 up when this option is used, it will be briefly brought down and
147 then brought back up again in order to ensure that the receive
148 filter in the underlying ethernet hardware is properly reprogrammed.
149 .It Ar address_family
150 Specify the
151 address family
152 which affects interpretation of the remaining parameters.
153 Since an interface can receive transmissions in differing protocols
154 with different naming schemes, specifying the address family is recommended.
155 The address or protocol families currently
156 supported are
157 .Dq inet ,
158 .Dq inet6 ,
159 .Dq atalk ,
160 .Dq ipx ,
161 .\" .Dq iso ,
162 and
163 .Dq link .
164 .\" and
165 .\" .Dq ns .
166 The default is
167 .Dq inet .
168 .Dq ether
169 and
170 .Dq lladdr
171 are synonyms for
172 .Dq link .
173 .It Ar dest_address
174 Specify the address of the correspondent on the other end
175 of a point to point link.
176 .It Ar interface
177 This
178 parameter is a string of the form
179 .Dq name unit ,
180 for example,
181 .Dq Li ed0 .
182 .El
183 .Pp
184 The following parameters may be set with
185 .Nm :
186 .Bl -tag -width indent
187 .It Cm add
188 Another name for the
189 .Cm alias
190 parameter.
191 Introduced for compatibility
192 with
193 .Bsx .
194 .It Cm alias
195 Establish an additional network address for this interface.
196 This is sometimes useful when changing network numbers, and
197 one wishes to accept packets addressed to the old interface.
198 If the address is on the same subnet as the first network address
199 for this interface, a non-conflicting netmask must be given.
200 Usually
201 .Li 0xffffffff
202 is most appropriate.
203 .It Fl alias
204 Remove the specified network address from this interface
205 (if none is specified, all network addresses for the interface
206 are removed.)
207 This would be used if you incorrectly specified an alias, or it
208 was no longer needed.
209 If you have incorrectly set an NS address having the side effect
210 of specifying the host portion, removing all NS addresses will
211 allow you to respecify the host portion.
212 .It Cm anycast
213 (Inet6 only.)
214 Specify that the address configured is an anycast address.
215 Based on the current specification,
216 only routers may configure anycast addresses.
217 Anycast address will not be used as source address of any of outgoing
218 IPv6 packets.
219 .It Cm arp
220 Enable the use of the Address Resolution Protocol
221 .Pq Xr arp 4
222 in mapping
223 between network level addresses and link level addresses (default).
224 This is currently implemented for mapping between
225 .Tn DARPA
226 Internet
227 addresses and
228 .Tn IEEE
229 802 48-bit MAC addresses (Ethernet, FDDI, and Token Ring addresses).
230 .It Fl arp
231 Disable the use of the Address Resolution Protocol
232 .Pq Xr arp 4 .
233 .It Cm broadcast
234 (Inet only.)
235 Specify the address to use to represent broadcasts to the
236 network.
237 The default broadcast address is the address with a host part of all 1's.
238 .It Cm debug
239 Enable driver dependent debugging code; usually, this turns on
240 extra console error logging.
241 .It Fl debug
242 Disable driver dependent debugging code.
243 .It Cm promisc
244 Put interface into permanently promiscuous mode.
245 .It Fl promisc
246 Disable permanently promiscuous mode.
247 .It Cm delete
248 Another name for the
249 .Fl alias
250 parameter.
251 .It Cm down
252 Mark an interface
253 .Dq down .
254 When an interface is marked
255 .Dq down ,
256 the system will not attempt to
257 transmit messages through that interface.
258 If possible, the interface will be reset to disable reception as well.
259 This action does not automatically disable routes using the interface.
260 .It Cm eui64
261 (Inet6 only.)
262 Fill interface index
263 (lowermost 64bit of an IPv6 address)
264 automatically.
265 .\" .It Cm ipdst
266 .\" This is used to specify an Internet host who is willing to receive
267 .\" ip packets encapsulating NS packets bound for a remote network.
268 .\" An apparent point to point link is constructed, and
269 .\" the address specified will be taken as the NS address and network
270 .\" of the destination.
271 .\" IP encapsulation of
272 .\" .Tn CLNP
273 .\" packets is done differently.
274 .It Cm media Ar type
275 If the driver supports the media selection system, set the media type
276 of the interface to
277 .Ar type .
278 Some interfaces support the mutually exclusive use of one of several
279 different physical media connectors.
280 For example, a 10Mb/s Ethernet
281 interface might support the use of either
282 .Tn AUI
283 or twisted pair connectors.
284 Setting the media type to
285 .Dq 10base5/AUI
286 would change the currently active connector to the AUI port.
287 Setting it to
288 .Dq 10baseT/UTP
289 would activate twisted pair.
290 Refer to the interfaces' driver
291 specific documentation or man page for a complete list of the
292 available types.
293 .It Cm mediaopt Ar opts
294 If the driver supports the media selection system, set the specified
295 media options on the interface.
296 The
297 .Ar opts
298 argument
299 is a comma delimited list of options to apply to the interface.
300 Refer to the interfaces' driver specific man page for a complete
301 list of available options.
302 .It Fl mediaopt Ar opts
303 If the driver supports the media selection system, disable the
304 specified media options on the interface.
305 .It Cm tunnel Ar src_addr dest_addr
306 (IP tunnel devices only.)
307 Configure the physical source and destination address for IP tunnel
308 interfaces
309 .Pq Xr gif 4 .
310 The arguments
311 .Ar src_addr
312 and
313 .Ar dest_addr
314 are interpreted as the outer source/destination for the encapsulating
315 IPv4/IPv6 header.
316 .It Cm deletetunnel
317 Unconfigure the physical source and destination address for IP tunnel
318 interfaces previously configured with
319 .Cm tunnel .
320 .It Cm create
321 Create the specified network pseudo-device.
322 If the interface is given without a unit number, try to create a new
323 device with an arbitrary unit number.
324 If creation of an arbitrary device is successful, the new device name is
325 printed to standard output.
326 .It Cm destroy
327 Destroy the specified network pseudo-device.
328 .It Cm plumb
329 Another name for the
330 .Cm create
331 parameter.
332 Included for
333 .Tn Solaris
334 compatibility.
335 .It Cm unplumb
336 Another name for the
337 .Cm destroy
338 parameter.
339 Included for
340 .Tn Solaris
341 compatibility.
342 .It Cm vlan Ar vlan_tag
343 If the interface is a vlan pseudo interface, set the vlan tag value
344 to
345 .Ar vlan_tag .
346 This value is a 16-bit number which is used to create an 802.1Q
347 vlan header for packets sent from the vlan interface.
348 Note that
349 .Cm vlan
350 and
351 .Cm vlandev
352 must both be set at the same time.
353 .It Cm vlandev Ar iface
354 If the interface is a vlan pseudo device, associate physical interface
355 .Ar iface
356 with it.
357 Packets transmitted through the vlan interface will be
358 diverted to the specified physical interface
359 .Ar iface
360 with 802.1Q vlan encapsulation.
361 Packets with 802.1Q encapsulation received
362 by the parent interface with the correct vlan tag will be diverted to
363 the associated vlan pseudo-interface.
364 The vlan interface is assigned a
365 copy of the parent interface's flags and the parent's ethernet address.
366 The
367 .Cm vlandev
368 and
369 .Cm vlan
370 must both be set at the same time.
371 If the vlan interface already has
372 a physical interface associated with it, this command will fail.
373 To
374 change the association to another physical interface, the existing
375 association must be cleared first.
376 .Pp
377 Note: if the
378 .Cm link0
379 flag is set on the vlan interface, the vlan pseudo
380 interface's behavior changes: the
381 .Cm link0
382 tells the vlan interface that the
383 parent interface supports insertion and extraction of vlan tags on its
384 own (usually in firmware) and that it should pass packets to and from
385 the parent unaltered.
386 .It Fl vlandev Ar iface
387 If the driver is a vlan pseudo device, disassociate the physical interface
388 .Ar iface
389 from it.
390 This breaks the link between the vlan interface and its parent,
391 clears its vlan tag, flags and its link address and shuts the interface down.
392 .It Cm metric Ar n
393 Set the routing metric of the interface to
394 .Ar n ,
395 default 0.
396 The routing metric is used by the routing protocol
397 .Pq Xr routed 8 .
398 Higher metrics have the effect of making a route
399 less favorable; metrics are counted as addition hops
400 to the destination network or host.
401 .It Cm mtu Ar n
402 Set the maximum transmission unit of the interface to
403 .Ar n ,
404 default is interface specific.
405 The MTU is used to limit the size of packets that are transmitted on an
406 interface.
407 Not all interfaces support setting the MTU, and some interfaces have
408 range restrictions.
409 .It Cm netmask Ar mask
410 .\" (Inet and ISO.)
411 (Inet only.)
412 Specify how much of the address to reserve for subdividing
413 networks into sub-networks.
414 The mask includes the network part of the local address
415 and the subnet part, which is taken from the host field of the address.
416 The mask can be specified as a single hexadecimal number
417 with a leading
418 .Ql 0x ,
419 with a dot-notation Internet address,
420 or with a pseudo-network name listed in the network table
421 .Xr networks 5 .
422 The mask contains 1's for the bit positions in the 32-bit address
423 which are to be used for the network and subnet parts,
424 and 0's for the host part.
425 The mask should contain at least the standard network portion,
426 and the subnet field should be contiguous with the network
427 portion.
428 .Pp
429 The netmask can also be specified in CIDR notation after the address.
430 See the
431 .Ar address
432 option above for more information.
433 .It Cm prefixlen Ar len
434 (Inet6 only.)
435 Specify that
436 .Ar len
437 bits are reserved for subdividing networks into sub-networks.
438 The
439 .Ar len
440 must be integer, and for syntactical reason it must be between 0 to 128.
441 It is almost always 64 under the current IPv6 assignment rule.
442 If the parameter is omitted, 64 is used.
443 .Pp
444 The prefix can also be specified using the slash notation after the address.
445 See the
446 .Ar address
447 option above for more information.
448 .\" see
449 .\" Xr eon 5 .
450 .\" .It Cm nsellength Ar n
451 .\" .Pf ( Tn ISO
452 .\" only)
453 .\" This specifies a trailing number of bytes for a received
454 .\" .Tn NSAP
455 .\" used for local identification, the remaining leading part of which is
456 .\" taken to be the
457 .\" .Tn NET
458 .\" (Network Entity Title).
459 .\" The default value is 1, which is conformant to US
460 .\" .Tn GOSIP .
461 .\" When an ISO address is set in an ifconfig command,
462 .\" it is really the
463 .\" .Tn NSAP
464 .\" which is being specified.
465 .\" For example, in
466 .\" .Tn US GOSIP ,
467 .\" 20 hex digits should be
468 .\" specified in the
469 .\" .Tn ISO NSAP
470 .\" to be assigned to the interface.
471 .\" There is some evidence that a number different from 1 may be useful
472 .\" for
473 .\" .Tn AFI
474 .\" 37 type addresses.
475 .It Cm range Ar netrange
476 Under appletalk, set the interface to respond to a
477 .Ar netrange
478 of the form
479 .Ar startnet Ns - Ns Ar endnet .
480 Appletalk uses this scheme instead of
481 netmasks though
482 .Dx
483 implements it internally as a set of netmasks.
484 .It Cm remove
485 Another name for the
486 .Fl alias
487 parameter.
488 Introduced for compatibility
489 with
490 .Bsx .
491 .It Cm phase
492 The argument following this specifies the version (phase) of the
493 Appletalk network attached to the interface.
494 Values of 1 or 2 are permitted.
495 .Sm off
496 .It Cm link Op Cm 0 No - Cm 2
497 .Sm on
498 Enable special processing of the link level of the interface.
499 These three options are interface specific in actual effect, however,
500 they are in general used to select special modes of operation.
501 An example
502 of this is to enable SLIP compression, or to select the connector type
503 for some Ethernet cards.
504 Refer to the man page for the specific driver
505 for more information.
506 .Sm off
507 .It Fl link Op Cm 0 No - Cm 2
508 .Sm on
509 Disable special processing at the link level with the specified interface.
510 .It Cm up
511 Mark an interface
512 .Dq up .
513 This may be used to enable an interface after an
514 .Dq Nm Cm down .
515 It happens automatically when setting the first address on an interface.
516 If the interface was reset when previously marked down,
517 the hardware will be re-initialized.
518 .It Cm ssid Ar ssid
519 For IEEE 802.11 wireless interfaces, set the desired Service Set
520 Identifier (aka network name).
521 The SSID is a string up to 32 characters
522 in length and may be specified as either a normal string or in
523 hexadecimal when proceeded by
524 .Ql 0x .
525 Additionally, the SSID may be cleared by setting it to
526 .Ql - .
527 .It Cm nwid Ar ssid
528 Another name for the
529 .Cm ssid
530 parameter.
531 Included for
532 .Nx
533 compatibility.
534 .It Cm stationname Ar name
535 For IEEE 802.11 wireless interfaces, set the name of this station.
536 It appears that the station name is not really part of the IEEE 802.11
537 protocol though all interfaces seem to support it.
538 As such it only
539 seems to be meaningful to identical or virtually identical equipment.
540 Setting the station name is identical in syntax to setting the SSID.
541 .It Cm station Ar name
542 Another name for the
543 .Cm stationname
544 parameter.
545 Included for
546 .Bsx
547 compatibility.
548 .It Cm channel Ar number
549 For IEEE 802.11 wireless interfaces, set the desired channel.
550 Channels range from 1 to 14, but the exact selection available
551 depends on the region your adaptor was manufactured for.
552 Setting
553 the channel to 0 will give you the default for your adaptor.
554 Many
555 adaptors ignore this setting unless you are in ad-hoc mode.
556 .It Cm authmode Ar mode
557 For IEEE 802.11 wireless interfaces, set the desired authentication mode
558 in infrastructure mode.
559 Not all adaptors support all modes.
560 The set of
561 valid modes is
562 .Dq none ,
563 .Dq open ,
564 and
565 .Dq shared .
566 Modes are case insensitive.
567 .It Cm powersave
568 For IEEE 802.11 wireless interfaces, enable powersave mode.
569 .It Fl powersave
570 For IEEE 802.11 wireless interfaces, disable powersave mode.
571 .It Cm powersavesleep Ar sleep
572 For IEEE 802.11 wireless interfaces, set the desired max powersave sleep
573 time in milliseconds.
574 .It Cm wepmode Ar mode
575 For IEEE 802.11 wireless interfaces, set the desired WEP mode.
576 Not all adaptors support all modes.
577 The set of valid modes is
578 .Dq off ,
579 .Dq on ,
580 and
581 .Dq mixed .
582 .Dq Mixed
583 mode explicitly tells the adaptor to allow association with access
584 points which allow both encrypted and unencrypted traffic.
585 On these adaptors,
586 .Dq on
587 means that the access point must only allow encrypted connections.
588 On other adaptors,
589 .Dq on
590 is generally another name for
591 .Dq mixed .
592 Modes are case insensitive.
593 .It Cm weptxkey Ar index
594 For IEEE 802.11 wireless interfaces, set the WEP key to be used for
595 transmission.
596 .It Cm wepkey Ar key Ns | Ns Ar index : Ns Ar key
597 For IEEE 802.11 wireless interfaces, set the selected WEP key.
598 If an
599 .Ar index
600 is not given, key 1 is set.
601 A WEP key will be either 5 or 13
602 characters (40 or 104 bits) depending of the local network and the
603 capabilities of the adaptor.
604 It may be specified either as a plain
605 string or as a string of hexadecimal digits proceeded by
606 .Ql 0x .
607 For maximum portability, hex keys are recommended;
608 the mapping of text keys to WEP encryption is usually driver-specific.
609 In particular, the
610 .Tn Windows
611 drivers do this mapping differently to
612 .Dx .
613 A key may be cleared by setting it to
614 .Ql - .
615 If WEP is supported then there are at least four keys.
616 Some adaptors support more than four keys.
617 If that is the case, then the first four keys
618 (1-4) will be the standard temporary keys and any others will be adaptor
619 specific keys such as permanent keys stored in NVRAM.
620 .It Cm wep
621 Another way of saying
622 .Cm wepmode on .
623 Included for
624 .Bsx
625 compatibility.
626 .It Fl wep
627 Another way of saying
628 .Cm wepmode off .
629 Included for
630 .Bsx
631 compatibility.
632 .It Cm nwkey key
633 Another way of saying:
634 .Pp
635 .Dq Li "wepmode on weptxkey 1 wepkey 1:key wepkey 2:- wepkey 3:- wepkey 4:-" .
636 .Pp
637 Included for
638 .Nx
639 compatibility.
640 .It Cm nwkey Xo
641 .Sm off
642 .Ar n : k1 , k2 , k3 , k4
643 .Sm on
644 .Xc
645 Another way of saying
646 .Pp
647 .Dq Li "wepmode on weptxkey n wepkey 1:k1 wepkey 2:k2 wepkey 3:k3 wepkey 4:k4" .
648 .Pp
649 Included for
650 .Nx
651 compatibility.
652 .It Fl nwkey
653 Another way of saying
654 .Cm wepmode off .
655 .Pp
656 Included for
657 .Nx
658 compatibility.
659 .El
660 .Pp
661 The
662 .Nm
663 utility displays the current configuration for a network interface
664 when no optional parameters are supplied.
665 If a protocol family is specified,
666 .Nm
667 will report only the details specific to that protocol family.
668 .Pp
669 If the driver does supports the media selection system, the supported
670 media list will be included in the output.
671 .Pp
672 If the
673 .Fl m
674 flag is passed before an interface name,
675 .Nm
676 will display all
677 of the supported media for the specified interface.
678 If
679 .Fl L
680 flag is supplied, address lifetime is displayed for IPv6 addresses,
681 as time offset string.
682 .Pp
683 Optionally, the
684 .Fl a
685 flag may be used instead of an interface name.
686 This flag instructs
687 .Nm
688 to display information about all interfaces in the system.
689 The
690 .Fl d
691 flag limits this to interfaces that are down, and
692 .Fl u
693 limits this to interfaces that are up.
694 When no arguments are given,
695 .Fl a
696 is implied.
697 .Pp
698 The
699 .Fl l
700 flag may be used to list all available interfaces on the system, with
701 no other additional information.
702 Use of this flag is mutually exclusive
703 with all other flags and commands, except for
704 .Fl d
705 (only list interfaces that are down)
706 and
707 .Fl u
708 (only list interfaces that are up).
709 .Pp
710 The
711 .Fl C
712 flag may be used to list all of the interface cloners available on
713 the system, with no additional information.
714 Use of this flag is mutually exclusive with all other flags and commands.
715 .Pp
716 Only the super-user may modify the configuration of a network interface.
717 .Sh NOTES
718 The media selection system is relatively new and only some drivers support
719 it (or have need for it).
720 .Sh DIAGNOSTICS
721 Messages indicating the specified interface does not exist, the
722 requested address is unknown, or the user is not privileged and
723 tried to alter an interface's configuration.
724 .Sh BUGS
725 IPv6 link-local addresses are required for several basic communication
726 between IPv6 node.
727 If they are deleted by
728 .Nm
729 manually, the kernel might show very strange behavior.
730 So, such manual deletions are strongly discouraged.
731 .Sh SEE ALSO
732 .Xr netstat 1 ,
733 .Xr netintro 4 ,
734 .\" .Xr eon 5 ,
735 .Xr rc 8 ,
736 .Xr routed 8
737 .Sh HISTORY
738 The
739 .Nm
740 utility appeared in
741 .Bx 4.2 .