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)
Dec 22 2023, 10:17 PM
Unknown Object (File)
Dec 21 2023, 3:31 PM
Unknown Object (File)
Nov 16 2023, 3:23 PM
Unknown Object (File)
Nov 10 2023, 9:43 AM
Unknown Object (File)
Nov 9 2023, 10:11 PM
Unknown Object (File)
Nov 7 2023, 10:28 PM
Unknown Object (File)
Nov 6 2023, 7:13 PM
Unknown Object (File)
Oct 9 2023, 8:39 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.