diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-11-05 22:09:27 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-11-05 22:09:27 +0000 |
commit | 66d2e9bb89a132f9e0937b71462b64bf700ece7b (patch) | |
tree | 34256bd0c34eff99e59984854e99bd4c686ebef5 /sbin | |
parent | 1697ae7ccb99b1ac6d4c54bc293532deca156c2b (diff) |
ifconfig <if> giftunnel was deprecated in 2001, it's never too late to
remove it
ok phessler@ beck@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 22db57d4ec2..5ad411ffbae 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifconfig.c,v 1.349 2017/10/30 10:04:07 mpi Exp $ */ +/* $OpenBSD: ifconfig.c,v 1.350 2017/11/05 22:09:26 benno Exp $ */ /* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */ /* @@ -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 } , |