Hi all, I'm actually working with relayd, on 4.7 This a standard configuration used :
/etc/relayd.conf ext_addr="192.168.0.10" webhost1="192.168.0.2" webhost2="192.168.0.3" table <pool> { $w1 $w2 } redirect www { listen on $ext_addr port http forward to <webhosts> port http check http "/" code 200 } In my pf.conf, I added the anchor : anchor "relayd/*" #pfctl -a relayd/pool -t pool-T show pfctl: Table does not exist. Why my table is empty ? Thx