Remove FASTROUTE; invisible to userspace, and collides with USER

This commit is contained in:
Jens Goldberg
2024-08-19 16:19:05 +02:00
parent af007ec1ff
commit 1950e52c6c

View File

@@ -6825,7 +6825,6 @@ pub const PACKET = struct {
pub const LOOPBACK = 5;
pub const USER = 6;
pub const KERNEL = 7;
pub const FASTROUTE = 8;
pub const ADD_MEMBERSHIP = 1;
pub const DROP_MEMBERSHIP = 2;