Page MenuHomeFreeBSD

pf: deal with tables gaining or losing counters
ClosedPublic

Authored by kp on Feb 1 2022, 5:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 9, 7:58 AM
Unknown Object (File)
Jan 22 2024, 3:39 PM
Unknown Object (File)
Jan 1 2024, 10:34 AM
Unknown Object (File)
Dec 20 2023, 6:02 AM
Unknown Object (File)
Nov 21 2023, 10:12 AM
Unknown Object (File)
Nov 21 2023, 10:11 AM
Unknown Object (File)
Nov 21 2023, 10:11 AM
Unknown Object (File)
Nov 21 2023, 10:06 AM

Details

Summary

When we create a table without counters, add an entry and later
re-define the table to have counters we wound up trying to read
non-existent counters.

We now cope with this by attempting to add them if needed, removing them
when they're no longer needed and not trying to read from counters that
are not present.

MFC after: 2 weeks
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable