529357a79a5229eb710436572d1d5dc59070f22f
[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 .\" 4. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     From: @(#)ifconfig.8    8.3 (Berkeley) 1/5/94
29 .\" $FreeBSD: src/sbin/ifconfig/ifconfig.8,v 1.124 2006/10/10 09:44:08 ru Exp $
30 .\" $DragonFly: src/sbin/ifconfig/ifconfig.8,v 1.13 2006/11/25 05:54:22 sephe Exp $
31 .\"
32 .Dd November 19, 2006
33 .Dt IFCONFIG 8
34 .Os
35 .Sh NAME
36 .Nm ifconfig
37 .Nd configure network interface parameters
38 .Sh SYNOPSIS
39 .Nm
40 .Op Fl L
41 .Op Fl k
42 .Op Fl m
43 .Ar interface
44 .Op Cm create
45 .Op Ar address_family
46 .Oo
47 .Ar address
48 .Op Ar dest_address
49 .Oc
50 .Op Ar parameters
51 .Nm
52 .Ar interface
53 .Cm destroy
54 .Nm
55 .Fl a
56 .Op Fl L
57 .Op Fl d
58 .Op Fl m
59 .Op Fl u
60 .Op Fl v
61 .Op Ar address_family
62 .Nm
63 .Fl l
64 .Op Fl d
65 .Op Fl u
66 .Op Ar address_family
67 .Nm
68 .Op Fl L
69 .Op Fl d
70 .Op Fl k
71 .Op Fl m
72 .Op Fl u
73 .Op Fl v
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 network address specified.
205 This would be used if you incorrectly specified an alias, or it
206 was no longer needed.
207 If you have incorrectly set an NS address having the side effect
208 of specifying the host portion, removing all NS addresses will
209 allow you to respecify the host portion.
210 .It Cm anycast
211 (Inet6 only.)
212 Specify that the address configured is an anycast address.
213 Based on the current specification,
214 only routers may configure anycast addresses.
215 Anycast address will not be used as source address of any of outgoing
216 IPv6 packets.
217 .It Cm arp
218 Enable the use of the Address Resolution Protocol
219 .Pq Xr arp 4
220 in mapping
221 between network level addresses and link level addresses (default).
222 This is currently implemented for mapping between
223 .Tn DARPA
224 Internet
225 addresses and
226 .Tn IEEE
227 802 48-bit MAC addresses (Ethernet, FDDI, and Token Ring addresses).
228 .It Fl arp
229 Disable the use of the Address Resolution Protocol
230 .Pq Xr arp 4 .
231 .It Cm broadcast
232 (Inet only.)
233 Specify the address to use to represent broadcasts to the
234 network.
235 The default broadcast address is the address with a host part of all 1's.
236 .It Cm debug
237 Enable driver dependent debugging code; usually, this turns on
238 extra console error logging.
239 .It Fl debug
240 Disable driver dependent debugging code.
241 .It Cm promisc
242 Put interface into permanently promiscuous mode.
243 .It Fl promisc
244 Disable permanently promiscuous mode.
245 .It Cm delete
246 Another name for the
247 .Fl alias
248 parameter.
249 .It Cm down
250 Mark an interface
251 .Dq down .
252 When an interface is marked
253 .Dq down ,
254 the system will not attempt to
255 transmit messages through that interface.
256 If possible, the interface will be reset to disable reception as well.
257 This action does not automatically disable routes using the interface.
258 .It Cm eui64
259 (Inet6 only.)
260 Fill interface index
261 (lowermost 64bit of an IPv6 address)
262 automatically.
263 .It Cm ipdst
264 This is used to specify an Internet host who is willing to receive
265 IP packets encapsulating IPX packets bound for a remote network.
266 An apparent point to point link is constructed, and
267 the address specified will be taken as the IPX address and network
268 of the destination.
269 .It Cm media Ar type
270 If the driver supports the media selection system, set the media type
271 of the interface to
272 .Ar type .
273 Some interfaces support the mutually exclusive use of one of several
274 different physical media connectors.
275 For example, a 10Mbit/s Ethernet
276 interface might support the use of either
277 .Tn AUI
278 or twisted pair connectors.
279 Setting the media type to
280 .Cm 10base5/AUI
281 would change the currently active connector to the AUI port.
282 Setting it to
283 .Cm 10baseT/UTP
284 would activate twisted pair.
285 Refer to the interfaces' driver
286 specific documentation or man page for a complete list of the
287 available types.
288 .It Cm mediaopt Ar opts
289 If the driver supports the media selection system, set the specified
290 media options on the interface.
291 The
292 .Ar opts
293 argument
294 is a comma delimited list of options to apply to the interface.
295 Refer to the interfaces' driver specific man page for a complete
296 list of available options.
297 .It Fl mediaopt Ar opts
298 If the driver supports the media selection system, disable the
299 specified media options on the interface.
300 .It Cm mode Ar mode
301 If the driver supports the media selection system, set the specified
302 operating mode on the interface to
303 .Ar mode .
304 For IEEE 802.11 wireless interfaces that support multiple operating modes
305 this directive is used to select between 802.11a
306 .Pq Cm 11a ,
307 802.11b
308 .Pq Cm 11b ,
309 and 802.11g
310 .Pq Cm 11g
311 operating modes.
312 .It Cm name Ar name
313 Set the interface name to
314 .Ar name .
315 .It Cm rxcsum , txcsum
316 If the driver supports user-configurable checksum offloading,
317 enable receive (or transmit) checksum offloading on the interface.
318 Some drivers may not be able to enable these flags independently
319 of each other, so setting one may also set the other.
320 The driver will offload as much checksum work as it can reliably
321 support, the exact level of offloading varies between drivers.
322 .It Fl rxcsum , txcsum
323 If the driver supports user-configurable checksum offloading,
324 disable receive (or transmit) checksum offloading on the interface.
325 These settings may not always be independent of each other.
326 .It Cm vlanmtu , vlanhwtag
327 If the driver offers user-configurable VLAN support, enable
328 reception of extended frames or tag processing in hardware,
329 respectively.
330 Note that this must be issued on a physical interface associated with
331 .Xr vlan 4 ,
332 not on a
333 .Xr vlan 4
334 interface itself.
335 .It Fl vlanmtu , vlanhwtag
336 If the driver offers user-configurable VLAN support, disable
337 reception of extended frames or tag processing in hardware,
338 respectively.
339 .It Cm polling
340 Turn on
341 .Xr polling 4
342 feature and disable interrupts on the interface, if the driver supports
343 this mode.
344 .It Fl polling
345 Turn off
346 .Xr polling 4
347 feature and enable interrupt mode on the interface.
348 .It Cm create
349 Create the specified network pseudo-device.
350 If the interface is given without a unit number, try to create a new
351 device with an arbitrary unit number.
352 If creation of an arbitrary device is successful, the new device name is
353 printed to standard output unless the interface is renamed or destroyed
354 in the same
355 .Nm
356 invocation.
357 .It Cm destroy
358 Destroy the specified network pseudo-device.
359 .It Cm plumb
360 Another name for the
361 .Cm create
362 parameter.
363 Included for
364 .Tn Solaris
365 compatibility.
366 .It Cm unplumb
367 Another name for the
368 .Cm destroy
369 parameter.
370 Included for
371 .Tn Solaris
372 compatibility.
373 .It Cm metric Ar n
374 Set the routing metric of the interface to
375 .Ar n ,
376 default 0.
377 The routing metric is used by the routing protocol
378 .Pq Xr routed 8 .
379 Higher metrics have the effect of making a route
380 less favorable; metrics are counted as additional hops
381 to the destination network or host.
382 .It Cm mtu Ar n
383 Set the maximum transmission unit of the interface to
384 .Ar n ,
385 default is interface specific.
386 The MTU is used to limit the size of packets that are transmitted on an
387 interface.
388 Not all interfaces support setting the MTU, and some interfaces have
389 range restrictions.
390 .It Cm netmask Ar mask
391 .\" (Inet and ISO.)
392 (Inet only.)
393 Specify how much of the address to reserve for subdividing
394 networks into sub-networks.
395 The mask includes the network part of the local address
396 and the subnet part, which is taken from the host field of the address.
397 The mask can be specified as a single hexadecimal number
398 with a leading
399 .Ql 0x ,
400 with a dot-notation Internet address,
401 or with a pseudo-network name listed in the network table
402 .Xr networks 5 .
403 The mask contains 1's for the bit positions in the 32-bit address
404 which are to be used for the network and subnet parts,
405 and 0's for the host part.
406 The mask should contain at least the standard network portion,
407 and the subnet field should be contiguous with the network
408 portion.
409 .Pp
410 The netmask can also be specified in CIDR notation after the address.
411 See the
412 .Ar address
413 option above for more information.
414 .It Cm autoconf
415 (Inet6 only.)
416 Enable autoconfiguration.
417 .It Fl autoconf
418 Disable autoconfiguration.
419 .It Cm pltime Ar n
420 (Inet6 only.)
421 Set preferred lifetime for the address.
422 .It Cm vltime Ar n
423 (Inet6 only.)
424 Set valid lifetime for the address.
425 .It Cm prefixlen Ar len
426 (Inet6 only.)
427 Specify that
428 .Ar len
429 bits are reserved for subdividing networks into sub-networks.
430 The
431 .Ar len
432 must be integer, and for syntactical reason it must be between 0 to 128.
433 It is almost always 64 under the current IPv6 assignment rule.
434 If the parameter is omitted, 64 is used.
435 .Pp
436 The prefix can also be specified using the slash notation after the address.
437 See the
438 .Ar address
439 option above for more information.
440 .It Cm deprecated
441 (Inet6 only.)
442 Set the IPv6 deprecated address bit.
443 .It Fl deprecated
444 (Inet6 only.)
445 Clear the IPv6 deprecated address bit.
446 .It Cm tentative
447 (Inet6 only.)
448 Set the IPv6 tentative address bit.
449 .It Fl tentative
450 (Inet6 only.)
451 Clear the IPv6 tentative address bit.
452 .\" see
453 .\" Xr eon 5 .
454 .\" .It Cm nsellength Ar n
455 .\" .Pf ( Tn ISO
456 .\" only)
457 .\" This specifies a trailing number of bytes for a received
458 .\" .Tn NSAP
459 .\" used for local identification, the remaining leading part of which is
460 .\" taken to be the
461 .\" .Tn NET
462 .\" (Network Entity Title).
463 .\" The default value is 1, which is conformant to US
464 .\" .Tn GOSIP .
465 .\" When an ISO address is set in an ifconfig command,
466 .\" it is really the
467 .\" .Tn NSAP
468 .\" which is being specified.
469 .\" For example, in
470 .\" .Tn US GOSIP ,
471 .\" 20 hex digits should be
472 .\" specified in the
473 .\" .Tn ISO NSAP
474 .\" to be assigned to the interface.
475 .\" There is some evidence that a number different from 1 may be useful
476 .\" for
477 .\" .Tn AFI
478 .\" 37 type addresses.
479 .It Cm range Ar netrange
480 Under appletalk, set the interface to respond to a
481 .Ar netrange
482 of the form
483 .Ar startnet Ns - Ns Ar endnet .
484 Appletalk uses this scheme instead of
485 netmasks though
486 .Fx
487 implements it internally as a set of netmasks.
488 .It Cm remove
489 Another name for the
490 .Fl alias
491 parameter.
492 Introduced for compatibility
493 with
494 .Bsx .
495 .It Cm phase
496 The argument following this specifies the version (phase) of the
497 Appletalk network attached to the interface.
498 Values of 1 or 2 are permitted.
499 .Sm off
500 .It Cm link Op Cm 0 No - Cm 2
501 .Sm on
502 Enable special processing of the link level of the interface.
503 These three options are interface specific in actual effect, however,
504 they are in general used to select special modes of operation.
505 An example
506 of this is to enable SLIP compression, or to select the connector type
507 for some Ethernet cards.
508 Refer to the man page for the specific driver
509 for more information.
510 .Sm off
511 .It Fl link Op Cm 0 No - Cm 2
512 .Sm on
513 Disable special processing at the link level with the specified interface.
514 .It Cm compress
515 Another name for the
516 .Cm link0
517 parameter.
518 .It Cm normal
519 Another name for the
520 .Fl link0
521 parameter.
522 .It Cm noicmp
523 Another name for the
524 .Cm link1
525 parameter.
526 .\".It Cm monitor
527 .\"Put the interface in monitor mode.
528 .\"No packets are transmitted, and received packets are discarded after
529 .\".Xr bpf 4
530 .\"processing.
531 .\".It Fl monitor
532 .\"Take the interface out of monitor mode.
533 .It Cm up
534 Mark an interface
535 .Dq up .
536 This may be used to enable an interface after an
537 .Dq Nm Cm down .
538 It happens automatically when setting the first address on an interface.
539 If the interface was reset when previously marked down,
540 the hardware will be re-initialized.
541 .El
542 .Pp
543 The following parameters are specific to IEEE 802.11 wireless interfaces:
544 .Bl -tag -width indent
545 .It Cm apbridge
546 When operating as an access point, pass packets between
547 wireless clients directly (default).
548 To instead let them pass up through the
549 system and be forwarded using some other mechanism, use
550 .Fl apbridge .
551 Disabling the internal bridging
552 is useful when traffic is to be processed with
553 packet filtering.
554 .It Cm authmode Ar mode
555 Set the desired authentication mode in infrastructure mode.
556 Not all adaptors support all modes.
557 The set of
558 valid modes is
559 .Cm none , open , shared
560 (shared key),
561 .Cm 8021x
562 (IEEE 802.1x),
563 and
564 .Cm wpa
565 (IEEE WPA/WPA2/802.11i).
566 The
567 .Cm 8021x
568 and
569 .Cm wpa
570 modes are only useful when using an authentication service
571 (a supplicant for client operation or an authenticator when
572 operating as an access point).
573 Modes are case insensitive.
574 .It Cm bintval Ar interval
575 Set the interval at which beacon frames are sent when operating in
576 ad-hoc or ap mode.
577 The
578 .Ar interval
579 parameter is specified in TU's (1/1024 msecs).
580 By default beacon frames are transmitted every 100 TU's.
581 .It Cm bmissthreshold Ar count
582 Set the number of consecutive missed beacons at which the station
583 will attempt to roam (i.e. search for a new access point).
584 The
585 .Ar count
586 parameter is must be in the range 1 to 255;
587 though the upper bound may be reduced according to device capabilities..
588 The default threshold is 7 consecutive missed beacons;
589 but this may be overridden by the device driver.
590 Another name for the
591 .Cm bmissthreshold
592 parameter is
593 .Cm bmiss .
594 .It Cm bssid Ar address
595 Specify the MAC address of the access point to use when operating
596 as a station in a BSS network.
597 This overrides any automatic selection done by the system.
598 To disable a previously selected access point, supply
599 .Cm any , none ,
600 or
601 .Cm -
602 for the address.
603 This option is useful when more than one access point uses the same SSID.
604 Another name for the
605 .Cm bssid
606 parameter is
607 .Cm ap .
608 .It Cm burst
609 Enable packet bursting.
610 Packet bursting is a transmission technique whereby the wireless
611 medium is acquired once to send multiple frames and the interframe
612 spacing is reduced.
613 This technique can significantly increase throughput by reducing
614 transmission overhead.
615 Packet bursting is supported by the 802.11e QoS specification
616 and some devices that do not support QoS may still be capable.
617 By default packet bursting is enabled if a device is capable
618 of doing it.
619 To disable packet bursting, use
620 .Fl burst .
621 .It Cm chanlist Ar channels
622 Set the desired channels to use when scanning for access
623 points, neighbors in an IBSS network, or looking for unoccupied
624 channels when operating as an access point.
625 The set of channels is specified as a comma-separated list with
626 each element in the list representing either a single channel number or a range
627 of the form
628 .Dq Li a-b .
629 Channel numbers must be in the range 1 to 255 and be permissible
630 according to the operating characteristics of the device.
631 .It Cm channel Ar number
632 Set a single desired channel.
633 Channels range from 1 to 255, but the exact selection available
634 depends on the region your adaptor was manufactured for.
635 Setting
636 the channel to
637 .Li 0 ,
638 .Cm any ,
639 or
640 .Cm -
641 will give you the default for your adaptor.
642 Some
643 adaptors ignore this setting unless you are in ad-hoc mode.
644 Alternatively the frequency, in megahertz, may be specified
645 instead of the channel number.
646 .It Cm deftxkey Ar index
647 Set the default key to use for transmission.
648 Typically this is only set when using WEP encryption.
649 The
650 .Cm weptxkey
651 is an alias for this request; it is provided for backwards compatibility.
652 .It Cm dtimperiod Ar period
653 Set the
654 DTIM
655 period for transmitting buffered multicast data frames when
656 operating in ap mode.
657 The
658 .Ar period
659 specifies the number of beacon intervals between DTIM
660 and must be in the range 1 to 15.
661 By default DTIM is 1 (i.e., DTIM occurs at each beacon).
662 .It Cm fragthreshold Ar length
663 Set the threshold for which transmitted frames are broken into fragments.
664 The
665 .Ar length
666 argument is the frame size in bytes and must be in the range 256 to 2346.
667 Setting
668 .Ar length
669 to
670 .Li 2346 ,
671 .Cm any ,
672 or
673 .Cm -
674 disables transmit fragmentation.
675 Not all adaptors honor the fragmentation threshold.
676 .It Cm hidessid
677 When operating as an access point, do not broadcast the SSID
678 in beacon frames or respond to probe request frames unless
679 they are directed to the ap (i.e., they include the ap's SSID).
680 By default, the SSID is included in beacon frames and
681 undirected probe request frames are answered.
682 To re-enable the broadcast of the SSID etc., use
683 .Fl hidessid .
684 .It Cm list active
685 Display the list of channels available for use taking into account
686 any restrictions set with the
687 .Cm chanlist
688 directive.
689 See the description of
690 .Cm list chan
691 for more information.
692 .It Cm list caps
693 Display the adaptor's capabilities, including the operating
694 modes supported.
695 .It Cm list chan
696 Display the list of channels available for use.
697 Channels are shown with their IEEE channel number, equivalent
698 frequency, and usage modes.
699 Channels identified as
700 .Ql 11g
701 are also usable in
702 .Ql 11b
703 mode.
704 Channels identified as
705 .Ql 11a Turbo
706 may be used only for Atheros' Static Turbo mode
707 specified with
708 .Cm mediaopt turbo ) .
709 Channels marked with a
710 .Ql *
711 have a regulatory constraint that they be passively scanned.
712 This means a station is not permitted to transmit on the channel until
713 it identifies the channel is being used for 802.11 communication;
714 typically by hearing a beacon frame from an access point operating
715 on the channel.
716 .Cm list freq
717 is another way of requesting this information.
718 .It Cm list mac
719 Display the current MAC Access Control List state.
720 Each address is prefixed with a character that indicates the
721 current policy applied to it:
722 .Ql +
723 indicates the address is allowed access,
724 .Ql -
725 indicates the address is denied access,
726 .Ql *
727 indicates the address is present but the current policy open
728 (so the ACL is not consulted).
729 .It Cm list scan
730 Display the access points and/or ad-hoc neighbors
731 located in the vicinity.
732 The
733 .Fl v
734 flag may be used to display long SSIDs.
735 This information may be updated automatically by the adaptor
736 and/or with a
737 .Cm scan
738 request.
739 .Cm list ap
740 is another way of requesting this information.
741 .It Cm list sta
742 When operating as an access point display the stations that are
743 currently associated.
744 When operating in ad-hoc mode display stations identified as
745 neighbors in the IBSS.
746 .It Cm list wme
747 Display the current parameters to use when operating in WME mode.
748 When WME mode is enabled for an adaptor this information will be
749 displayed with the regular status; this command is mostly useful
750 for examining parameters when WME mode is disabled.
751 See the description of the
752 .Cm wme
753 directive for information on the various parameters.
754 .It Cm mcastrate Ar rate
755 Set the rate for transmitting multicast/broadcast frames.
756 Rates are specified as megabits/second in decimal; e.g.\& 5.5 for 5.5 Mbit/s.
757 This rate should be valid for the current operating conditions;
758 if an invalid rate is specified drivers are free to chose an
759 appropriate rate.
760 .It Cm powersave
761 Enable powersave operation.
762 When operating as a client, the station will conserve power by
763 periodically turning off the radio and listening for
764 messages from the access point telling it there are packets waiting.
765 The station must then retrieve the packets.
766 When operating as an access point, the station must honor power
767 save operation of associated clients.
768 Not all devices support power save operation, either as a client
769 or as an access point.
770 Use
771 .Fl powersave
772 to disable powersave operation.
773 .It Cm powersavemode Ar mode
774 Set powersave mode.
775 The set of valid modes is
776 .Cm off
777 (same as
778 .Fl powersave),
779 .Cm on
780 (same as
781 .Cm powersave),
782 and
783 .Cm cam
784 (same as
785 .Cm powersave).
786 .It Cm powersavesleep Ar sleep
787 Set the desired max powersave sleep time in milliseconds.
788 .It Cm protmode Ar technique
789 For interfaces operating in 802.11g, use the specified
790 .Ar technique
791 for protecting OFDM frames in a mixed 11b/11g network.
792 The set of valid techniques is
793 .Cm off , cts
794 (CTS to self),
795 and
796 .Cm rtscts
797 (RTS/CTS).
798 Technique names are case insensitive.
799 .It Cm pureg
800 When operating as an access point in 802.11g mode allow only
801 11g-capable stations to associate (11b-only stations are not
802 permitted to associate).
803 To allow both 11g and 11b-only stations to associate, use
804 .Fl pureg .
805 .It Cm roaming Ar mode
806 When operating as a station, control how the system will
807 behave when communication with the current access point
808 is broken.
809 The
810 .Ar mode
811 argument may be one of
812 .Cm device
813 (leave it to the hardware device to decide),
814 .Cm auto
815 (handle either in the device or the operating system\[em]as appropriate),
816 .Cm manual
817 (do nothing until explicitly instructed).
818 By default, the device is left to handle this if it is
819 capable; otherwise, the operating system will automatically
820 attempt to reestablish communication.
821 Manual mode is mostly useful when an application wants to
822 control the selection of an access point.
823 .It Cm ratectl Ar algorithm
824 Set the TX rate control algorithm.
825 The set of valid
826 .Ar algorithm
827 is
828 .Cm onoe
829 (Onoe TX rate control algorithm)
830 and
831 .Cm amrr
832 (AMRR TX rate control algorithm).
833 .Ar Algorithm
834 names are case sensitive.
835 .It Cm rtsthreshold Ar length
836 Set the threshold for which
837 transmitted frames are preceded by transmission of an
838 RTS
839 control frame.
840 The
841 .Ar length
842 argument
843 is the frame size in bytes and must be in the range 1 to 2346.
844 Setting
845 .Ar length
846 to
847 .Li 2346 ,
848 .Cm any ,
849 or
850 .Cm -
851 disables transmission of RTS frames.
852 Not all adaptors support setting the RTS threshold.
853 .It Cm ssid Ar ssid
854 Set the desired Service Set Identifier (aka network name).
855 The SSID is a string up to 32 characters
856 in length and may be specified as either a normal string or in
857 hexadecimal when preceded by
858 .Ql 0x .
859 Additionally, the SSID may be cleared by setting it to
860 .Ql - .
861 .It Cm scan
862 Initiate a scan of neighboring stations, wait for it to complete, and
863 display all stations found.
864 Only the super-user can initiate a scan.
865 Depending on the capabilities of the APs, the following
866 flags can be included in the output:
867 .Bl -tag -width 3n
868 .It Li A
869 Channel Agility.
870 Indicates that the station support channel hopping as described by the
871 IEEE 802.11b specification.
872 .It Li B
873 Packet Binary Convolution Code (PBCC).
874 A modulation alternative to the standard OFDM method.
875 .It Dv C
876 Pollreq
877 .It Dv c
878 Pollable
879 .It Dv D
880 Direct Sequence Spread Spectrum - Orthogonal Frequency Division
881 Multiplexing (DSSS-OFDM).
882 Indicates the the station supports DSSS-OFDM modulation.
883 .It Li E
884 Extended Service Set (ESS).
885 Indicates that the station is part of an infrastructure network
886 (in contrast to an IBSS/ad-hoc network).
887 .It Li I
888 IBSS/ad-hoc network.
889 Indicates that the station is part of an ad-hoc network
890 (in contrast to an ESS network).
891 .It Li P
892 Privacy.
893 Data confidentiality is required for all data frames
894 exchanged within the BSS.
895 This means that this BSS requires the station to
896 use cryptographic means such as WEP, TKIP or AES-CCMP to
897 encrypt/decrypt data frames being exchanged with others.
898 .It Dv R
899 Robust Security Network (RSN).
900 Indicates that the station supports the IEEE 802.11i authentication
901 and key management protocol.
902 .It Li S
903 Short Preamble.
904 Indicates that the network is using short preambles (defined
905 in 802.11b High Rate/DSSS PHY, short preamble utilizes a
906 56 bit sync field in contrast to a 128 bit field used in long
907 preamble mode).
908 .It Li s
909 Short slot time.
910 Indicates that the network is using a short slot time.
911 .El
912 .Pp
913 The
914 .Cm list scan
915 request can be used to show recent scan results without
916 initiating a new scan.
917 .Pp
918 The
919 .Fl v
920 flag may be used to prevent the shortening of long SSIDs.
921 .It Cm stationname Ar name
922 Set the name of this station.
923 It appears that the station name is not really part of the IEEE 802.11
924 protocol though all interfaces seem to support it.
925 As such it only
926 seems to be meaningful to identical or virtually identical equipment.
927 Setting the station name is identical in syntax to setting the SSID.
928 .It Cm txpower Ar power
929 Set the power used to transmit frames.
930 The
931 .Ar power
932 argument
933 is a unitless value in the range 0 to 100 that is interpreted
934 by drivers to derive a device-specific value.
935 Out of range values are truncated.
936 Typically only a few discreet power settings are available and
937 the driver will use the setting closest to the specified value.
938 Not all adaptors support changing the transmit power.
939 .It Cm wepmode Ar mode
940 Set the desired WEP mode.
941 Not all adaptors support all modes.
942 The set of valid modes is
943 .Cm off , on ,
944 and
945 .Cm mixed .
946 The
947 .Cm mixed
948 mode explicitly tells the adaptor to allow association with access
949 points which allow both encrypted and unencrypted traffic.
950 On these adaptors,
951 .Cm on
952 means that the access point must only allow encrypted connections.
953 On other adaptors,
954 .Cm on
955 is generally another name for
956 .Cm mixed .
957 Modes are case insensitive.
958 .It Cm weptxkey Ar index
959 Set the WEP key to be used for transmission.
960 This is the same as setting the default transmission key with
961 .Cm deftxkey .
962 .It Cm wepkey Ar key Ns | Ns Ar index : Ns Ar key
963 Set the selected WEP key.
964 If an
965 .Ar index
966 is not given, key 1 is set.
967 A WEP key will be either 5 or 13
968 characters (40 or 104 bits) depending of the local network and the
969 capabilities of the adaptor.
970 It may be specified either as a plain
971 string or as a string of hexadecimal digits preceded by
972 .Ql 0x .
973 For maximum portability, hex keys are recommended;
974 the mapping of text keys to WEP encryption is usually driver-specific.
975 In particular, the
976 .Tn Windows
977 drivers do this mapping differently to
978 .Fx .
979 A key may be cleared by setting it to
980 .Ql - .
981 If WEP is supported then there are at least four keys.
982 Some adaptors support more than four keys.
983 If that is the case, then the first four keys
984 (1-4) will be the standard temporary keys and any others will be adaptor
985 specific keys such as permanent keys stored in NVRAM.
986 .It Cm wme
987 Enable Wireless Multimedia Extensions (WME) support, if available,
988 for the specified interface.
989 WME is a subset of the IEEE 802.11e standard to support the
990 efficient communication of realtime and multimedia data.
991 To disable WME support, use
992 .Fl wme .
993 .Pp
994 The following parameters are meaningful only when WME support is in use.
995 Parameters are specified per-AC (Access Category) and
996 split into those that are used by a station when acting
997 as an access point and those for client stations in the BSS.
998 The latter are received from the access point and may not be changed
999 (at the station).
1000 The following Access Categories are recognized:
1001 .Pp
1002 .Bl -tag -width ".Cm AC_BK" -compact
1003 .It Cm AC_BE
1004 (or
1005 .Cm BE )
1006 best effort delivery,
1007 .It Cm AC_BK
1008 (or
1009 .Cm BK )
1010 background traffic,
1011 .It Cm AC_VI
1012 (or
1013 .Cm VI )
1014 video traffic,
1015 .It Cm AC_VO
1016 (or
1017 .Cm VO )
1018 voice traffic.
1019 .El
1020 .Pp
1021 AC parameters are case-insensitive.
1022 Traffic classification is done in the operating system using the
1023 vlan priority associated with data frames or the
1024 ToS (Type of Service) indication in IP-encapsulated frames.
1025 If neither information is present, traffic is assigned to the
1026 Best Effort (BE) category.
1027 .Bl -tag -width indent
1028 .It Cm ack Ar ac
1029 Set the ACK policy for QoS transmissions by the local station;
1030 this controls whether or not data frames transmitted by a station
1031 require an ACK response from the receiving station.
1032 To disable waiting for an ACK use
1033 .Fl ack .
1034 This parameter is applied only to the local station.
1035 .It Cm acm Ar ac
1036 Enable the Admission Control Mandatory (ACM) mechanism
1037 for transmissions by the local station.
1038 To disable the ACM use
1039 .Fl acm .
1040 On stations in a BSS this parameter is read-only and indicates
1041 the setting received from the access point.
1042 NB: ACM is not supported right now.
1043 .It Cm aifs Ar ac Ar count
1044 Set the Arbitration Inter Frame Spacing (AIFS)
1045 channel access parameter to use for transmissions
1046 by the local station.
1047 On stations in a BSS this parameter is read-only and indicates
1048 the setting received from the access point.
1049 .It Cm cwmin Ar ac Ar count
1050 Set the CWmin channel access parameter to use for transmissions
1051 by the local station.
1052 On stations in a BSS this parameter is read-only and indicates
1053 the setting received from the access point.
1054 .It Cm cwmax Ar ac Ar count
1055 Set the CWmax channel access parameter to use for transmissions
1056 by the local station.
1057 On stations in a BSS this parameter is read-only and indicates
1058 the setting received from the access point.
1059 .It Cm txoplimit Ar ac Ar limit
1060 Set the Transmission Opportunity Limit channel access parameter
1061 to use for transmissions by the local station.
1062 This parameter defines an interval of time when a WME station
1063 has the right to initiate transmissions onto the wireless medium.
1064 On stations in a BSS this parameter is read-only and indicates
1065 the setting received from the access point.
1066 .It Cm bss:aifs Ar ac Ar count
1067 Set the AIFS channel access parameter to send to stations in a BSS.
1068 This parameter is meaningful only when operating in ap mode.
1069 .It Cm bss:cwmin Ar ac Ar count
1070 Set the CWmin channel access parameter to send to stations in a BSS.
1071 This parameter is meaningful only when operating in ap mode.
1072 .It Cm bss:cwmax Ar ac Ar count
1073 Set the CWmax channel access parameter to send to stations in a BSS.
1074 This parameter is meaningful only when operating in ap mode.
1075 .It Cm bss:txoplimit Ar ac Ar limit
1076 Set the TxOpLimit channel access parameter to send to stations in a BSS.
1077 This parameter is meaningful only when operating in ap mode.
1078 .El
1079 .El
1080 .Pp
1081 The following parameters support an optional access control list
1082 feature available with some adaptors when operating in ap mode; see
1083 .Xr wlan_acl 4 .
1084 This facility allows an access point to accept/deny association
1085 requests based on the MAC address of the station.
1086 Note that this feature does not significantly enhance security
1087 as MAC address spoofing is easy to do.
1088 .Bl -tag -width indent
1089 .It Cm mac:add Ar address
1090 Add the specified MAC address to the database.
1091 Depending on the policy setting association requests from the
1092 specified station will be allowed or denied.
1093 .It Cm mac:allow
1094 Set the ACL policy to permit association only by
1095 stations registered in the database.
1096 .It Cm mac:del Ar address
1097 Delete the specified MAC address from the database.
1098 .It Cm mac:deny
1099 Set the ACL policy to deny association only by
1100 stations registered in the database.
1101 .It Cm mac:kick Ar address
1102 Force the specified station to be deauthenticated.
1103 This typically is done to block a station after updating the
1104 address database.
1105 .It Cm mac:open
1106 Set the ACL policy to allow all stations to associate.
1107 .It Cm mac:flush
1108 Delete all entries in the database.
1109 .El
1110 .Pp
1111 The following parameters are for compatibility with other systems:
1112 .Bl -tag -width indent
1113 .It Cm nwid Ar ssid
1114 Another name for the
1115 .Cm ssid
1116 parameter.
1117 Included for
1118 .Nx
1119 compatibility.
1120 .It Cm station Ar name
1121 Another name for the
1122 .Cm stationname
1123 parameter.
1124 Included for
1125 .Bsx
1126 compatibility.
1127 .It Cm wep
1128 Another way of saying
1129 .Cm wepmode on .
1130 Included for
1131 .Bsx
1132 compatibility.
1133 .It Fl wep
1134 Another way of saying
1135 .Cm wepmode off .
1136 Included for
1137 .Bsx
1138 compatibility.
1139 .It Cm nwkey key
1140 Another way of saying:
1141 .Dq Li "wepmode on weptxkey 1 wepkey 1:key wepkey 2:- wepkey 3:- wepkey 4:-" .
1142 Included for
1143 .Nx
1144 compatibility.
1145 .It Cm nwkey Xo
1146 .Sm off
1147 .Ar n : k1 , k2 , k3 , k4
1148 .Sm on
1149 .Xc
1150 Another way of saying
1151 .Dq Li "wepmode on weptxkey n wepkey 1:k1 wepkey 2:k2 wepkey 3:k3 wepkey 4:k4" .
1152 Included for
1153 .Nx
1154 compatibility.
1155 .It Fl nwkey
1156 Another way of saying
1157 .Cm wepmode off .
1158 Included for
1159 .Nx
1160 compatibility.
1161 .El
1162 .Pp
1163 The following parameters are specific to bridge interfaces:
1164 .Bl -tag -width indent
1165 .It Cm addm Ar interface
1166 Add the interface named by
1167 .Ar interface
1168 as a member of the bridge.
1169 The interface is put into promiscuous mode
1170 so that it can receive every packet sent on the network.
1171 .It Cm deletem Ar interface
1172 Remove the interface named by
1173 .Ar interface
1174 from the bridge.
1175 Promiscuous mode is disabled on the interface when
1176 it is removed from the bridge.
1177 .It Cm maxaddr Ar size
1178 Set the size of the bridge address cache to
1179 .Ar size .
1180 The default is 100 entries.
1181 .It Cm timeout Ar seconds
1182 Set the timeout of address cache entries to
1183 .Ar seconds
1184 seconds.
1185 If
1186 .Ar seconds
1187 is zero, then address cache entries will not be expired.
1188 The default is 240 seconds.
1189 .It Cm addr
1190 Display the addresses that have been learned by the bridge.
1191 .It Cm static Ar interface-name Ar address
1192 Add a static entry into the address cache pointing to
1193 .Ar interface-name .
1194 Static entries are never aged out of the cache or re-placed, even if the
1195 address is seen on a different interface.
1196 .It Cm deladdr Ar address
1197 Delete
1198 .Ar address
1199 from the address cache.
1200 .It Cm flush
1201 Delete all dynamically-learned addresses from the address cache.
1202 .It Cm flushall
1203 Delete all addresses, including static addresses, from the address cache.
1204 .It Cm discover Ar interface
1205 Mark an interface as a
1206 .Dq discovering
1207 interface.
1208 When the bridge has no address cache entry
1209 (either dynamic or static)
1210 for the destination address of a packet,
1211 the bridge will forward the packet to all
1212 member interfaces marked as
1213 .Dq discovering .
1214 This is the default for all interfaces added to a bridge.
1215 .It Fl discover Ar interface
1216 Clear the
1217 .Dq discovering
1218 attribute on a member interface.
1219 For packets without the
1220 .Dq discovering
1221 attribute, the only packets forwarded on the interface are broadcast
1222 or multicast packets and packets for which the destination address
1223 is known to be on the interface's segment.
1224 .It Cm learn Ar interface
1225 Mark an interface as a
1226 .Dq learning
1227 interface.
1228 When a packet arrives on such an interface, the source
1229 address of the packet is entered into the address cache as being a
1230 destination address on the interface's segment.
1231 This is the default for all interfaces added to a bridge.
1232 .It Fl learn Ar interface
1233 Clear the
1234 .Dq learning
1235 attribute on a member interface.
1236 .It Cm span Ar interface
1237 Add the interface named by
1238 .Ar interface
1239 as a span port on the bridge.
1240 Span ports transmit a copy of every frame received by the bridge.
1241 This is most useful for snooping a bridged network passively on
1242 another host connected to one of the span ports of the bridge.
1243 .It Fl span Ar interface
1244 Delete the interface named by
1245 .Ar interface
1246 from the list of span ports of the bridge.
1247 .It Cm stp Ar interface
1248 Enable Spanning Tree protocol on
1249 .Ar interface .
1250 The
1251 .Xr bridge 4
1252 driver has support for the IEEE 802.1D Spanning Tree protocol (STP).
1253 Spanning Tree is used to detect and remove loops in a network topology.
1254 .It Fl stp Ar interface
1255 Disable Spanning Tree protocol on
1256 .Ar interface .
1257 This is the default for all interfaces added to a bridge.
1258 .It Cm maxage Ar seconds
1259 Set the time that a Spanning Tree protocol configuration is valid.
1260 The default is 20 seconds.
1261 The minimum is 1 second and the maximum is 255 seconds.
1262 .It Cm fwddelay Ar seconds
1263 Set the time that must pass before an interface begins forwarding
1264 packets when Spanning Tree is enabled.
1265 The default is 15 seconds.
1266 The minimum is 1 second and the maximum is 255 seconds.
1267 .It Cm hellotime Ar seconds
1268 Set the time between broadcasting of Spanning Tree protocol
1269 configuration messages.
1270 The default is 2 seconds.
1271 The minimum is 1 second and the maximum is 255 seconds.
1272 .It Cm priority Ar value
1273 Set the bridge priority for Spanning Tree.
1274 The default is 32768.
1275 The minimum is 0 and the maximum is 65536.
1276 .It Cm ifpriority Ar interface Ar value
1277 Set the Spanning Tree priority of
1278 .Ar interface
1279 to
1280 .Ar value .
1281 The default is 128.
1282 The minimum is 0 and the maximum is 255.
1283 .It Cm ifpathcost Ar interface Ar value
1284 Set the Spanning Tree path cost of
1285 .Ar interface
1286 to
1287 .Ar value .
1288 The default is 55.
1289 The minimum is 0 and the maximum is 65535.
1290 .El
1291 .Pp
1292 The following parameters are specific to IP tunnel interfaces,
1293 .Xr gif 4 :
1294 .Bl -tag -width indent
1295 .It Cm tunnel Ar src_addr dest_addr
1296 Configure the physical source and destination address for IP tunnel
1297 interfaces.
1298 The arguments
1299 .Ar src_addr
1300 and
1301 .Ar dest_addr
1302 are interpreted as the outer source/destination for the encapsulating
1303 IPv4/IPv6 header.
1304 .It Fl tunnel
1305 Unconfigure the physical source and destination address for IP tunnel
1306 interfaces previously configured with
1307 .Cm tunnel .
1308 .It Cm deletetunnel
1309 Another name for the
1310 .Fl tunnel
1311 parameter.
1312 .El
1313 .Pp
1314 The following parameters are specific to
1315 .Xr vlan 4
1316 interfaces:
1317 .Bl -tag -width indent
1318 .It Cm vlan Ar vlan_tag
1319 Set the VLAN tag value to
1320 .Ar vlan_tag .
1321 This value is a 16-bit number which is used to create an 802.1Q
1322 VLAN header for packets sent from the
1323 .Xr vlan 4
1324 interface.
1325 Note that
1326 .Cm vlan
1327 and
1328 .Cm vlandev
1329 must both be set at the same time.
1330 .It Cm vlandev Ar iface
1331 Associate the physical interface
1332 .Ar iface
1333 with a
1334 .Xr vlan 4
1335 interface.
1336 Packets transmitted through the
1337 .Xr vlan 4
1338 interface will be
1339 diverted to the specified physical interface
1340 .Ar iface
1341 with 802.1Q VLAN encapsulation.
1342 Packets with 802.1Q encapsulation received
1343 by the parent interface with the correct VLAN tag will be diverted to
1344 the associated
1345 .Xr vlan 4
1346 pseudo-interface.
1347 The
1348 .Xr vlan 4
1349 interface is assigned a
1350 copy of the parent interface's flags and the parent's ethernet address.
1351 The
1352 .Cm vlandev
1353 and
1354 .Cm vlan
1355 must both be set at the same time.
1356 If the
1357 .Xr vlan 4
1358 interface already has
1359 a physical interface associated with it, this command will fail.
1360 To
1361 change the association to another physical interface, the existing
1362 association must be cleared first.
1363 .Pp
1364 Note: if the hardware tagging capability
1365 is set on the parent interface, the
1366 .Xr vlan 4
1367 pseudo
1368 interface's behavior changes:
1369 the
1370 .Xr vlan 4
1371 interface recognizes that the
1372 parent interface supports insertion and extraction of VLAN tags on its
1373 own (usually in firmware) and that it should pass packets to and from
1374 the parent unaltered.
1375 .It Fl vlandev Op Ar iface
1376 If the driver is a
1377 .Xr vlan 4
1378 pseudo device, disassociate the parent interface from it.
1379 This breaks the link between the
1380 .Xr vlan 4
1381 interface and its parent,
1382 clears its VLAN tag, flags and its link address and shuts the interface down.
1383 The
1384 .Ar iface
1385 argument is useless and hence deprecated.
1386 .El
1387 .Pp
1388 The
1389 .Nm
1390 utility displays the current configuration for a network interface
1391 when no optional parameters are supplied.
1392 If a protocol family is specified,
1393 .Nm
1394 will report only the details specific to that protocol family.
1395 .Pp
1396 If the
1397 .Fl m
1398 flag is passed before an interface name,
1399 .Nm
1400 will display the capability list and all
1401 of the supported media for the specified interface.
1402 If
1403 .Fl L
1404 flag is supplied, address lifetime is displayed for IPv6 addresses,
1405 as time offset string.
1406 .Pp
1407 Optionally, the
1408 .Fl a
1409 flag may be used instead of an interface name.
1410 This flag instructs
1411 .Nm
1412 to display information about all interfaces in the system.
1413 The
1414 .Fl d
1415 flag limits this to interfaces that are down, and
1416 .Fl u
1417 limits this to interfaces that are up.
1418 When no arguments are given,
1419 .Fl a
1420 is implied.
1421 .Pp
1422 The
1423 .Fl l
1424 flag may be used to list all available interfaces on the system, with
1425 no other additional information.
1426 Use of this flag is mutually exclusive
1427 with all other flags and commands, except for
1428 .Fl d
1429 (only list interfaces that are down)
1430 and
1431 .Fl u
1432 (only list interfaces that are up).
1433 .Pp
1434 The
1435 .Fl v
1436 flag may be used to get more verbose status for an interface.
1437 .Pp
1438 The
1439 .Fl C
1440 flag may be used to list all of the interface cloners available on
1441 the system, with no additional information.
1442 Use of this flag is mutually exclusive with all other flags and commands.
1443 .Pp
1444 The
1445 .Fl k
1446 flag causes keying information for the interface, if available, to be
1447 printed.
1448 For example, the values of 802.11 WEP keys will be printed, if accessible to
1449 the current user.
1450 This information is not printed by default, as it may be considered
1451 sensitive.
1452 .Pp
1453 Only the super-user may modify the configuration of a network interface.
1454 .Sh NOTES
1455 The media selection system is relatively new and only some drivers support
1456 it (or have need for it).
1457 .Sh DIAGNOSTICS
1458 Messages indicating the specified interface does not exist, the
1459 requested address is unknown, or the user is not privileged and
1460 tried to alter an interface's configuration.
1461 .Sh SEE ALSO
1462 .Xr netstat 1 ,
1463 .Xr ifmedia 4 ,
1464 .Xr netintro 4 ,
1465 .Xr polling 4 ,
1466 .Xr vlan 4 ,
1467 .\" .Xr eon 5 ,
1468 .Xr rc 8 ,
1469 .Xr routed 8 ,
1470 .Xr sysctl 8
1471 .Sh HISTORY
1472 The
1473 .Nm
1474 utility appeared in
1475 .Bx 4.2 .
1476 .Sh BUGS
1477 Basic IPv6 node operation requires a link-local address on each
1478 interface configured for IPv6.
1479 Normally, such an address is automatically configured by the
1480 kernel on each interface added to the system; this behaviour may
1481 be disabled by setting the sysctl MIB variable
1482 .Va net.inet6.ip6.auto_linklocal
1483 to 0.
1484 .Pp
1485 If you delete such an address using
1486 .Nm ,
1487 the kernel may act very odd.
1488 Do this at your own risk.