summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-07-02 05:54:32 +0000
committerjmc <jmc@openbsd.org>2014-07-02 05:54:32 +0000
commitb3530682817a92d85146fc5cc49c3b2d2e0b0c4e (patch)
treefd4739ee3e61cdec1d78852884a80e92eb0be993
parentprovide a pool_count global so we can figure out how many pools there are (diff)
downloadwireguard-openbsd-b3530682817a92d85146fc5cc49c3b2d2e0b0c4e.tar.xz
wireguard-openbsd-b3530682817a92d85146fc5cc49c3b2d2e0b0c4e.zip
From: Gregor Best
- "delete" works in af inet by default - priority range is 0 to 15 the "delete" portion tweaked by me help/ok henning
-rw-r--r--sbin/ifconfig/ifconfig.811
1 files changed, 6 insertions, 5 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 591ccf4c896..41f6e3e7d7f 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ifconfig.8,v 1.242 2014/06/23 18:55:29 henning Exp $
+.\" $OpenBSD: ifconfig.8,v 1.243 2014/07/02 05:54:32 jmc Exp $
.\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $
.\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $
.\"
@@ -31,7 +31,7 @@
.\"
.\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94
.\"
-.Dd $Mdocdate: June 23 2014 $
+.Dd $Mdocdate: July 2 2014 $
.Dt IFCONFIG 8
.Os
.Sh NAME
@@ -183,8 +183,9 @@ extra console error logging.
.It Fl debug
Disable driver-dependent debugging code.
.It Cm delete
-Remove the specified network address,
-including any netmask or destination address configured with this address.
+Remove the default inet address associated with the interface,
+including any netmask or destination address configured with it.
+An address and address family can be given to make the deletion more specific.
.It Cm description Ar value
Specify a description of the interface.
This can be used to label interfaces in situations where they may
@@ -403,7 +404,7 @@ Set the interface routing priority to
This will influence the default routing priority of new static routes added to
the kernel.
.Ar n
-is in the range of 0 to 16 with smaller numbers being better.
+is in the range of 0 to 15 with smaller numbers being better.
.It Cm rdomain Ar rdomainid
Attach the interface to the routing domain with the specified
.Ar rdomainid .