summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2001-05-07 13:53:26 +0000
committermarkus <markus@openbsd.org>2001-05-07 13:53:26 +0000
commitdfed33437cc90eb8ea89f7990e87b541a69c64cc (patch)
tree942e81fc52ab4788a66c418ff9ec1af248de12d4
parentAvoid excessive malloc/free for select in readdata() (diff)
downloadwireguard-openbsd-dfed33437cc90eb8ea89f7990e87b541a69c64cc.tar.xz
wireguard-openbsd-dfed33437cc90eb8ea89f7990e87b541a69c64cc.zip
tunneldelete -> deletetunnel
-rw-r--r--sbin/ifconfig/ifconfig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c
index 192a209ad74..8f32ec19a8f 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ifconfig.c,v 1.47 2001/05/02 06:44:23 itojun Exp $ */
+/* $OpenBSD: ifconfig.c,v 1.48 2001/05/07 13:53:26 markus Exp $ */
/* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */
/*
@@ -81,7 +81,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94";
#else
-static char rcsid[] = "$OpenBSD: ifconfig.c,v 1.47 2001/05/02 06:44:23 itojun Exp $";
+static char rcsid[] = "$OpenBSD: ifconfig.c,v 1.48 2001/05/07 13:53:26 markus Exp $";
#endif
#endif /* not lint */
@@ -272,7 +272,7 @@ const struct cmd {
/* giftunnel is for backward compat */
{ "giftunnel", NEXTARG2, 0, settunnel } ,
{ "tunnel", NEXTARG2, 0, settunnel } ,
- { "tunneldelete", 0, 0, deletetunnel } ,
+ { "deletetunnel", 0, 0, deletetunnel } ,
{ "link0", IFF_LINK0, 0, setifflags } ,
{ "-link0", -IFF_LINK0, 0, setifflags } ,
{ "link1", IFF_LINK1, 0, setifflags } ,