On Fri, Oct 05, 2018 at 04:02:12PM -0600, Andrew wrote:
> recent snapshot:
> 
> $> uname -vrsm
> OpenBSD 6.4 GENERIC#329 amd64
What's the timestamp? Please provide more detailed information next time.

> $> doas pfctl -t sample -T add 74.125.0.0*16
> 1 table created.
> 1/1 addresses added.

It's not recent enough:

        $ sysctl -n kern.version | head -n1
        OpenBSD 6.4 (GENERIC.MP) #0: Thu Oct  4 00:29:55 CEST 2018
        # for s in 1\*8 74.125.0.0\*16 ::1-64 ; do
        > pfctl -t sample -T add $s
        > done
        no IP address found for 1*8
        no IP address found for 74.125.0.0*16
        no IP address found for ::1-64

Reply via email to