From: tb Date: Tue, 31 Jan 2023 20:37:16 +0000 (+0000) Subject: Remove "deletetunnel" command (marked as "remove during 6.4-current"). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e66b2d70565e697aaabc0390daecf711419947e9;p=openbsd Remove "deletetunnel" command (marked as "remove during 6.4-current"). The "-tunnel" command of course remains. --- diff --git a/regress/sbin/ifconfig/ifaddr.c b/regress/sbin/ifconfig/ifaddr.c index 2cfa82d25f1..9d337157451 100644 --- a/regress/sbin/ifconfig/ifaddr.c +++ b/regress/sbin/ifconfig/ifaddr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifaddr.c,v 1.6 2021/07/12 15:09:18 beck Exp $ */ +/* $OpenBSD: ifaddr.c,v 1.7 2023/01/31 20:37:16 tb Exp $ */ /* * This file has been copied from ifconfig and adapted to test @@ -206,8 +206,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 },