summaryrefslogtreecommitdiff
path: root/regress/sys/net/pf_divert/args-udp-reply.pl
blob: 7e2c5a77f373db2c99f41df67ab226dd10eaacd0 (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",
);