mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-04 05:11:05 +08:00
Define IN_HISTORICAL_NETS for kernel space
Required by FreeBSD commit: Author: Mike Karels <karels@FreeBSD.org> Date: Tue Oct 26 22:01:09 2021 -0500 kernel: deprecate Internet Class A/B/C Hide historical Class A/B/C macros unless IN_HISTORICAL_NETS is defined; define it for user level. Define IN_MULTICAST separately from IN_CLASSD, and use it in pf instead of IN_CLASSD. Stop using class for setting default masks when not specified; instead, define new default mask (24 bits). Warn when an Internet address is set without a mask. MFC after: 1 month Reviewed by: cy Differential Revision: https://reviews.freebsd.org/D32708
This commit is contained in:
parent
66923c7b02
commit
763a8a399f
@ -98,6 +98,9 @@ extern "C" {
|
||||
/* General define to activate BSD kernel parts */
|
||||
#define _KERNEL 1
|
||||
|
||||
/* REVIEW-AFTER-FREEBSD-BASELINE-UPDATE */
|
||||
#define IN_HISTORICAL_NETS
|
||||
|
||||
/*
|
||||
* Various developer tracing options. See waf --help and --freebsd-options.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user