On Mon, Nov 19, 2018 at 07:29:56AM -0800, Paul Hoffman wrote: > Greetings. I want to use iptables packet manipulation to do something that I > don't see in the man pages but would hope was there: delay the packets by a > specified number of milliseconds. Is it in iptables but I am just missing it > in the man pages? Or is there already an extension that I'm just not seeing > in the default build on my Linux system? Have a look at tc/netem. It should be possible to support this for nftables/ingress, but I think this is not priority at this moment.