Page MenuHomeFreeBSD

Remove ifdef IPSEC from ip_ipsec.c as they are redundant
ClosedPublic

Authored by jmg on Sep 26 2014, 9:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 27, 5:17 AM
Unknown Object (File)
Mar 16 2026, 8:31 PM
Unknown Object (File)
Mar 16 2026, 1:44 AM
Unknown Object (File)
Mar 10 2026, 10:58 AM
Unknown Object (File)
Feb 12 2026, 2:16 PM
Unknown Object (File)
Oct 30 2025, 10:32 AM
Unknown Object (File)
Oct 30 2025, 10:32 AM
Unknown Object (File)
Oct 30 2025, 1:58 AM
Subscribers

Details

Reviewers
glebius
gnn
bz
Group Reviewers
network
Summary

remove the varios ifdefs as the file is compiled only when IPSEC is included in the config file... these are already ifdef'd out in ip_input.c and ip_output.c

Test Plan

completed, compiled kernel w/o IPSEC and w/ IPSEC

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

jmg retitled this revision from to Remove ifdef IPSEC from ip_ipsec.c as they are redundant.
jmg updated this object.
jmg edited the test plan for this revision. (Show Details)
jmg added a reviewer: gnn.
gnn edited edge metadata.

Off hand this looks fine to me.

glebius added a reviewer: glebius.
glebius added a subscriber: glebius.

Why do you need review for such trivial things? :)

This revision is now accepted and ready to land.Sep 26 2014, 10:44 AM
bz added a reviewer: bz.