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)
Thu, Sep 25, 7:39 PM
Unknown Object (File)
Wed, Sep 24, 5:24 AM
Unknown Object (File)
Sun, Sep 21, 9:15 PM
Unknown Object (File)
Sun, Sep 21, 9:07 PM
Unknown Object (File)
Sun, Sep 21, 8:57 PM
Unknown Object (File)
Sat, Sep 20, 3:58 PM
Unknown Object (File)
Wed, Sep 17, 2:56 PM
Unknown Object (File)
Tue, Sep 16, 6:45 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
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.