Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/ifconfig write up IPv6 operations (prefixlen and others)



details:   https://anonhg.NetBSD.org/src/rev/43da459282f4
branches:  trunk
changeset: 474274:43da459282f4
user:      itojun <itojun%NetBSD.org@localhost>
date:      Fri Jul 02 15:45:46 1999 +0000

description:
write up IPv6 operations (prefixlen and others)

diffstat:

 sbin/ifconfig/ifconfig.8 |  27 +++++++++++++++++++++++++--
 1 files changed, 25 insertions(+), 2 deletions(-)

diffs (62 lines):

diff -r 9174ed403bb5 -r 43da459282f4 sbin/ifconfig/ifconfig.8
--- a/sbin/ifconfig/ifconfig.8  Fri Jul 02 15:37:33 1999 +0000
+++ b/sbin/ifconfig/ifconfig.8  Fri Jul 02 15:45:46 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ifconfig.8,v 1.25 1999/07/01 13:19:20 itojun Exp $
+.\"    $NetBSD: ifconfig.8,v 1.26 1999/07/02 15:45:46 itojun Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -146,6 +146,12 @@
 addresses and 10Mb/s Ethernet addresses.
 .It Fl arp
 Disable the use of the Address Resolution Protocol.
+.It Cm anycast
+(inet6 only)
+Set the IPv6 anycast address bit.
+.It Fl anycast
+(inet6 only)
+Clear the IPv6 anycast address bit.
 .It Cm broadcast Ar mask
 (Inet only)
 Specify the address to use to represent broadcasts to the
@@ -229,7 +235,7 @@
 .Ar n .
 Most interfaces don't support this option.
 .It Cm netmask Ar mask
-(Inet and ISO)
+(Inet, inet6 and ISO)
 Specify how much of the address to reserve for subdividing
 networks into sub-networks.
 The mask includes the network part of the local address
@@ -271,6 +277,20 @@
 for
 .Tn AFI
 37 type addresses.
+.It Cm pltime Ar n
+(inet6 only)
+Set preferred lifetime for the address.
+.It Cm prefixlen Ar n
+(inet6 only)
+Effect is similar to
+.Cm netmask .
+but you can specify by prefix length by digits.
+.It Cm tentative
+(inet6 only)
+Set the IPv6 tentative address bit.
+.It Fl tentative
+(inet6 only)
+Clear the IPv6 tentative address bit.
 .It Cm trailers
 Request the use of a ``trailer'' link level encapsulation when
 sending (default).
@@ -305,6 +325,9 @@
 It happens automatically when setting the first address on an interface.
 If the interface was reset when previously marked down,
 the hardware will be re-initialized.
+.It Cm vltime Ar n
+(inet6 only)
+Set valid lifetime for the address.
 .El
 .Pp
 .Nm



Home | Main Index | Thread Index | Old Index