ok? Index: ifconfig.c =================================================================== RCS file: /cvs/src/sbin/ifconfig/ifconfig.c,v retrieving revision 1.349 diff -u -p -r1.349 ifconfig.c --- ifconfig.c 30 Oct 2017 10:04:07 -0000 1.349 +++ ifconfig.c 5 Nov 2017 20:06:57 -0000 @@ -424,8 +424,6 @@ const struct cmd { { "maxupd", NEXTARG, 0, setpfsync_maxupd }, { "defer", 1, 0, setpfsync_defer }, { "-defer", 0, 0, setpfsync_defer }, - /* giftunnel is for backward compat */ - { "giftunnel", NEXTARG2, 0, NULL, settunnel } , { "tunnel", NEXTARG2, 0, NULL, settunnel } , { "deletetunnel", 0, 0, deletetunnel } , { "tunneldomain", NEXTARG, 0, settunnelinst } ,