Justin Hibbits 5674838159 inet6: Fix LINT build
mli_delete_locked() is the only function that takes a const ifnet.
Since it's a static function there's no advantage to keeping it const.
Since `if_t` is not a const struct (currently) the compiler throws an
error passing the ifp around to ifnet functions.

Fixes:		eb1da3e5258238e1c0555c6a006a341df0821d8e
Sponsored by:	Juniper Networks, Inc.
2022-12-20 15:23:49 -05:00
..
2022-08-01 10:02:12 +00:00
2022-12-07 09:00:48 -08:00
2022-08-01 08:52:26 +00:00
2022-07-08 11:27:16 +00:00
2022-11-02 09:34:20 -06:00
2022-12-20 15:23:49 -05:00