CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/09/18 06:55:19
Modified files: sbin/pfctl : pfctl.8 pfctl.c Log message: fix table commands under anchors With r1.358 I simplified anchor handling but also broke semantics with regard to tables: # pfctl -a aname -t tname -T show pfctl: anchors apply to -f, -F and -s only Unbreak this by checking for table commands as well. OK bluhm