remove SIOCSIFDSTADDR from the network ioctls.
authordlg <dlg@openbsd.org>
Wed, 16 Oct 2024 11:03:55 +0000 (11:03 +0000)
committerdlg <dlg@openbsd.org>
Wed, 16 Oct 2024 11:03:55 +0000 (11:03 +0000)
commitcca0aa0677fc40e23612d4afa267939656dd3a9b
tree386aa72a239ab35fa79fce969f5c5889875b7e98
parent9a67f0c9d9b9238855dbefcd283a3822c9370033
remove SIOCSIFDSTADDR from the network ioctls.

netintro says it's deprecated, and most of our other drivers are
doing fine without it.

ok miod@ kn@ patrick@
sys/net/if_tun.c