]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move struct rtentry definition to nhop_var.h.
authormelifaro <melifaro@FreeBSD.org>
Tue, 28 Apr 2020 18:42:30 +0000 (18:42 +0000)
committermelifaro <melifaro@FreeBSD.org>
Tue, 28 Apr 2020 18:42:30 +0000 (18:42 +0000)
commit1d7f87c6b24c9d06c0d7ddf2417ea8f5ccc07fe8
treea8c65c431544a0493a91b9b19e3ed718f0c518c9
parenta4c675f4079b7c7daeea58dbded4f9b60deb5584
Move struct rtentry definition to nhop_var.h.

One of the goals of the new routing KPI defined in r359823
 is to entirely hide`struct rtentry` from the consumers.
It will allow to improve routing subsystem internals and deliver
 features much faster.

This is one of the last changes, effectively moving struct rtentry
 definition to a net/route_var.h header, internal to the routing subsystem.

Differential Revision: https://reviews.freebsd.org/D24580
sys/net/route.h
sys/net/route_var.h
sys/netinet6/nd6.c