Page MenuHomeFreeBSD

pf: Add counters for syncookies
ClosedPublic

Authored by kp on Aug 29 2021, 6:26 PM.
Tags
None
Referenced Files
F135327862: D31713.diff
Sat, Nov 8, 7:08 PM
Unknown Object (File)
Fri, Oct 24, 4:28 PM
Unknown Object (File)
Wed, Oct 22, 1:08 AM
Unknown Object (File)
Wed, Oct 22, 1:08 AM
Unknown Object (File)
Wed, Oct 22, 1:08 AM
Unknown Object (File)
Tue, Oct 21, 1:34 PM
Unknown Object (File)
Sat, Oct 11, 3:26 PM
Unknown Object (File)
Sat, Oct 11, 2:27 PM

Details

Summary

Count when we send a syncookie, receive a valid syncookie or detect a
synflood.

MFC after: 1 week
Sponsored by: Modirum MDPay

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kp requested review of this revision.Aug 29 2021, 6:26 PM
kbowling added inline comments.
sys/netpfil/pf/pf.h
165

I don't see this used anywhere, pf_synflood_check()?

sys/netpfil/pf/pf.h
165

It's not used yet. It will be when I add the adaptive mode.

This is part of a series, and getting pushed slightly out of order, because this part is done and the adaptive mode needs a little more work.

This revision is now accepted and ready to land.Aug 31 2021, 5:21 PM
This revision was automatically updated to reflect the committed changes.