6.4 is getting old.
OK?

Index: ifconfig.c
===================================================================
RCS file: /cvs/src/sbin/ifconfig/ifconfig.c,v
retrieving revision 1.437
diff -u -p -r1.437 ifconfig.c
--- ifconfig.c  12 Mar 2021 17:25:02 -0000      1.437
+++ ifconfig.c  13 Mar 2021 19:53:01 -0000
@@ -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 },

Reply via email to