netlink/route: Fix the argument list for rtnl_handle_iflink()
commit0289db3259532d51ebe58bc0b2647a0d9e6cae66
authorMark Johnston <markj@FreeBSD.org>
Fri, 22 Nov 2024 13:52:57 +0000 (22 13:52 +0000)
committerMark Johnston <markj@FreeBSD.org>
Fri, 22 Nov 2024 14:03:40 +0000 (22 14:03 +0000)
treec7c8097ec9fa6434b1d011a348f3f0fb26f41a97
parentcc3da1955c16df5eb0019e0fef810696b035b7cf
netlink/route: Fix the argument list for rtnl_handle_iflink()

This function is registered as a ifnet_link_event and so should have the
corresponding argument list.

PR: 282870
Reported by: nakayamakenjiro@gmail.com
MFC after: 1 week
sys/netlink/route/iface.c