Page MenuHomeFreeBSD

pf: Add counters for syncookies
ClosedPublic

Authored by kp on Aug 29 2021, 6:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 13, 7:59 AM
Unknown Object (File)
Dec 5 2024, 7:05 AM
Unknown Object (File)
Oct 3 2024, 12:03 AM
Unknown Object (File)
Sep 30 2024, 4:00 PM
Unknown Object (File)
Sep 26 2024, 7:42 PM
Unknown Object (File)
Sep 26 2024, 7:42 PM
Unknown Object (File)
Sep 26 2024, 7:42 PM
Unknown Object (File)
Sep 26 2024, 7:31 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.