Page MenuHomeFreeBSD

Add new ICMPv6 counters for Anti-DoS limits
ClosedPublic

Authored by bz on Dec 6 2019, 9:54 PM.
Tags
None
Referenced Files
F151243426: D22711.id.diff
Tue, Apr 7, 2:04 AM
Unknown Object (File)
Sat, Apr 4, 12:54 PM
Unknown Object (File)
Sat, Mar 28, 7:19 AM
Unknown Object (File)
Sat, Mar 28, 1:07 AM
Unknown Object (File)
Sun, Mar 22, 12:03 PM
Unknown Object (File)
Sat, Mar 21, 2:23 PM
Unknown Object (File)
Tue, Mar 10, 12:22 AM
Unknown Object (File)
Mar 2 2026, 7:10 AM
Subscribers

Details

Summary

Add four new counters for ND6 related Anti-DoS measures.
We split these out into a separate commit so that we only
change the struct size one time.

This is extracted from D22447.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

melifaro added inline comments.
usr.bin/netstat/inet6.c
1058 ↗(On Diff #65332)

Nit: would it be better to describe these as "number of _entity_ overflows" ?
imho "too many default routers: 5" can be misread as "we have 5 more default routers than max" instead of "we overflowed 5 times". Feel free to ignore, though.

This revision is now accepted and ready to land.Dec 7 2019, 2:09 PM
bz marked an inline comment as done.Mar 4 2020, 4:20 PM
bz added inline comments.
usr.bin/netstat/inet6.c
1058 ↗(On Diff #65332)

I renamed them. Will commit is five seconds.

This revision was automatically updated to reflect the committed changes.
bz marked an inline comment as done.