CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/06/23 06:05:46
Modified files:
sys/net : pf.c
sys/netinet : ip_divert.c ip_divert.h
sys/netinet6 : in6_proto.c ip6_divert.c
Removed files:
sys/netinet6 : ip6_divert.h
Log message:
Remove ip6_divert.h header file.
All redundant code for IPv6 divert has been removed or merged into
ip_divert.c. What remains is the ip6_divert.h header file. Sysctl
does not exists anymore, the leftovers are #ifdef _KERNEL. The few
IPv6 specific declarations can be easily moved into ip_divert.h and
the IPv6 header deleted.
OK mpi@ mvs@