xref: /openbsd-src/regress/sys/net/pf_divert/args-tcp-reply.pl (revision 50b7afb2c2c0993b0894d4e34bf857cb13ed9c80)
1# test divert-reply with tcp
2
3use strict;
4use warnings;
5
6our %args = (
7	protocol => "tcp",
8	divert => "reply",
9);
10