[#] http://marc.info/?l=openbsd-cvs&m=140785739615485&w=2
openbsd-cvs(obsdave,2) — All
2014-08-12 19:55:08


Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/12 09:29:33

Modified files:
sys/net : pf.c pf_ioctl.c pfvar.h

Log message:
Finally implement what's stated in the man page regarding parent
anchors for "once" rules: "In case this is the only rule in the
anchor, the anchor will be destroyed automatically after the rule
is matched." Employ an additional pointer pair to keep track of
the parent ruleset containing the anchor that we want to remove.

OK henning