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
Unknown Object (File)
Tue, Nov 12, 8:10 PM
Unknown Object (File)
Oct 18 2024, 8:10 PM
Unknown Object (File)
Oct 7 2024, 5:46 AM
Unknown Object (File)
Oct 4 2024, 5:14 AM
Unknown Object (File)
Oct 4 2024, 4:50 AM
Unknown Object (File)
Oct 2 2024, 6:48 PM
Unknown Object (File)
Sep 30 2024, 1:17 AM
Unknown Object (File)
Sep 29 2024, 10:32 PM
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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 28015
Build 26172: arc lint + arc unit

Event Timeline

melifaro added inline comments.
usr.bin/netstat/inet6.c
1058

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

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.