HomeFreeBSD

sys/netipsec: fix IPSEC_SUPPORT for non-INET kernels

Description

sys/netipsec: fix IPSEC_SUPPORT for non-INET kernels

The functions ipsec_kmod_udp_input() and ipsec_kmod_udp_pcbctl() are
used by netinet6 for IPSEC_SUPPORT, but are guarded behind #ifdef INET.

Since neither of these require INET, remove the guard so they're built
even without INET.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1158

Details

Provenance
lexi_le-fay.orgAuthored on Apr 12 2024, 4:30 PM
impCommitted on Apr 12 2024, 4:30 PM
Parents
rG737799dfd3a8: Now that D44168 has been merged to stable/14, update the manpage
Branches
Unknown
Tags
Unknown