summaryrefslogtreecommitdiff
path: root/regress/sys/net/pf_divert/args-tcp-reply.pl
blob: 8bf599cb01a09c0434f890e747e33987caaf3e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
# test divert-reply with tcp

use strict;
use warnings;

our %args = (
    protocol => "tcp",
    client => { func => \&write_read_stream },
    server => { func => \&write_read_stream },
    divert => "reply",
);