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, Jun 21, 8:49 AM
Unknown Object (File)
May 2 2024, 7:16 AM
Unknown Object (File)
May 2 2024, 7:12 AM
Unknown Object (File)
May 2 2024, 12:00 AM
Unknown Object (File)
Jan 3 2024, 7:21 PM
Unknown Object (File)
Jul 21 2023, 4:04 AM
Unknown Object (File)
May 28 2023, 1:55 AM
Unknown Object (File)
May 15 2023, 3:07 PM
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.