Anchor not found
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Nov 2022 18:54:17 UTC
Hello, No matter what anchor hierarchy I try to make, pfctl always reports it can not find it: # pfctl -sa | grep myanchor anchor "myanchor/*" all # pfctl -a myanchor -s A Anchor 'myanchor' not found. # echo "pass out" | pfctl -a "myanchor" -f - # pfctl -a myanchor -s A Anchor 'myanchor' not found. # echo "pass out" | pfctl -a "myanchor/1" -f - # pfctl -a myanchor -s A myanchor/1 Anchor 'myanchor' not found. I'm running FreeBSD 14-CURRENT on amd64 with the kernel and base compiled from bc9a5b049797fb7484dc1448f5d806955499f1f0 On 13.1 I do not see this error.