https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242606
--- Comment #5 from Conrad Meyer <c...@freebsd.org> --- Anyway, the comment in the header is clear enough: REQIDs over 0x3fff are reserved for the kernel. Linux uses this range for the kernel as well (see net/key/af_key.c#L1915, gen_reqid()). They simply ignore bogus user requests for higher numbers: https://github.com/torvalds/linux/blob/master/net/key/af_key.c#L1959 if (t->reqid > IPSEC_MANUAL_REQID_MAX) t->reqid = 0; -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"