Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sbin/ifconfig Pull up revision 1.34, 1.38 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/cb1a656723dd
branches:  netbsd-1-5
changeset: 490443:cb1a656723dd
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Sun Dec 31 17:57:36 2000 +0000

description:
Pull up revision 1.34, 1.38 (requested by bouyer):
  Support cloning of network pseudo-interfaces.

diffstat:

 sbin/ifconfig/ifconfig.8 |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (42 lines):

diff -r 84227424dbbd -r cb1a656723dd sbin/ifconfig/ifconfig.8
--- a/sbin/ifconfig/ifconfig.8  Sun Dec 31 17:57:33 2000 +0000
+++ b/sbin/ifconfig/ifconfig.8  Sun Dec 31 17:57:36 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ifconfig.8,v 1.32.4.7 2000/08/13 17:52:42 wiz Exp $
+.\"    $NetBSD: ifconfig.8,v 1.32.4.8 2000/12/31 17:57:36 jhawk Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -70,6 +70,8 @@
 .Nm ""
 .Fl s
 .Ar interface
+.Nm ""
+.Fl C
 .Sh DESCRIPTION
 .Nm
 is used to assign an address
@@ -343,6 +345,10 @@
 Unconfigure the physical source and destination address for IP tunnel
 interfaces previously configured with
 .Cm tunnel .
+.It Cm create
+Create the specified network pseudo-device.
+.It Cm destroy
+Destroy the specified network pseudo-device.
 .It Cm pltime Ar n
 (inet6 only)
 Set preferred lifetime for the address.
@@ -441,6 +447,12 @@
 .Fl b
 (only list broadcast interfaces).
 .Pp
+The
+.Fl C
+flag may be used to list all of the interface cloners available on
+the system, with no additional information.  Use of this flag is
+mutually exclusive with all other flags and commands.
+.Pp
 Only the super-user may modify the configuration of a network interface.
 .Sh DIAGNOSTICS
 Messages indicating the specified interface does not exist, the



Home | Main Index | Thread Index | Old Index