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

use strict;
use warnings;

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