diff options
Diffstat (limited to 'regress/sys/net/pf_divert/args-udp-packet-out.pl')
-rw-r--r-- | regress/sys/net/pf_divert/args-udp-packet-out.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/sys/net/pf_divert/args-udp-packet-out.pl b/regress/sys/net/pf_divert/args-udp-packet-out.pl index e5f3dd2f19c..375b03ac8e4 100644 --- a/regress/sys/net/pf_divert/args-udp-packet-out.pl +++ b/regress/sys/net/pf_divert/args-udp-packet-out.pl @@ -1,4 +1,8 @@ # test divert-packet output rule with udp +# create a divert-packet out rule on the remote machine +# client sends a UDP packet from the remote machine +# packet process reflects the UDP packet on divert socket on the remote machine +# server receives the UDP packet at the local machine use strict; use warnings; |