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