netintro says it's deprecated, and most of our other drivers are
doing fine without it.
ok miod@ kn@ patrick@
-/* $OpenBSD: if_tun.c,v 1.241 2024/10/10 06:50:58 dlg Exp $ */
+/* $OpenBSD: if_tun.c,v 1.242 2024/10/16 11:03:55 dlg Exp $ */
/* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */
/*
CLR(ifp->if_flags, IFF_RUNNING);
break;
- case SIOCSIFDSTADDR:
- tun_init(sc);
- TUNDEBUG(("%s: destination address set\n", ifp->if_xname));
- break;
case SIOCSIFMTU:
if (ifr->ifr_mtu < ETHERMIN || ifr->ifr_mtu > TUNMRU)
error = EINVAL;