From: kn Date: Sat, 13 Mar 2021 21:23:29 +0000 (+0000) Subject: Remove "deletetunnel" (deprecated with 6.4) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9402abba6844cb8a0dadd5b06fe496816fae4af4;p=openbsd Remove "deletetunnel" (deprecated with 6.4) OK deraadt --- diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 85dd017cad0..7c19f58a4ef 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifconfig.c,v 1.439 2021/03/13 21:21:36 kn Exp $ */ +/* $OpenBSD: ifconfig.c,v 1.440 2021/03/13 21:23:29 kn Exp $ */ /* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */ /* @@ -518,8 +518,6 @@ const struct cmd { { "tunnel", NEXTARG2, 0, NULL, settunnel }, { "tunneladdr", NEXTARG, 0, settunneladdr }, { "-tunnel", 0, 0, deletetunnel }, - /* deletetunnel is for backward compat, remove during 6.4-current */ - { "deletetunnel", 0, 0, deletetunnel }, { "tunneldomain", NEXTARG, 0, settunnelinst }, { "-tunneldomain", 0, 0, unsettunnelinst }, { "tunnelttl", NEXTARG, 0, settunnelttl },