freebsd-dev/sys/netpfil
Kristof Provost b21826bf15 pf: deal with tables gaining or losing counters
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")
Differential Revision:	https://reviews.freebsd.org/D34131
2022-02-05 10:29:34 +01:00
..
ipfilter/netinet ipfilter: Fix indentation error 2022-02-03 08:37:11 -08:00
ipfw dummynet: dn_dequeue() may return NULL 2022-01-28 23:09:08 +01:00
pf pf: deal with tables gaining or losing counters 2022-02-05 10:29:34 +01:00