ifnet: Delete INET address should not fail; panic upon failure.
commit0d50e8a2eab0390cec5bad19a97db33c8ce19e04
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 11 Jul 2017 02:03:57 +0000 (11 10:03 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 11 Jul 2017 02:03:57 +0000 (11 10:03 +0800)
tree23dd3bea571e1adbc02b5dcc18aaaa37c1229d8a
parente7db813995aa61f714d86e95f222b6bffd0a9a61
ifnet: Delete INET address should not fail; panic upon failure.

This helps catch the root cause of a tun(4) related crash.

Reported-by: dillon
sys/net/if.c