cy 2c2e149bfb ipfilter commands, in this case ipf(8), passes its operations and rules
via an ioctl interface. Rules can be added or removed and stats and
counters can be zeroed out. As the ipfilter interprets these
instructions or operations they are stored in an integer called
addrem (add/remove). 1 is add, 2 is remove, and 3 is clear stats and
counters. Much of this is not documented. This commit documents these
operations by replacing simple integers with a self documenting
enum along with a few basic comments.

MFC after:	1 week
2019-07-11 00:08:46 +00:00
..
2019-07-09 18:02:36 +00:00
2019-01-19 05:20:31 +00:00
2019-02-26 19:55:03 +00:00
2019-04-19 02:54:13 +00:00