I am trying to setup a rule in pf.conf on NetBSD10my internal interface is re0 => 192.168.6.2/24my internet connection is pppoe0 => with a public internet IPnetstat -rn shows pppoe0 as defaultmy pf.conf says:nat on egress inet from re0:network to any -> (egress) round-robinit accepts the pf rule but the command: pfctl -sn showsnat on egress inet from re0:network -> (egress)when shoud be:nat on pppoe0 inet from re0:network -> (pppoe0)and pf does not do nat..Am I missing something???