This is just to correct a silly mistake in my previous message. On Sun, 9 Oct 2022 05:39:50 +0100 Kerin Millar <kfm@xxxxxxxxxxxxx> wrote: > table ip filter doh_ipv4 { > type ipv4_addr > flags interval,timeout > counter > auto-merge > timeout 3d > } Of course, that example should have been presented as follows. table ip filter { set doh_ipv4 { type ipv4_addr flags interval,timeout counter auto-merge timeout 3d } } -- Kerin Millar