Remove splnet() from ifnewlladdr(), it is not needed anymore.
authorbluhm <bluhm@openbsd.org>
Wed, 30 Jun 2021 13:23:33 +0000 (13:23 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 30 Jun 2021 13:23:33 +0000 (13:23 +0000)
commita0ebdf483a5e34be40dfa5cb0e9328e20036f8a3
tree86b71842809332390cf652d34f868ba53fa0c589
parent66125dcdf35c9936e5ff17ec854d4f87517fea9e
Remove splnet() from ifnewlladdr(), it is not needed anymore.
Add asserts and comments for the locks that are necessary.
discussed with dlg@ mpi@ mvs@; tested by Hrvoje Popovski; OK mpi@
sys/net/if.c