Page MenuHomeFreeBSD

ipfilter: Disable ipfs(8) by default
Needs ReviewPublic

Authored by cy on Mon, Nov 17, 2:41 PM.
Tags
None
Referenced Files
F136576938: D53787.id.diff
Tue, Nov 18, 10:36 AM
F136576292: D53787.id166562.diff
Tue, Nov 18, 10:30 AM
Unknown Object (File)
Mon, Nov 17, 7:25 PM
Unknown Object (File)
Mon, Nov 17, 3:53 PM

Details

Summary

At the moment ipfs(8) is a tool that can be easily abused. Though the
concept is sound the implementation needs some work.

ipfs(8) should be considered experimental at the moment.

This commit also makes ipfs support in the kernel optional.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 68686
Build 65569: arc lint + arc unit

Event Timeline

cy requested review of this revision.Mon, Nov 17, 2:41 PM
sys/conf/NOTES
1049
sys/conf/options
109

in opt_ipfilter.h?

sys/conf/NOTES
1049

Sounds fair enough.

This looks ok to me with Ed's suggestion applied.

This looks ok to me with Ed's suggestion applied.

Ed's suggestion has been applied locally. The revision has also been updated (locally) to also include ip_state. It makes no sense to do this in two commits.