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

use strict;
use warnings;

our %args = (
    protocol => "udp",
    client => { func => \&write_datagram, noin => 1, },
    server => { func => \&read_datagram, noout => 1, },
    divert => "reply",
);