Hi, It seems IPv6 addresses can’t be loaded into a table on NetBSD stable.
bash-4.4# uname -a NetBSD morran 7.1.0_PATCH NetBSD 7.1.0_PATCH (GENERIC.201706261600Z) i386 bash-4.4# npfctl table “blacklist" test 2001:6b0:7::18 npfctl: invalid address, mask or table ID But it seems to work fine on NetBSD 8.0_BETA: bash-4.3# uname -a NetBSD stinky 8.0_BETA NetBSD 8.0_BETA (GENERIC.201709170600Z) amd64 bash-4.3# npfctl table "blacklist" add 2001:6b0:7::18 npfctl: success bash-4.3# npfctl table "blacklist" list 2001:6b0:7::18 (I use hash for all tables, just as documented in the example ) Anybody else noticed? /P