xref: /openbsd-src/regress/sys/net/pf_divert/args-tcp-reply.pl (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
1# test divert-reply with tcp
2
3use strict;
4use warnings;
5
6our %args = (
7    protocol => "tcp",
8    client => { func => \&write_read_stream },
9    server => { func => \&write_read_stream },
10    divert => "reply",
11);
12